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:assoc_resp
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_nl80211_event.c
231
if (len < 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
237
status = le_to_host16(mgmt->u.
assoc_resp
.status_code);
in mlme_event_assoc()
241
if (len > 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
243
(u8 *) mgmt->u.
assoc_resp
.variable;
in mlme_event_assoc()
245
len - 24 - sizeof(mgmt->u.
assoc_resp
);
in mlme_event_assoc()
260
if (len > 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
261
event.assoc_info.resp_ies = (u8 *) mgmt->u.
assoc_resp
.variable;
in mlme_event_assoc()
263
len - 24 - sizeof(mgmt->u.
assoc_resp
);
in mlme_event_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_nl80211_event.c
289
if (len < 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
295
status = le_to_host16(mgmt->u.
assoc_resp
.status_code);
in mlme_event_assoc()
299
if (len > 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
301
(u8 *) mgmt->u.
assoc_resp
.variable;
in mlme_event_assoc()
303
len - 24 - sizeof(mgmt->u.
assoc_resp
);
in mlme_event_assoc()
318
if (len > 24 + sizeof(mgmt->u.
assoc_resp
)) {
in mlme_event_assoc()
319
event.assoc_info.resp_ies = (u8 *) mgmt->u.
assoc_resp
.variable;
in mlme_event_assoc()
321
len - 24 - sizeof(mgmt->u.
assoc_resp
);
in mlme_event_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11.c
3497
send_len += sizeof(reply->u.
assoc_resp
);
in send_assoc_resp()
3498
reply->u.
assoc_resp
.capab_info =
in send_assoc_resp()
3500
reply->u.
assoc_resp
.status_code = host_to_le16(status_code);
in send_assoc_resp()
3502
reply->u.
assoc_resp
.aid = host_to_le16((sta ? sta->aid : 0) |
in send_assoc_resp()
3505
p = hostapd_eid_supp_rates(hapd, reply->u.
assoc_resp
.variable);
in send_assoc_resp()
3704
send_len += p - reply->u.
assoc_resp
.variable;
in send_assoc_resp()
4812
sizeof(mgmt->u.
assoc_resp
))) {
in handle_assoc_cb()
4823
status = le_to_host16(mgmt->u.
assoc_resp
.status_code);
in handle_assoc_cb()
5096
wpa_printf(MSG_DEBUG, "mgmt::
assoc_resp
cb");
in ieee802_11_mgmt_cb()
H
A
D
wpa_auth.c
2612
aad[4] = (const u8 *) &mgmt->u.
assoc_resp
.capab_info;
in fils_encrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11.c
5085
send_len += sizeof(reply->u.
assoc_resp
);
in send_assoc_resp()
5086
reply->u.
assoc_resp
.capab_info =
in send_assoc_resp()
5088
reply->u.
assoc_resp
.status_code = host_to_le16(status_code);
in send_assoc_resp()
5090
reply->u.
assoc_resp
.aid = host_to_le16((sta ? sta->aid : 0) |
in send_assoc_resp()
5093
p = hostapd_eid_supp_rates(hapd, reply->u.
assoc_resp
.variable);
in send_assoc_resp()
5313
send_len += p - reply->u.
assoc_resp
.variable;
in send_assoc_resp()
6460
sizeof(mgmt->u.
assoc_resp
))) {
in handle_assoc_cb()
6471
status = le_to_host16(mgmt->u.
assoc_resp
.status_code);
in handle_assoc_cb()
6742
wpa_printf(MSG_DEBUG, "mgmt::
assoc_resp
cb");
in ieee802_11_mgmt_cb()
H
A
D
wpa_auth.c
2731
aad[4] = (const u8 *) &mgmt->u.
assoc_resp
.capab_info;
in fils_encrypt_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ieee802_11_defs.h
889
} STRUCT_PACKED
assoc_resp
, reassoc_resp;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ieee802_11_defs.h
962
} STRUCT_PACKED
assoc_resp
, reassoc_resp;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H
A
D
wpa.c
4296
if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.
assoc_resp
))
in fils_process_assoc_resp()
4301
ie_start = mgmt->u.
assoc_resp
.variable;
in fils_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H
A
D
wpa.c
6014
if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.
assoc_resp
))
6019
ie_start = mgmt->u.
assoc_resp
.variable;
Completed in 56 milliseconds