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:rdev_req
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/wireless/
H
A
D
scan.c
809
struct cfg80211_scan_request *request, *
rdev_req
= rdev->scan_req;
in cfg80211_scan_6ghz()
local
814
rdev_req
->scan_6ghz = true;
in cfg80211_scan_6ghz()
820
rdev_req
->wdev->iftype);
in cfg80211_scan_6ghz()
826
if (
rdev_req
->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ) {
in cfg80211_scan_6ghz()
843
sizeof(*request->ssids) *
rdev_req
->n_ssids,
in cfg80211_scan_6ghz()
850
*request = *
rdev_req
;
in cfg80211_scan_6ghz()
875
for (i = 0; i <
rdev_req
->n_channels; i++) {
in cfg80211_scan_6ghz()
876
if (
rdev_req
->channels[i]->band == NL80211_BAND_6GHZ &&
in cfg80211_scan_6ghz()
878
cfg80211_channel_is_psc(
rdev_req
->channels[i])) ||
in cfg80211_scan_6ghz()
879
!(
rdev_req
in cfg80211_scan_6ghz()
979
struct cfg80211_scan_request *
rdev_req
= rdev->scan_req;
cfg80211_scan()
local
1014
struct cfg80211_scan_request *request, *
rdev_req
;
___cfg80211_scan_done()
local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H
A
D
scan.c
775
struct cfg80211_scan_request *request, *
rdev_req
= rdev->scan_req;
in cfg80211_scan_6ghz()
local
780
rdev_req
->scan_6ghz = true;
in cfg80211_scan_6ghz()
786
rdev_req
->wdev->iftype);
in cfg80211_scan_6ghz()
792
if (
rdev_req
->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ) {
in cfg80211_scan_6ghz()
815
*request = *
rdev_req
;
in cfg80211_scan_6ghz()
842
for (i = 0; i <
rdev_req
->n_channels; i++) {
in cfg80211_scan_6ghz()
843
if (
rdev_req
->channels[i]->band == NL80211_BAND_6GHZ &&
in cfg80211_scan_6ghz()
845
cfg80211_channel_is_psc(
rdev_req
->channels[i])) ||
in cfg80211_scan_6ghz()
846
!(
rdev_req
->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ))) {
in cfg80211_scan_6ghz()
848
rdev_req
in cfg80211_scan_6ghz()
936
struct cfg80211_scan_request *
rdev_req
= rdev->scan_req;
cfg80211_scan()
local
971
struct cfg80211_scan_request *request, *
rdev_req
;
___cfg80211_scan_done()
local
[all...]
Completed in 5 milliseconds