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:scan_band
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
scan.c
301
(priv->
scan_band
== NL80211_BAND_2GHZ) ? "2.4" : "5.2",
in iwl_rx_scan_complete_notif()
737
switch (priv->
scan_band
) {
in iwlagn_request_scan()
795
band = priv->
scan_band
;
in iwlagn_request_scan()
953
priv->
scan_band
= band;
in iwl_scan_initiate()
H
A
D
dev.h
705
enum nl80211_band
scan_band
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
scan.c
297
(priv->
scan_band
== NL80211_BAND_2GHZ) ? "2.4" : "5.2",
in iwl_rx_scan_complete_notif()
739
switch (priv->
scan_band
) {
in iwlagn_request_scan()
797
band = priv->
scan_band
;
in iwlagn_request_scan()
955
priv->
scan_band
= band;
in iwl_scan_initiate()
H
A
D
dev.h
701
enum nl80211_band
scan_band
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
coex.c
4473
btc->cx.wl.dbcc_info.
scan_band
[phy_idx] :
in _update_dbcc_band()
5365
wl->dbcc_info.
scan_band
[phy_idx] = band;
in rtw89_btc_ntfy_scan_start()
5409
wl->dbcc_info.
scan_band
[phy_idx] = band;
in rtw89_btc_ntfy_switch_band()
6248
wl_dinfo->
scan_band
[RTW89_PHY_0],
in _show_wl_role_info()
6253
wl_dinfo->
scan_band
[RTW89_PHY_1],
in _show_wl_role_info()
H
A
D
core.h
1368
u8
scan_band
[RTW89_PHY_MAX]; /* scan band in each phy */
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
1162
enum nl80211_band
scan_band
;
member
H
A
D
common.c
1446
(il->
scan_band
== NL80211_BAND_2GHZ) ? "2.4" : "5.2",
in il_hdl_scan_complete()
1582
il->
scan_band
= req->channels[0]->band;
in il_mac_hw_scan()
H
A
D
3945-mac.c
2591
switch (il->
scan_band
) {
in il3945_request_scan()
H
A
D
4965-mac.c
933
switch (il->
scan_band
) {
in il4965_request_scan()
974
band = il->
scan_band
;
in il4965_request_scan()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
1162
enum nl80211_band
scan_band
;
member
H
A
D
common.c
1444
(il->
scan_band
== NL80211_BAND_2GHZ) ? "2.4" : "5.2",
in il_hdl_scan_complete()
1580
il->
scan_band
= req->channels[0]->band;
in il_mac_hw_scan()
H
A
D
3945-mac.c
2583
switch (il->
scan_band
) {
in il3945_request_scan()
H
A
D
4965-mac.c
934
switch (il->
scan_band
) {
in il4965_request_scan()
975
band = il->
scan_band
;
in il4965_request_scan()
Completed in 79 milliseconds