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:mb_ies
(Results
1 - 16
of
16
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ieee802_11_common.c
470
if (elems->
mb_ies
.nof_ies >= MAX_NOF_MB_IES_SUPPORTED) {
in ieee802_11_parse_elems()
477
elems->
mb_ies
.ies[elems->
mb_ies
.nof_ies].ie = pos;
in ieee802_11_parse_elems()
478
elems->
mb_ies
.ies[elems->
mb_ies
.nof_ies].ie_len = elen;
in ieee802_11_parse_elems()
479
elems->
mb_ies
.nof_ies++;
in ieee802_11_parse_elems()
1533
struct wpabuf *
mb_ies
= NULL;
in mb_ies_by_info()
local
1544
mb_ies
= wpabuf_alloc(mb_ies_size);
in mb_ies_by_info()
1545
if (
mb_ies
) {
in mb_ies_by_info()
1547
wpabuf_put_u8(
mb_ies
, WLAN_EID_MULTI_BAN
in mb_ies_by_info()
[all...]
H
A
D
ieee802_11_common.h
149
struct mb_ies_info
mb_ies
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ieee802_11_common.c
660
if (elems->
mb_ies
.nof_ies >= MAX_NOF_MB_IES_SUPPORTED) {
in ieee802_11_parse_elems()
667
elems->
mb_ies
.ies[elems->
mb_ies
.nof_ies].ie = pos;
in ieee802_11_parse_elems()
668
elems->
mb_ies
.ies[elems->
mb_ies
.nof_ies].ie_len = elen;
in ieee802_11_parse_elems()
669
elems->
mb_ies
.nof_ies++;
in ieee802_11_parse_elems()
1989
struct wpabuf *
mb_ies
= NULL;
in mb_ies_by_info()
local
2000
mb_ies
= wpabuf_alloc(mb_ies_size);
in mb_ies_by_info()
2001
if (
mb_ies
) {
in mb_ies_by_info()
2003
wpabuf_put_u8(
mb_ies
, WLAN_EID_MULTI_BAN
in mb_ies_by_info()
[all...]
H
A
D
ieee802_11_common.h
215
struct mb_ies_info
mb_ies
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
sta_info.h
243
struct wpabuf *
mb_ies
; /* MB IEs from (Re)Association Request */
member
H
A
D
drv_callbacks.c
300
wpabuf_free(sta->
mb_ies
);
in hostapd_notif_assoc()
302
sta->
mb_ies
= mb_ies_by_info(&elems.
mb_ies
);
in hostapd_notif_assoc()
304
sta->
mb_ies
= NULL;
in hostapd_notif_assoc()
H
A
D
hostapd.c
1824
return sta ? sta->
mb_ies
: NULL;
in fst_hostapd_get_mb_ie_cb()
1838
wpabuf_free(sta->
mb_ies
);
in fst_hostapd_update_mb_ie_cb()
1839
sta->
mb_ies
= mb_ies_by_info(&info);
in fst_hostapd_update_mb_ie_cb()
1851
for (; s && !s->
mb_ies
; s = s->next)
in fst_hostapd_get_sta()
H
A
D
ieee802_11.c
4842
wpabuf_free(sta->
mb_ies
);
in check_assoc_ies()
4844
sta->
mb_ies
= mb_ies_by_info(&elems.
mb_ies
);
in check_assoc_ies()
4846
sta->
mb_ies
= NULL;
in check_assoc_ies()
H
A
D
sta_info.c
365
wpabuf_free(sta->
mb_ies
);
in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
sta_info.h
202
struct wpabuf *
mb_ies
; /* MB IEs from (Re)Association Request */
member
H
A
D
drv_callbacks.c
264
wpabuf_free(sta->
mb_ies
);
in hostapd_notif_assoc()
266
sta->
mb_ies
= mb_ies_by_info(&elems.
mb_ies
);
in hostapd_notif_assoc()
268
sta->
mb_ies
= NULL;
in hostapd_notif_assoc()
H
A
D
hostapd.c
1675
return sta ? sta->
mb_ies
: NULL;
in fst_hostapd_get_mb_ie_cb()
1689
wpabuf_free(sta->
mb_ies
);
in fst_hostapd_update_mb_ie_cb()
1690
sta->
mb_ies
= mb_ies_by_info(&info);
in fst_hostapd_update_mb_ie_cb()
1702
for (; s && !s->
mb_ies
; s = s->next)
in fst_hostapd_get_sta()
H
A
D
ieee802_11.c
3266
wpabuf_free(sta->
mb_ies
);
in check_assoc_ies()
3268
sta->
mb_ies
= mb_ies_by_info(&elems.
mb_ies
);
in check_assoc_ies()
3270
sta->
mb_ies
= NULL;
in check_assoc_ies()
H
A
D
sta_info.c
327
wpabuf_free(sta->
mb_ies
);
in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
events.c
2346
struct mb_ies_info
mb_ies
;
in wpas_fst_update_mbie()
local
2351
os_memset(&
mb_ies
, 0, sizeof(
mb_ies
));
in wpas_fst_update_mbie()
2353
while (ie_len >= 2 &&
mb_ies
.nof_ies < MAX_NOF_MB_IES_SUPPORTED) {
in wpas_fst_update_mbie()
2366
mb_ies
.ies[
mb_ies
.nof_ies].ie = ie + 2;
in wpas_fst_update_mbie()
2367
mb_ies
.ies[
mb_ies
.nof_ies].ie_len = len - 2;
in wpas_fst_update_mbie()
2368
mb_ies
.nof_ies++;
in wpas_fst_update_mbie()
2375
if (
mb_ies
in wpas_fst_update_mbie()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
events.c
2925
struct mb_ies_info
mb_ies
;
in wpas_fst_update_mbie()
local
2930
os_memset(&
mb_ies
, 0, sizeof(
mb_ies
));
in wpas_fst_update_mbie()
2932
while (ie_len >= 2 &&
mb_ies
.nof_ies < MAX_NOF_MB_IES_SUPPORTED) {
in wpas_fst_update_mbie()
2945
mb_ies
.ies[
mb_ies
.nof_ies].ie = ie + 2;
in wpas_fst_update_mbie()
2946
mb_ies
.ies[
mb_ies
.nof_ies].ie_len = len - 2;
in wpas_fst_update_mbie()
2947
mb_ies
.nof_ies++;
in wpas_fst_update_mbie()
2954
if (
mb_ies
in wpas_fst_update_mbie()
[all...]
Completed in 45 milliseconds