HomeSort by relevance Sort by last modified time
    Searched full:ieee80211w (Results 1 - 25 of 31) sorted by null

1 2

  /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 &&
305 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION)
310 if (conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
361 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
363 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
630 if (wpa_auth->conf.ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) {
651 if (wpa_auth->conf.ieee80211w == NO_MGMT_FRAME_PROTECTION ||
wpa_auth.h 157 enum mfp_options ieee80211w; member in struct:wpa_auth_config
wpa_auth_glue.c 53 wconf->ieee80211w = conf->ieee80211w;
89 wconf->ieee80211w = 1;
ap_config.h 304 enum mfp_options ieee80211w; member in struct:hostapd_bss_config
ap_drv_ops.c 292 params.ieee80211w = hapd->conf->ieee80211w;
ap_config.c 879 bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
drv_callbacks.c 360 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
    [all...]
wpa_auth.c     [all...]
ieee802_1x.c 382 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
    [all...]
  /system/connectivity/shill/supplicant/
wpa_supplicant.cc 125 const char WPASupplicant::kNetworkPropertyIeee80211w[] = "ieee80211w";
  /system/connectivity/shill/wifi/
wifi_endpoint.h 120 FRIEND_TEST(WiFiServiceUpdateFromEndpointsTest, Ieee80211w);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 412 * ieee80211w - Whether management frame protection is enabled
423 enum mfp_options ieee80211w; member in struct:wpa_ssid
config_winreg.c 929 write_int(netw, "ieee80211w", ssid->ieee80211w,
ap.c 394 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT)
395 bss->ieee80211w = ssid->ieee80211w;
    [all...]
wpa_supplicant.conf 362 # This parameter can be used to set the default behavior for the ieee80211w
364 # parameter or with the per-network ieee80211w=1/2 parameter. With pmf=1/2, PMF
366 # ieee80211w parameter.
    [all...]
config.h     [all...]
config_file.c 760 write_int(f, "ieee80211w", ssid->ieee80211w,
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
  /external/autotest/server/cros/network/
hostap_config.py 683 conf['ieee80211w'] = self._pmf_support
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 346 if (params->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
348 if (params->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
hostapd.conf     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 64 public static final String pmfVarName = "ieee80211w";
    [all...]

Completed in 1275 milliseconds

1 2