Searched refs:hostapd_driver_set_noa (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dp2p_hostapd.c48 return hostapd_driver_set_noa(hapd, count, start, duration);
58 return hostapd_driver_set_noa(hapd, count, start, duration);
74 hostapd_driver_set_noa(hapd, 0, 0, 0);
85 hostapd_driver_set_noa(hapd, 255, hapd->noa_start,
H A Dap_drv_ops.h81 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start,
H A Dap_drv_ops.c623 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start, function

Completed in 113 milliseconds