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:bss_meta
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
scan.c
153
struct cfg80211_inform_bss
bss_meta
= {
in ieee80211_bss_info_update()
local
163
bss_meta
.signal = 0; /* invalid signal indication */
in ieee80211_bss_info_update()
165
bss_meta
.signal = rx_status->signal * 100;
in ieee80211_bss_info_update()
167
bss_meta
.signal = (rx_status->signal * 100) / local->hw.max_signal;
in ieee80211_bss_info_update()
169
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_20;
in ieee80211_bss_info_update()
171
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_5;
in ieee80211_bss_info_update()
173
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_10;
in ieee80211_bss_info_update()
175
bss_meta
.chan = channel;
in ieee80211_bss_info_update()
182
bss_meta
.parent_tsf =
in ieee80211_bss_info_update()
185
ether_addr_copy(
bss_meta
in ieee80211_bss_info_update()
[all...]
H
A
D
ibss.c
233
struct cfg80211_inform_bss
bss_meta
= {};
in __ieee80211_sta_join_ibss()
local
387
bss_meta
.chan = chan;
in __ieee80211_sta_join_ibss()
388
bss_meta
.scan_width = cfg80211_chandef_to_scan_width(&chandef);
in __ieee80211_sta_join_ibss()
389
bss = cfg80211_inform_bss_frame_data(local->hw.wiphy, &
bss_meta
, mgmt,
in __ieee80211_sta_join_ibss()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
scan.c
176
struct cfg80211_inform_bss
bss_meta
= {
in ieee80211_bss_info_update()
local
184
bss_meta
.signal = 0; /* invalid signal indication */
in ieee80211_bss_info_update()
186
bss_meta
.signal = rx_status->signal * 100;
in ieee80211_bss_info_update()
188
bss_meta
.signal = (rx_status->signal * 100) / local->hw.max_signal;
in ieee80211_bss_info_update()
190
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_20;
in ieee80211_bss_info_update()
192
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_5;
in ieee80211_bss_info_update()
194
bss_meta
.scan_width = NL80211_BSS_CHAN_WIDTH_10;
in ieee80211_bss_info_update()
196
bss_meta
.chan = channel;
in ieee80211_bss_info_update()
203
bss_meta
.parent_tsf =
in ieee80211_bss_info_update()
206
ether_addr_copy(
bss_meta
in ieee80211_bss_info_update()
[all...]
H
A
D
ibss.c
233
struct cfg80211_inform_bss
bss_meta
= {};
in __ieee80211_sta_join_ibss()
local
384
bss_meta
.chan = chan;
in __ieee80211_sta_join_ibss()
385
bss_meta
.scan_width = cfg80211_chandef_to_scan_width(&chandef);
in __ieee80211_sta_join_ibss()
386
bss = cfg80211_inform_bss_frame_data(local->hw.wiphy, &
bss_meta
, mgmt,
in __ieee80211_sta_join_ibss()
Completed in 13 milliseconds