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:bc_ie
(Results
1 - 4
of
4
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_ht.c
211
struct ieee80211_2040_bss_coex_ie *
bc_ie
;
in hostapd_2040_coex_action()
local
233
if (len < IEEE80211_HDRLEN + 2 + sizeof(*
bc_ie
)) {
in hostapd_2040_coex_action()
240
bc_ie
= (struct ieee80211_2040_bss_coex_ie *) data;
in hostapd_2040_coex_action()
241
if (
bc_ie
->element_id != WLAN_EID_20_40_BSS_COEXISTENCE ||
in hostapd_2040_coex_action()
242
bc_ie
->length < 1) {
in hostapd_2040_coex_action()
244
bc_ie
->element_id,
bc_ie
->length);
in hostapd_2040_coex_action()
247
if (len < IEEE80211_HDRLEN + 2 + 2 +
bc_ie
->length) {
in hostapd_2040_coex_action()
252
data += 2 +
bc_ie
->length;
in hostapd_2040_coex_action()
256
bc_ie
in hostapd_2040_coex_action()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_ht.c
233
struct ieee80211_2040_bss_coex_ie *
bc_ie
;
in hostapd_2040_coex_action()
local
255
if (len < IEEE80211_HDRLEN + 2 + sizeof(*
bc_ie
)) {
in hostapd_2040_coex_action()
262
bc_ie
= (struct ieee80211_2040_bss_coex_ie *) data;
in hostapd_2040_coex_action()
263
if (
bc_ie
->element_id != WLAN_EID_20_40_BSS_COEXISTENCE ||
in hostapd_2040_coex_action()
264
bc_ie
->length < 1) {
in hostapd_2040_coex_action()
266
bc_ie
->element_id,
bc_ie
->length);
in hostapd_2040_coex_action()
269
if (len < IEEE80211_HDRLEN + 2 + 2 +
bc_ie
->length) {
in hostapd_2040_coex_action()
274
data += 2 +
bc_ie
->length;
in hostapd_2040_coex_action()
278
bc_ie
in hostapd_2040_coex_action()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
sme.c
2018
struct ieee80211_2040_bss_coex_ie *
bc_ie
;
in sme_send_2040_bss_coex()
local
2038
bc_ie
= wpabuf_put(buf, sizeof(*
bc_ie
));
in sme_send_2040_bss_coex()
2039
bc_ie
->element_id = WLAN_EID_20_40_BSS_COEXISTENCE;
in sme_send_2040_bss_coex()
2040
bc_ie
->length = 1;
in sme_send_2040_bss_coex()
2042
bc_ie
->coex_param |= WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ;
in sme_send_2040_bss_coex()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
sme.c
2965
struct ieee80211_2040_bss_coex_ie *
bc_ie
;
local
2985
bc_ie
= wpabuf_put(buf, sizeof(*
bc_ie
));
2986
bc_ie
->element_id = WLAN_EID_20_40_BSS_COEXISTENCE;
2987
bc_ie
->length = 1;
2989
bc_ie
->coex_param |= WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ;
Completed in 9 milliseconds