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_STA_VHT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_vht.c
177
sta->flags &= ~
WLAN_STA_VHT
;
in copy_sta_vht_capab()
190
sta->flags |=
WLAN_STA_VHT
;
in copy_sta_vht_capab()
248
sta->flags |=
WLAN_STA_VHT
| WLAN_STA_VENDOR_VHT;
in copy_sta_vendor_vht()
H
A
D
sta_info.h
36
#define
WLAN_STA_VHT
BIT(18)
macro
H
A
D
ctrl_iface_ap.c
164
if ((sta->flags &
WLAN_STA_VHT
) && sta->vht_capabilities) {
in hostapd_get_sta_info()
346
if ((sta->flags &
WLAN_STA_VHT
) && sta->vht_capabilities) {
in hostapd_ctrl_iface_sta_mib()
H
A
D
ieee802_11.c
4544
!(sta->flags &
WLAN_STA_VHT
)) {
in check_assoc_ies()
4774
if ((sta->flags & (WLAN_STA_HT |
WLAN_STA_VHT
)) &&
in check_assoc_ies()
4998
if (sta->flags &
WLAN_STA_VHT
)
in add_associated_sta()
5017
sta->flags &
WLAN_STA_VHT
? &vht_cap : NULL,
in add_associated_sta()
H
A
D
sta_info.c
1645
(flags &
WLAN_STA_VHT
? "[VHT]" : ""),
in ap_sta_flags_txt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_vht.c
339
sta->flags &= ~
WLAN_STA_VHT
;
in copy_sta_vht_capab()
352
sta->flags |=
WLAN_STA_VHT
;
in copy_sta_vht_capab()
410
sta->flags |=
WLAN_STA_VHT
| WLAN_STA_VENDOR_VHT;
in copy_sta_vendor_vht()
H
A
D
sta_info.h
34
#define
WLAN_STA_VHT
BIT(18)
macro
H
A
D
ctrl_iface_ap.c
138
if ((sta->flags &
WLAN_STA_VHT
) && sta->vht_capabilities) {
in hostapd_get_sta_tx_rx()
308
if ((sta->flags &
WLAN_STA_VHT
) && sta->vht_capabilities) {
in hostapd_ctrl_iface_sta_mib()
H
A
D
ieee802_11.c
2977
!(sta->flags &
WLAN_STA_VHT
)) {
in check_assoc_ies()
3198
if ((sta->flags & (WLAN_STA_HT |
WLAN_STA_VHT
)) &&
in check_assoc_ies()
3412
if (sta->flags &
WLAN_STA_VHT
)
in add_associated_sta()
3431
sta->flags &
WLAN_STA_VHT
? &vht_cap : NULL,
in add_associated_sta()
H
A
D
sta_info.c
1435
(flags &
WLAN_STA_VHT
? "[VHT]" : ""),
in ap_sta_flags_txt()
Completed in 21 milliseconds