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:CHAN_WIDTH_160
(Results
1 - 18
of
18
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_common.c
112
case
CHAN_WIDTH_160
:
in channel_width_to_string()
131
case
CHAN_WIDTH_160
:
in channel_width_to_int()
H
A
D
driver_nl80211_event.c
522
case
CHAN_WIDTH_160
:
in calculate_chan_offset()
2400
ed.sta_opmode.chan_width =
CHAN_WIDTH_160
;
in nl80211_sta_opmode_change_event()
H
A
D
driver_nl80211.c
257
return
CHAN_WIDTH_160
;
in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_common.c
118
case
CHAN_WIDTH_160
:
in channel_width_to_string()
137
case
CHAN_WIDTH_160
:
in channel_width_to_int()
H
A
D
driver_nl80211_event.c
945
case
CHAN_WIDTH_160
:
3183
ed.sta_opmode.chan_width =
CHAN_WIDTH_160
;
H
A
D
driver_nl80211.c
230
return
CHAN_WIDTH_160
;
in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
ocv.c
165
if ((ci->chanwidth ==
CHAN_WIDTH_160
||
in ocv_verify_tx_params()
H
A
D
ieee802_11_common.c
1278
case
CHAN_WIDTH_160
:
in ieee80211_chaninfo_to_channel()
3098
ch_width =
CHAN_WIDTH_160
;
in get_oh_vht_oper_channel_width()
3106
ch_width =
CHAN_WIDTH_160
;
in get_oh_vht_oper_channel_width()
3137
ch_width =
CHAN_WIDTH_160
;
in get_oh_6ghz_operation_channel_width()
3224
if (ap_oper_chan_width ==
CHAN_WIDTH_160
) {
in get_oh_sta_oper_chan_width()
3226
?
CHAN_WIDTH_160
: CHAN_WIDTH_80;
in get_oh_sta_oper_chan_width()
H
A
D
defs.h
452
CHAN_WIDTH_160
,
enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
ocv.c
162
if ((ci->chanwidth ==
CHAN_WIDTH_160
||
in ocv_verify_tx_params()
H
A
D
defs.h
418
CHAN_WIDTH_160
,
enumerator
H
A
D
ieee802_11_common.c
907
case
CHAN_WIDTH_160
:
in ieee80211_chaninfo_to_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dfs.c
642
case
CHAN_WIDTH_160
:
in set_dfs_state()
703
case
CHAN_WIDTH_160
:
in dfs_are_channels_overlapped()
1354
case
CHAN_WIDTH_160
:
in hostapd_is_dfs_overlap()
H
A
D
drv_callbacks.c
865
case
CHAN_WIDTH_160
:
in hostapd_event_sta_opmode_changed()
926
case
CHAN_WIDTH_160
:
in hostapd_event_ch_switch()
984
width == CHAN_WIDTH_80P80 || width ==
CHAN_WIDTH_160
)
in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
dfs.c
545
case
CHAN_WIDTH_160
:
in set_dfs_state()
601
case
CHAN_WIDTH_160
:
in dfs_are_channels_overlapped()
H
A
D
drv_callbacks.c
768
case
CHAN_WIDTH_160
:
in hostapd_event_sta_opmode_changed()
829
case
CHAN_WIDTH_160
:
in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_ctrl_iface.c
2794
bandwidth =
CHAN_WIDTH_160
;
in hostapd_ctrl_iface_chan_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface.c
12131
} else if (wpa_s->connection_channel_bandwidth ==
CHAN_WIDTH_160
) {
Completed in 60 milliseconds