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:ieee80211_mode
(Results
1 - 3
of
3
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dfs.c
1043
int
ieee80211_mode
= IEEE80211_MODE_AP;
in hostapd_dfs_start_channel_switch()
local
1121
ieee80211_mode
= IEEE80211_MODE_MESH;
in hostapd_dfs_start_channel_switch()
1137
&cmode->he_capab[
ieee80211_mode
]);
in hostapd_dfs_start_channel_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wpa_supplicant.c
2584
int
ieee80211_mode
= wpas_mode_to_ieee80211_mode(ssid->mode);
local
2677
freq->he_enabled = mode->he_capab[
ieee80211_mode
].he_supported;
2807
freq->he_enabled = mode->he_capab[
ieee80211_mode
].he_supported;
2828
if ((mode->he_capab[
ieee80211_mode
].phy_cap[
2912
&mode->he_capab[
ieee80211_mode
]) != 0)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wpa_supplicant.c
2170
int
ieee80211_mode
= wpas_mode_to_ieee80211_mode(ssid->mode);
in ibss_mesh_setup_freq()
local
2235
freq->he_enabled = mode->he_capab[
ieee80211_mode
].he_supported;
in ibss_mesh_setup_freq()
2446
&mode->he_capab[
ieee80211_mode
]) != 0)
in ibss_mesh_setup_freq()
Completed in 23 milliseconds