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:sec_chan_offs
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
spectmgmt.c
34
const struct ieee80211_sec_chan_offs_ie *
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
local
40
sec_chan_offs
= elems->
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
45
sec_chan_offs
= NULL;
in ieee80211_parse_ch_switch_ie()
94
if (
sec_chan_offs
) {
in ieee80211_parse_ch_switch_ie()
95
secondary_channel_offset =
sec_chan_offs
->
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
H
A
D
tdls.c
1514
sec_chan_ie->
sec_chan_offs
= ht40plus ?
in ieee80211_tdls_ch_sw_tmpl_get()
1846
if (!elems.
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
1849
switch (elems.
sec_chan_offs
->
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
1892
if (!sta->sta.ht_cap.ht_supported && elems.
sec_chan_offs
&&
in ieee80211_process_tdls_channel_switch_req()
1893
elems.
sec_chan_offs
->
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
H
A
D
ieee80211_i.h
1541
const struct ieee80211_sec_chan_offs_ie *
sec_chan_offs
;
member
H
A
D
util.c
1252
elems->
sec_chan_offs
= (void *)pos;
in _ieee802_11_parse_elems_crc()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
spectmgmt.c
34
const struct ieee80211_sec_chan_offs_ie *
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
local
40
sec_chan_offs
= elems->
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
45
sec_chan_offs
= NULL;
in ieee80211_parse_ch_switch_ie()
94
if (
sec_chan_offs
) {
in ieee80211_parse_ch_switch_ie()
95
secondary_channel_offset =
sec_chan_offs
->
sec_chan_offs
;
in ieee80211_parse_ch_switch_ie()
H
A
D
tdls.c
1616
sec_chan_ie->
sec_chan_offs
= ht40plus ?
in ieee80211_tdls_ch_sw_tmpl_get()
1961
if (!elems->
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
1964
switch (elems->
sec_chan_offs
->
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
2008
if (!sta->sta.deflink.ht_cap.ht_supported && elems->
sec_chan_offs
&&
in ieee80211_process_tdls_channel_switch_req()
2009
elems->
sec_chan_offs
->
sec_chan_offs
) {
in ieee80211_process_tdls_channel_switch_req()
H
A
D
ieee80211_i.h
1719
const struct ieee80211_sec_chan_offs_ie *
sec_chan_offs
;
member
H
A
D
util.c
1257
elems->
sec_chan_offs
= (void *)pos;
in _ieee802_11_parse_elems_full()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ieee80211.h
856
* @
sec_chan_offs
: secondary channel offset, uses IEEE80211_HT_PARAM_CHA_SEC_*
861
u8
sec_chan_offs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
ieee80211.h
908
* @
sec_chan_offs
: secondary channel offset, uses IEEE80211_HT_PARAM_CHA_SEC_*
913
u8
sec_chan_offs
;
member
Completed in 63 milliseconds