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:iee80211band
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
wpa_hal.c
1072
uint32_t
iee80211band
;
in WifiWpaGetHwFeatureData()
local
1100
iee80211band
= IEEE80211_BAND_2GHZ;
in WifiWpaGetHwFeatureData()
1103
iee80211band
= IEEE80211_BAND_5GHZ;
in WifiWpaGetHwFeatureData()
1106
modes[index].num_channels = hwFeatureData.bands[
iee80211band
].channelNum;
in WifiWpaGetHwFeatureData()
1108
modes[index].channels = os_calloc(hwFeatureData.bands[
iee80211band
].channelNum, sizeof(struct hostapd_channel_data));
in WifiWpaGetHwFeatureData()
1115
for (loop = 0; loop < (size_t)hwFeatureData.bands[
iee80211band
].channelNum; loop++) {
in WifiWpaGetHwFeatureData()
1116
modes[index].channels[loop].chan = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].channel;
in WifiWpaGetHwFeatureData()
1117
modes[index].channels[loop].freq = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].freq;
in WifiWpaGetHwFeatureData()
1118
modes[index].channels[loop].flag = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].flags;
in WifiWpaGetHwFeatureData()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
wpa_hal.c
1075
uint32_t
iee80211band
;
in WifiWpaGetHwFeatureData()
local
1103
iee80211band
= IEEE80211_BAND_2GHZ;
in WifiWpaGetHwFeatureData()
1106
iee80211band
= IEEE80211_BAND_5GHZ;
in WifiWpaGetHwFeatureData()
1109
modes[index].num_channels = hwFeatureData.bands[
iee80211band
].channelNum;
in WifiWpaGetHwFeatureData()
1111
modes[index].channels = os_calloc(hwFeatureData.bands[
iee80211band
].channelNum, sizeof(struct hostapd_channel_data));
in WifiWpaGetHwFeatureData()
1118
for (loop = 0; loop < (size_t)hwFeatureData.bands[
iee80211band
].channelNum; loop++) {
in WifiWpaGetHwFeatureData()
1119
modes[index].channels[loop].chan = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].channel;
in WifiWpaGetHwFeatureData()
1120
modes[index].channels[loop].freq = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].freq;
in WifiWpaGetHwFeatureData()
1121
modes[index].channels[loop].flag = hwFeatureData.bands[
iee80211band
].iee80211Channel[loop].flags;
in WifiWpaGetHwFeatureData()
Completed in 6 milliseconds