OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ieee80211w
(Results
1 - 25
of
25
) 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
230
if (conf->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION) {
232
if (conf->
ieee80211w
== MGMT_FRAME_PROTECTION_REQUIRED)
254
if (conf->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION) {
294
if (conf->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION)
299
if (conf->
ieee80211w
== NO_MGMT_FRAME_PROTECTION) {
350
if (conf->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION) {
352
if (conf->
ieee80211w
== MGMT_FRAME_PROTECTION_REQUIRED)
594
if (wpa_auth->conf.
ieee80211w
== MGMT_FRAME_PROTECTION_REQUIRED) {
615
if (wpa_auth->conf.
ieee80211w
== NO_MGMT_FRAME_PROTECTION ||
wpa_auth_glue.c
51
wconf->
ieee80211w
= conf->
ieee80211w
;
87
wconf->
ieee80211w
= 1;
wpa_auth.h
145
enum mfp_options
ieee80211w
;
member in struct:wpa_auth_config
ap_config.h
257
enum mfp_options
ieee80211w
;
member in struct:hostapd_bss_config
ap_drv_ops.c
288
params.
ieee80211w
= hapd->conf->
ieee80211w
;
wpa_auth.c
[
all
...]
hostapd.c
212
if (hapd->conf->
ieee80211w
) {
[
all
...]
ieee802_1x.c
352
if (hapd->conf->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION) {
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf
294
# This parameter can be used to set the default behavior for the
ieee80211w
296
# parameter or with the per-network
ieee80211w
=1/2 parameter. With pmf=1/2, PMF
298
#
ieee80211w
parameter.
666
#
ieee80211w
: whether management frame protection is enabled
672
# PMF enabled:
ieee80211w
=1 and key_mgmt=WPA-EAP WPA-EAP-SHA256
673
# PMF required:
ieee80211w
=2 and key_mgmt=WPA-EAP-SHA256
[
all
...]
ap.c
306
if (ssid->
ieee80211w
!= MGMT_FRAME_PROTECTION_DEFAULT)
307
bss->
ieee80211w
= ssid->
ieee80211w
;
sme.c
328
wpa_s->sme.mfp = ssid->
ieee80211w
== MGMT_FRAME_PROTECTION_DEFAULT ?
329
wpa_s->conf->pmf : ssid->
ieee80211w
;
[
all
...]
config_ssid.h
377
*
ieee80211w
- Whether management frame protection is enabled
388
enum mfp_options
ieee80211w
;
member in struct:wpa_ssid
config_winreg.c
929
write_int(netw, "
ieee80211w
", ssid->
ieee80211w
,
wpa_supplicant.c
934
(ssid->
ieee80211w
== MGMT_FRAME_PROTECTION_DEFAULT ?
935
wpa_s->conf->pmf : ssid->
ieee80211w
) ==
1018
ssid->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION ?
1031
if (ssid->
ieee80211w
) {
[
all
...]
config.h
959
*
ieee80211w
=1 or
ieee80211w
=2 parameter. pmf=1/2 can be used to change
[
all
...]
config_file.c
731
write_int(f, "
ieee80211w
", ssid->
ieee80211w
,
[
all
...]
config.c
[
all
...]
events.c
482
(ssid->
ieee80211w
== MGMT_FRAME_PROTECTION_DEFAULT ?
483
wpa_s->conf->pmf : ssid->
ieee80211w
) ==
[
all
...]
ChangeLog
147
* allow PMF to be enabled for AP mode operation with the
ieee80211w
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_atheros.c
339
if (params->
ieee80211w
!= NO_MGMT_FRAME_PROTECTION) {
341
if (params->
ieee80211w
== MGMT_FRAME_PROTECTION_REQUIRED)
[
all
...]
driver.h
1192
enum mfp_options
ieee80211w
;
member in struct:wpa_bss_params
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
hostapd.conf
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
57
public static final String pmfVarName = "
ieee80211w
";
[
all
...]
Completed in 3771 milliseconds