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:vendor_vht
(Results
1 - 16
of
16
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_vht.c
32
if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->
vendor_vht
&&
in hostapd_eid_vht_capabilities()
H
A
D
beacon.c
455
if (hapd->conf->
vendor_vht
) {
in hostapd_gen_probe_resp()
590
if (hapd->conf->
vendor_vht
)
in hostapd_gen_probe_resp()
1456
if (hapd->conf->
vendor_vht
) {
in ieee802_11_build_ap_params()
1613
if (hapd->conf->
vendor_vht
)
in ieee802_11_build_ap_params()
H
A
D
ap_config.h
704
int
vendor_vht
;
member
H
A
D
hw_features.c
662
iface->conf->bss[0]->
vendor_vht
&&
in ieee80211ac_supported_vht_capab()
H
A
D
ieee802_11.c
4551
if (hapd->conf->
vendor_vht
&& !elems.vht_capabilities) {
in check_assoc_ies()
4552
resp = copy_sta_vendor_vht(hapd, sta, elems.
vendor_vht
,
in check_assoc_ies()
5250
if (sta && hapd->conf->
vendor_vht
&& (sta->flags & WLAN_STA_VENDOR_VHT))
in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ieee802_11_common.h
59
const u8 *
vendor_vht
;
member
H
A
D
ieee802_11_common.c
152
elems->
vendor_vht
= pos;
in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
beacon.c
392
if (hapd->conf->
vendor_vht
) {
in hostapd_gen_probe_resp()
521
if (hapd->conf->
vendor_vht
)
in hostapd_gen_probe_resp()
1083
if (hapd->conf->
vendor_vht
) {
in ieee802_11_build_ap_params()
1238
if (hapd->conf->
vendor_vht
)
in ieee802_11_build_ap_params()
H
A
D
ieee802_11_vht.c
32
if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->
vendor_vht
&&
in hostapd_eid_vht_capabilities()
H
A
D
ap_config.h
672
int
vendor_vht
;
member
H
A
D
hw_features.c
643
iface->conf->bss[0]->
vendor_vht
&&
in ieee80211ac_supported_vht_capab()
H
A
D
ieee802_11.c
2984
if (hapd->conf->
vendor_vht
&& !elems.vht_capabilities) {
in check_assoc_ies()
2985
resp = copy_sta_vendor_vht(hapd, sta, elems.
vendor_vht
,
in check_assoc_ies()
3641
if (sta && hapd->conf->
vendor_vht
&& (sta->flags & WLAN_STA_VENDOR_VHT))
in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ieee802_11_common.h
85
const u8 *
vendor_vht
;
member
H
A
D
ieee802_11_common.c
165
elems->
vendor_vht
= pos;
in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
3601
} else if (os_strcmp(buf, "
vendor_vht
") == 0) {
in hostapd_config_fill()
3602
bss->
vendor_vht
= atoi(pos);
in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
3444
} else if (os_strcmp(buf, "
vendor_vht
") == 0) {
3445
bss->
vendor_vht
= atoi(pos);
Completed in 44 milliseconds