Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:WLAN_STA_MFP
(Results
1 - 17
of
17
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ap_mlme.c
64
!(sta->flags &
WLAN_STA_MFP
))
in mlme_authenticate_indication()
H
A
D
drv_callbacks.c
122
(WLAN_STA_ASSOC |
WLAN_STA_MFP
| WLAN_STA_AUTHORIZED)) !=
in check_sa_query_need()
123
(WLAN_STA_ASSOC |
WLAN_STA_MFP
| WLAN_STA_AUTHORIZED))
in check_sa_query_need()
450
sta->flags |=
WLAN_STA_MFP
;
in hostapd_notif_assoc()
452
sta->flags &= ~
WLAN_STA_MFP
;
in hostapd_notif_assoc()
541
elems.mbo && sta->cell_capa && !(sta->flags &
WLAN_STA_MFP
) &&
in hostapd_notif_assoc()
H
A
D
sta_info.h
28
#define
WLAN_STA_MFP
BIT(10)
macro
H
A
D
gas_query_ap.c
254
return sta && (sta->flags &
WLAN_STA_MFP
);
in pmf_in_use()
H
A
D
ieee802_11.c
3869
(!(sta->flags &
WLAN_STA_MFP
) || !ap_sta_is_authorized(sta)) &&
in handle_auth()
4464
(WLAN_STA_ASSOC |
WLAN_STA_MFP
| WLAN_STA_AUTHORIZED)) !=
in check_sa_query()
4465
(WLAN_STA_ASSOC |
WLAN_STA_MFP
| WLAN_STA_AUTHORIZED))
in check_sa_query()
4671
sta->flags |=
WLAN_STA_MFP
;
in check_assoc_ies()
4673
sta->flags &= ~
WLAN_STA_MFP
;
in check_assoc_ies()
4853
elems.mbo && sta->cell_capa && !(sta->flags &
WLAN_STA_MFP
) &&
in check_assoc_ies()
5756
if ((sta->flags &
WLAN_STA_MFP
) && sta->sa_query_timed_out) {
in handle_assoc()
6034
if (sta && (sta->flags &
WLAN_STA_MFP
) &&
in handle_action()
H
A
D
ap_drv_ops.c
38
if (flags &
WLAN_STA_MFP
)
in hostapd_sta_flags_to_drv()
H
A
D
sta_info.c
1637
(flags &
WLAN_STA_MFP
? "[MFP]" : ""),
in ap_sta_flags_txt()
H
A
D
wpa_auth_glue.c
1111
(sta->flags &
WLAN_STA_MFP
) && ap_sta_is_authorized(sta) &&
in hostapd_wpa_auth_add_sta_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ap_mlme.c
64
!(sta->flags &
WLAN_STA_MFP
))
in mlme_authenticate_indication()
H
A
D
drv_callbacks.c
357
if ((sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_MFP
)) ==
in hostapd_notif_assoc()
358
(WLAN_STA_ASSOC |
WLAN_STA_MFP
) &&
in hostapd_notif_assoc()
362
if ((sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_MFP
)) ==
in hostapd_notif_assoc()
363
(WLAN_STA_ASSOC |
WLAN_STA_MFP
) &&
in hostapd_notif_assoc()
386
sta->flags |=
WLAN_STA_MFP
;
in hostapd_notif_assoc()
388
sta->flags &= ~
WLAN_STA_MFP
;
in hostapd_notif_assoc()
461
elems.mbo && sta->cell_capa && !(sta->flags &
WLAN_STA_MFP
) &&
in hostapd_notif_assoc()
H
A
D
sta_info.h
26
#define
WLAN_STA_MFP
BIT(10)
macro
H
A
D
ieee802_11.c
2314
(!(sta->flags &
WLAN_STA_MFP
) || !ap_sta_is_authorized(sta)) &&
in handle_auth()
3082
if ((sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_MFP
)) ==
in check_assoc_ies()
3083
(WLAN_STA_ASSOC |
WLAN_STA_MFP
) &&
in check_assoc_ies()
3087
if ((sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_MFP
)) ==
in check_assoc_ies()
3088
(WLAN_STA_ASSOC |
WLAN_STA_MFP
) &&
in check_assoc_ies()
3105
sta->flags |=
WLAN_STA_MFP
;
in check_assoc_ies()
3107
sta->flags &= ~
WLAN_STA_MFP
;
in check_assoc_ies()
3277
elems.mbo && sta->cell_capa && !(sta->flags &
WLAN_STA_MFP
) &&
in check_assoc_ies()
4154
if ((sta->flags &
WLAN_STA_MFP
) && sta->sa_query_timed_out) {
in handle_assoc()
4430
if (sta && (sta->flags &
WLAN_STA_MFP
)
in handle_action()
[all...]
H
A
D
gas_query_ap.c
254
return sta && (sta->flags &
WLAN_STA_MFP
);
in pmf_in_use()
H
A
D
ap_drv_ops.c
35
if (flags &
WLAN_STA_MFP
)
in hostapd_sta_flags_to_drv()
H
A
D
sta_info.c
1427
(flags &
WLAN_STA_MFP
? "[MFP]" : ""),
in ap_sta_flags_txt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
mesh_mpm.c
783
sta->flags |=
WLAN_STA_MFP
;
in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
mesh_mpm.c
797
sta->flags |=
WLAN_STA_MFP
;
in mesh_mpm_add_peer()
Completed in 36 milliseconds