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_AUTH_OPEN
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ap_mlme.c
26
case
WLAN_AUTH_OPEN
:
in mlme_auth_alg_str()
51
* AuthenticationType = sta->auth_alg (
WLAN_AUTH_OPEN
/ WLAN_AUTH_SHARED_KEY)
H
A
D
ieee802_11.c
3641
auth_alg ==
WLAN_AUTH_OPEN
) ||
in handle_auth()
3879
case
WLAN_AUTH_OPEN
:
in handle_auth()
3885
sta->auth_alg =
WLAN_AUTH_OPEN
;
in handle_auth()
4698
sta->auth_alg ==
WLAN_AUTH_OPEN
) {
in check_assoc_ies()
5599
sta->auth_alg =
WLAN_AUTH_OPEN
;
in handle_assoc()
6392
((auth_alg ==
WLAN_AUTH_OPEN
&& auth_transaction == 2) ||
in handle_auth_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ap_mlme.c
26
case
WLAN_AUTH_OPEN
:
in mlme_auth_alg_str()
51
* AuthenticationType = sta->auth_alg (
WLAN_AUTH_OPEN
/ WLAN_AUTH_SHARED_KEY)
H
A
D
ieee802_11.c
2102
auth_alg ==
WLAN_AUTH_OPEN
) ||
in handle_auth()
2346
case
WLAN_AUTH_OPEN
:
in handle_auth()
2352
sta->auth_alg =
WLAN_AUTH_OPEN
;
in handle_auth()
3133
sta->auth_alg ==
WLAN_AUTH_OPEN
) {
in check_assoc_ies()
3995
sta->auth_alg =
WLAN_AUTH_OPEN
;
in handle_assoc()
4754
((auth_alg ==
WLAN_AUTH_OPEN
&& auth_transaction == 2) ||
in handle_auth_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
ibss_rsn.c
500
auth.u.auth.auth_alg = host_to_le16(
WLAN_AUTH_OPEN
);
in ibss_rsn_send_auth()
912
if (le_to_host16(header->u.auth.auth_alg) !=
WLAN_AUTH_OPEN
||
in ibss_rsn_handle_auth()
H
A
D
sme.c
804
sme_associate(wpa_s, ssid->mode, bss->bssid,
WLAN_AUTH_OPEN
);
in sme_send_authentication()
1333
case
WLAN_AUTH_OPEN
:
in sme_event_auth()
1549
if (auth_type ==
WLAN_AUTH_OPEN
&&
in sme_associate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ibss_rsn.c
528
auth.u.auth.auth_alg = host_to_le16(
WLAN_AUTH_OPEN
);
in ibss_rsn_send_auth()
943
if (le_to_host16(header->u.auth.auth_alg) !=
WLAN_AUTH_OPEN
||
in ibss_rsn_handle_auth()
H
A
D
sme.c
1200
sme_associate(wpa_s, ssid->mode, bss->bssid,
WLAN_AUTH_OPEN
);
2153
case
WLAN_AUTH_OPEN
:
2277
if ((data->auth.auth_type ==
WLAN_AUTH_OPEN
||
2426
if (auth_type ==
WLAN_AUTH_OPEN
&&
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ieee802_11_defs.h
80
#define
WLAN_AUTH_OPEN
0
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ieee802_11_defs.h
81
#define
WLAN_AUTH_OPEN
0
macro
Completed in 58 milliseconds