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:he_oper_chwidth
(Results
1 - 7
of
7
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_he.c
52
u8
he_oper_chwidth
= ~HE_PHYCAP_CHANNEL_WIDTH_MASK;
in hostapd_eid_he_capab()
local
63
switch (hapd->iface->conf->
he_oper_chwidth
) {
in hostapd_eid_he_capab()
65
he_oper_chwidth
|=
in hostapd_eid_he_capab()
70
he_oper_chwidth
|= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G;
in hostapd_eid_he_capab()
75
he_oper_chwidth
|= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G |
in hostapd_eid_he_capab()
121
he_oper_chwidth
;
in hostapd_eid_he_capab()
284
switch (hapd->iface->conf->
he_oper_chwidth
) {
in check_valid_he_mcs()
H
A
D
ap_config.h
987
u8
he_oper_chwidth
;
member
1018
return conf->
he_oper_chwidth
;
in hostapd_get_oper_chwidth()
1028
conf->
he_oper_chwidth
= oper_chwidth;
in hostapd_set_oper_chwidth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_he.c
88
u8
he_oper_chwidth
= ~HE_PHYCAP_CHANNEL_WIDTH_MASK;
in hostapd_eid_he_capab()
local
99
switch (hapd->iface->conf->
he_oper_chwidth
) {
in hostapd_eid_he_capab()
101
he_oper_chwidth
|=
in hostapd_eid_he_capab()
106
he_oper_chwidth
|= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G;
in hostapd_eid_he_capab()
111
he_oper_chwidth
|= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G |
in hostapd_eid_he_capab()
156
he_oper_chwidth
;
in hostapd_eid_he_capab()
235
if (hapd->iconf->
he_oper_chwidth
== 2) {
in hostapd_eid_he_operation()
413
switch (hapd->iface->conf->
he_oper_chwidth
) {
in check_valid_he_mcs()
H
A
D
ap_config.h
1069
u8
he_oper_chwidth
;
member
1113
return conf->
he_oper_chwidth
;
in hostapd_get_oper_chwidth()
1123
conf->
he_oper_chwidth
= oper_chwidth;
in hostapd_set_oper_chwidth()
H
A
D
ctrl_iface_ap.c
774
"
he_oper_chwidth
=%d\n"
in hostapd_ctrl_iface_status()
777
iface->conf->
he_oper_chwidth
,
in hostapd_ctrl_iface_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
3740
} else if (os_strcmp(buf, "
he_oper_chwidth
") == 0) {
in hostapd_config_fill()
3741
conf->
he_oper_chwidth
= atoi(pos);
in hostapd_config_fill()
4843
conf->
he_oper_chwidth
= bandWidth;
in hostapd_config_set_bandWidth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
3560
} else if (os_strcmp(buf, "
he_oper_chwidth
") == 0) {
3561
conf->
he_oper_chwidth
= atoi(pos);
Completed in 17 milliseconds