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:vht_oper
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_vht.c
199
const u8 *
vht_oper
)
in copy_sta_vht_oper()
201
if (!
vht_oper
) {
in copy_sta_vht_oper()
214
os_memcpy(sta->vht_operation,
vht_oper
,
in copy_sta_vht_oper()
198
copy_sta_
vht_oper
(struct hostapd_data *hapd, struct sta_info *sta, const u8 *
vht_oper
)
copy_sta_vht_oper()
argument
H
A
D
ieee802_11.h
93
const u8 *
vht_oper
);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_vht.c
361
const u8 *
vht_oper
)
in copy_sta_vht_oper()
363
if (!
vht_oper
) {
in copy_sta_vht_oper()
376
os_memcpy(sta->vht_operation,
vht_oper
,
in copy_sta_vht_oper()
360
copy_sta_
vht_oper
(struct hostapd_data *hapd, struct sta_info *sta, const u8 *
vht_oper
)
copy_sta_vht_oper()
argument
H
A
D
ieee802_11.h
92
const u8 *
vht_oper
);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
rrm.c
694
struct ieee80211_vht_operation *
vht_oper
= NULL;
in wpas_get_op_chan_phy()
local
713
vht_oper
= (struct ieee80211_vht_operation *) (ie + 2);
in wpas_get_op_chan_phy()
715
switch (
vht_oper
->vht_op_info_chwidth) {
in wpas_get_op_chan_phy()
717
seg0 =
vht_oper
->vht_op_info_chan_center_freq_seg0_idx;
in wpas_get_op_chan_phy()
718
seg1 =
vht_oper
->vht_op_info_chan_center_freq_seg1_idx;
in wpas_get_op_chan_phy()
746
vht_oper
!= NULL);
in wpas_get_op_chan_phy()
H
A
D
wnm_sta.c
911
struct ieee80211_vht_operation *
vht_oper
= NULL;
in wnm_nei_rep_add_bss()
local
926
vht_oper
= (struct ieee80211_vht_operation *) (ie + 2);
in wnm_nei_rep_add_bss()
928
if (
vht_oper
->vht_op_info_chwidth == CHANWIDTH_80MHZ ||
in wnm_nei_rep_add_bss()
929
vht_oper
->vht_op_info_chwidth == CHANWIDTH_160MHZ ||
in wnm_nei_rep_add_bss()
930
vht_oper
->vht_op_info_chwidth == CHANWIDTH_80P80MHZ)
in wnm_nei_rep_add_bss()
931
vht =
vht_oper
->vht_op_info_chwidth;
in wnm_nei_rep_add_bss()
942
(
vht_oper
!= NULL));
in wnm_nei_rep_add_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
rrm.c
716
struct ieee80211_vht_operation *
vht_oper
= NULL;
in wpas_get_op_chan_phy()
local
735
vht_oper
= (struct ieee80211_vht_operation *) (ie + 2);
in wpas_get_op_chan_phy()
737
switch (
vht_oper
->vht_op_info_chwidth) {
in wpas_get_op_chan_phy()
739
seg0 =
vht_oper
->vht_op_info_chan_center_freq_seg0_idx;
in wpas_get_op_chan_phy()
740
seg1 =
vht_oper
->vht_op_info_chan_center_freq_seg1_idx;
in wpas_get_op_chan_phy()
768
vht_oper
!= NULL);
in wpas_get_op_chan_phy()
H
A
D
wnm_sta.c
928
struct ieee80211_vht_operation *
vht_oper
= NULL;
in wnm_nei_rep_add_bss()
local
943
vht_oper
= (struct ieee80211_vht_operation *) (ie + 2);
in wnm_nei_rep_add_bss()
945
if (
vht_oper
->vht_op_info_chwidth == CHANWIDTH_80MHZ ||
in wnm_nei_rep_add_bss()
946
vht_oper
->vht_op_info_chwidth == CHANWIDTH_160MHZ ||
in wnm_nei_rep_add_bss()
947
vht_oper
->vht_op_info_chwidth == CHANWIDTH_80P80MHZ)
in wnm_nei_rep_add_bss()
948
vht =
vht_oper
->vht_op_info_chwidth;
in wnm_nei_rep_add_bss()
959
(
vht_oper
!= NULL));
in wnm_nei_rep_add_bss()
Completed in 10 milliseconds