HomeSort by relevance Sort by last modified time
    Searched full:ieee80211w (Results 1 - 24 of 24) 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/
ap.c 334 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT)
335 bss->ieee80211w = ssid->ieee80211w;
    [all...]
config_ssid.h 401 * ieee80211w - Whether management frame protection is enabled
412 enum mfp_options ieee80211w; member in struct:wpa_ssid
config_winreg.c 929 write_int(netw, "ieee80211w", ssid->ieee80211w,
config_file.c 755 write_int(f, "ieee80211w", ssid->ieee80211w,
    [all...]
wpa_supplicant.conf 337 # This parameter can be used to set the default behavior for the ieee80211w
339 # parameter or with the per-network ieee80211w=1/2 parameter. With pmf=1/2, PMF
341 # ieee80211w parameter.
709 # ieee80211w: whether management frame protection is enabled
715 # PMF enabled: ieee80211w=1 and key_mgmt=WPA-EAP WPA-EAP-SHA256
716 # PMF required: ieee80211w=2 and key_mgmt=WPA-EAP-SHA256
    [all...]
config.h 995 * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
wpa_cli.c     [all...]
ChangeLog 225 * allow PMF to be enabled for AP mode operation with the ieee80211w
    [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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 58 public static final String pmfVarName = "ieee80211w";
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
hostapd.conf     [all...]

Completed in 252 milliseconds