Searched refs:wnm_sleep_mode (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c179 if (hapd->conf->wnm_sleep_mode)
226 if (len < 3 && hapd->conf->wnm_sleep_mode)
H A Dap_config.h412 int wnm_sleep_mode; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_shared.c179 if (hapd->conf->wnm_sleep_mode)
226 if (len < 3 && hapd->conf->wnm_sleep_mode)
H A Dap_config.h412 int wnm_sleep_mode; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c179 if (hapd->conf->wnm_sleep_mode)
226 if (len < 3 && hapd->conf->wnm_sleep_mode)
H A Dap_config.h412 int wnm_sleep_mode; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2865 } else if (os_strcmp(buf, "wnm_sleep_mode") == 0) {
2866 bss->wnm_sleep_mode = atoi(pos);

Completed in 284 milliseconds