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_40
(Results
1 - 17
of
17
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_common.c
106
case
CHAN_WIDTH_40
:
in channel_width_to_string()
126
case
CHAN_WIDTH_40
:
in channel_width_to_int()
H
A
D
driver_nl80211_event.c
516
case
CHAN_WIDTH_40
:
in calculate_chan_offset()
2391
ed.sta_opmode.chan_width =
CHAN_WIDTH_40
;
in nl80211_sta_opmode_change_event()
H
A
D
driver_nl80211.c
251
return
CHAN_WIDTH_40
;
in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_common.c
112
case
CHAN_WIDTH_40
:
in channel_width_to_string()
132
case
CHAN_WIDTH_40
:
in channel_width_to_int()
H
A
D
driver_nl80211_event.c
939
case
CHAN_WIDTH_40
:
3174
ed.sta_opmode.chan_width =
CHAN_WIDTH_40
;
H
A
D
driver_nl80211.c
224
return
CHAN_WIDTH_40
;
in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
defs.h
415
CHAN_WIDTH_40
,
enumerator
H
A
D
ieee802_11_common.c
898
case
CHAN_WIDTH_40
:
in ieee80211_chaninfo_to_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
defs.h
449
CHAN_WIDTH_40
,
enumerator
H
A
D
ieee802_11_common.c
1269
case
CHAN_WIDTH_40
:
in ieee80211_chaninfo_to_channel()
3128
ch_width =
CHAN_WIDTH_40
;
in get_oh_6ghz_operation_channel_width()
3214
ch_width = (sec_chan_offset == 0) ? CHAN_WIDTH_20 :
CHAN_WIDTH_40
;
in get_oh_oper_channel_width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dfs.c
629
case
CHAN_WIDTH_40
:
in set_dfs_state()
695
case
CHAN_WIDTH_40
:
in dfs_are_channels_overlapped()
1347
case
CHAN_WIDTH_40
:
in hostapd_is_dfs_overlap()
H
A
D
drv_callbacks.c
856
case
CHAN_WIDTH_40
:
in hostapd_event_sta_opmode_changed()
931
case
CHAN_WIDTH_40
:
in hostapd_event_ch_switch()
983
if (width ==
CHAN_WIDTH_40
|| width == CHAN_WIDTH_80 ||
in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
dfs.c
537
case
CHAN_WIDTH_40
:
in set_dfs_state()
593
case
CHAN_WIDTH_40
:
in dfs_are_channels_overlapped()
H
A
D
drv_callbacks.c
759
case
CHAN_WIDTH_40
:
in hostapd_event_sta_opmode_changed()
834
case
CHAN_WIDTH_40
:
in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
events.c
3297
==
CHAN_WIDTH_40
) ?
CHAN_WIDTH_40
: CHAN_WIDTH_20;
H
A
D
ctrl_iface.c
12127
} else if (wpa_s->connection_channel_bandwidth ==
CHAN_WIDTH_40
) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_ctrl_iface.c
2785
bandwidth =
CHAN_WIDTH_40
;
in hostapd_ctrl_iface_chan_switch()
Completed in 70 milliseconds