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_AUTH
(Results
1 - 16
of
16
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
tkip_countermeasures.c
51
if (sta->flags &
WLAN_STA_AUTH
) {
in ieee80211_tkip_countermeasures_start()
H
A
D
sta_info.c
439
if (sta->flags &
WLAN_STA_AUTH
) {
in hostapd_free_stas()
644
if (!(sta->flags & (
WLAN_STA_AUTH
| WLAN_STA_ASSOC |
in ap_handle_session_timer()
860
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC |
in ap_sta_disassociate()
917
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK);
in ap_sta_deauthenticate()
1535
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC);
in ap_sta_disconnect()
1628
(flags &
WLAN_STA_AUTH
? "[AUTH]" : ""),
in ap_sta_flags_txt()
1718
sta->flags &= ~(WLAN_STA_ASSOC |
WLAN_STA_AUTH
| WLAN_STA_AUTHORIZED);
in ap_sta_re_add()
H
A
D
drv_callbacks.c
91
sta->flags |=
WLAN_STA_AUTH
| WLAN_STA_ASSOC;
in hostapd_notify_assoc_fils_finish()
713
sta->flags |=
WLAN_STA_AUTH
| WLAN_STA_ASSOC;
in hostapd_notif_assoc()
793
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC);
in hostapd_notif_disassoc()
1271
sta->flags |=
WLAN_STA_AUTH
;
in hostapd_notify_auth_ft_finish()
1286
sta->flags |=
WLAN_STA_AUTH
;
in hostapd_notify_auth_fils_finish()
H
A
D
sta_info.h
21
#define
WLAN_STA_AUTH
BIT(0)
macro
H
A
D
ieee802_11.c
357
sta->flags |=
WLAN_STA_AUTH
;
in auth_shared_key()
472
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth_ft_finish()
966
sta->flags |=
WLAN_STA_AUTH
;
in sae_accept_sta()
2255
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth_fils_finish()
3883
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth()
5541
(sta->flags &
WLAN_STA_AUTH
) == 0) {
in handle_assoc()
5550
sta->flags |=
WLAN_STA_AUTH
;
in handle_assoc()
5553
if (sta == NULL || (sta->flags &
WLAN_STA_AUTH
) == 0) {
in handle_assoc()
5597
sta->flags |=
WLAN_STA_AUTH
;
in handle_assoc()
5921
sta->flags &= ~
WLAN_STA_AUTH
;
in handle_disassoc()
[all...]
H
A
D
ap_drv_ops.c
40
if (flags &
WLAN_STA_AUTH
)
in hostapd_sta_flags_to_drv()
H
A
D
ieee802_1x.c
1054
if (sta && (sta->flags &
WLAN_STA_AUTH
)) {
in ieee802_1x_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
tkip_countermeasures.c
51
if (sta->flags &
WLAN_STA_AUTH
) {
in ieee80211_tkip_countermeasures_start()
H
A
D
sta_info.c
392
if (sta->flags &
WLAN_STA_AUTH
) {
in hostapd_free_stas()
593
if (!(sta->flags &
WLAN_STA_AUTH
)) {
in ap_handle_session_timer()
808
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC |
in ap_sta_disassociate()
864
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK);
in ap_sta_deauthenticate()
1329
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC);
in ap_sta_disconnect()
1418
(flags &
WLAN_STA_AUTH
? "[AUTH]" : ""),
in ap_sta_flags_txt()
H
A
D
ieee802_11.c
289
sta->flags |=
WLAN_STA_AUTH
;
in auth_shared_key()
372
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth_ft_finish()
752
sta->flags |=
WLAN_STA_AUTH
;
in sae_accept_sta()
1899
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth_fils_finish()
2326
sta->flags &= ~(WLAN_STA_ASSOC |
WLAN_STA_AUTH
|
in handle_auth()
2350
sta->flags |=
WLAN_STA_AUTH
;
in handle_auth()
3933
(sta->flags &
WLAN_STA_AUTH
) == 0) {
in handle_assoc()
3942
sta->flags |=
WLAN_STA_AUTH
;
in handle_assoc()
3945
if (sta == NULL || (sta->flags &
WLAN_STA_AUTH
) == 0) {
in handle_assoc()
3993
sta->flags |=
WLAN_STA_AUTH
;
in handle_assoc()
[all...]
H
A
D
drv_callbacks.c
78
sta->flags |=
WLAN_STA_AUTH
| WLAN_STA_ASSOC;
in hostapd_notify_assoc_fils_finish()
629
sta->flags |=
WLAN_STA_AUTH
| WLAN_STA_ASSOC;
in hostapd_notif_assoc()
697
sta->flags &= ~(
WLAN_STA_AUTH
| WLAN_STA_ASSOC);
in hostapd_notif_disassoc()
1055
sta->flags |=
WLAN_STA_AUTH
;
in hostapd_notify_auth_ft_finish()
1070
sta->flags |=
WLAN_STA_AUTH
;
in hostapd_notify_auth_fils_finish()
H
A
D
sta_info.h
19
#define
WLAN_STA_AUTH
BIT(0)
macro
H
A
D
ap_drv_ops.c
37
if (flags &
WLAN_STA_AUTH
)
in hostapd_sta_flags_to_drv()
H
A
D
ieee802_1x.c
1045
if (sta && (sta->flags &
WLAN_STA_AUTH
)) {
in ieee802_1x_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
mesh_mpm.c
661
sta->flags |=
WLAN_STA_AUTH
;
in mesh_mpm_auth_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
mesh_mpm.c
672
sta->flags |=
WLAN_STA_AUTH
;
in mesh_mpm_auth_peer()
Completed in 35 milliseconds