HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_driver_set_noa (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
p2p_hostapd.c 48 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,
ap_drv_ops.h 79 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start,
ap_drv_ops.c 629 int hostapd_driver_set_noa(struct hostapd_data *hapd, u8 count, int start, function

Completed in 299 milliseconds