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:added_unassoc
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11.c
360
if (sta->
added_unassoc
&& (reply_res != WLAN_STATUS_SUCCESS ||
in handle_auth_ft_finish()
363
sta->
added_unassoc
= 0;
in handle_auth_ft_finish()
1256
if (!sta_removed && sta->
added_unassoc
&&
in handle_auth_sae()
1260
sta->
added_unassoc
= 0;
in handle_auth_sae()
2302
* (sta->
added_unassoc
= 1) so skip it.
in handle_auth()
2316
!(sta->
added_unassoc
)) {
in handle_auth()
2321
* updated. To handle this, station's
added_unassoc
flag is
in handle_auth()
2342
sta->
added_unassoc
= 1;
in handle_auth()
2434
if (sta && sta->
added_unassoc
&& (resp != WLAN_STATUS_SUCCESS ||
in handle_auth()
2437
sta->
added_unassoc
in handle_auth()
[all...]
H
A
D
sta_info.h
117
unsigned int
added_unassoc
:1;
member
H
A
D
sta_info.c
180
sta->
added_unassoc
= 0;
in ap_free_sta()
296
sta->
added_unassoc
= 0;
in ap_free_sta()
753
sta->
added_unassoc
= 0;
in ap_sta_remove()
H
A
D
drv_callbacks.c
98
if (reply_res != WLAN_STATUS_SUCCESS || sta->
added_unassoc
) {
in hostapd_notify_assoc_fils_finish()
100
sta->
added_unassoc
= 0;
in hostapd_notify_assoc_fils_finish()
H
A
D
wpa_auth_glue.c
910
sta->
added_unassoc
= 1;
in hostapd_wpa_auth_add_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11.c
460
if (sta->
added_unassoc
&& (reply_res != WLAN_STATUS_SUCCESS ||
in handle_auth_ft_finish()
463
sta->
added_unassoc
= 0;
in handle_auth_ft_finish()
1603
if (!sta_removed && sta->
added_unassoc
&&
in handle_auth_sae()
1606
sta->
added_unassoc
= 0;
in handle_auth_sae()
3854
* (sta->
added_unassoc
= 1) so skip it.
in handle_auth()
3871
!(sta->
added_unassoc
) && auth_alg != WLAN_AUTH_PASN) {
in handle_auth()
3973
if (sta && sta->
added_unassoc
&& (resp != WLAN_STATUS_SUCCESS ||
in handle_auth()
3976
sta->
added_unassoc
= 0;
in handle_auth()
4973
" (
added_unassoc
=%d auth_alg=%u ft_over_ds=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
in add_associated_sta()
4974
MAC2STR_SEC(sta->addr), sta->
added_unassoc
, st
in add_associated_sta()
[all...]
H
A
D
sta_info.h
158
unsigned int
added_unassoc
:1;
member
H
A
D
sta_info.c
222
sta->
added_unassoc
= 0;
in ap_free_sta()
336
sta->
added_unassoc
= 0;
in ap_free_sta()
805
sta->
added_unassoc
= 0;
in ap_sta_remove()
1713
* this, station's
added_unassoc
flag is cleared once the station has
in ap_sta_re_add()
1732
sta->
added_unassoc
= 1;
in ap_sta_re_add()
H
A
D
drv_callbacks.c
111
if (reply_res != WLAN_STATUS_SUCCESS || sta->
added_unassoc
) {
in hostapd_notify_assoc_fils_finish()
113
sta->
added_unassoc
= 0;
in hostapd_notify_assoc_fils_finish()
H
A
D
wpa_auth_glue.c
1082
sta->
added_unassoc
= 1;
in hostapd_wpa_auth_add_sta()
1112
!(hapd->conf->mesh & MESH_ENABLED) && !(sta->
added_unassoc
)) {
in hostapd_wpa_auth_add_sta_ft()
Completed in 22 milliseconds