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

  /external/wpa_supplicant_8/src/ap/
hs20.c 79 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
81 if (hapd->conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
wpa_auth_ie.c 240 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
242 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
264 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
304 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION)
309 if (conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
360 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
362 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
612 if (wpa_auth->conf.ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) {
633 if (wpa_auth->conf.ieee80211w == NO_MGMT_FRAME_PROTECTION ||
wpa_auth_glue.c 52 wconf->ieee80211w = conf->ieee80211w;
88 wconf->ieee80211w = 1;
wpa_auth.h 146 enum mfp_options ieee80211w; member in struct:wpa_auth_config
ap_config.h 286 enum mfp_options ieee80211w; member in struct:hostapd_bss_config
ap_drv_ops.c 304 params.ieee80211w = hapd->conf->ieee80211w;
wpa_auth.c     [all...]
hostapd.c 218 if (hapd->conf->ieee80211w) {
    [all...]
ieee802_1x.c 373 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 401 * ieee80211w - Whether management frame protection is enabled
412 enum mfp_options ieee80211w; member in struct:wpa_ssid
ap.c 334 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT)
335 bss->ieee80211w = ssid->ieee80211w;
    [all...]
config_winreg.c 929 write_int(netw, "ieee80211w", ssid->ieee80211w,
config_file.c 755 write_int(f, "ieee80211w", ssid->ieee80211w,
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 342 if (params->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
344 if (params->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
    [all...]
driver.h 1427 enum mfp_options ieee80211w; member in struct:wpa_bss_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 922 milliseconds