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:channel_fixed
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
ibss.c
133
wdev->ibss_fixed = params->
channel_fixed
;
in __cfg80211_join_ibss()
353
wdev->wext.ibss.
channel_fixed
= true;
in cfg80211_ibss_wext_siwfreq()
356
wdev->wext.ibss.
channel_fixed
= false;
in cfg80211_ibss_wext_siwfreq()
H
A
D
nl80211.c
10105
ibss.
channel_fixed
= !!info->attrs[NL80211_ATTR_FREQ_FIXED];
in nl80211_join_ibss()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
ibss.c
351
wdev->wext.ibss.
channel_fixed
= true;
in cfg80211_ibss_wext_siwfreq()
354
wdev->wext.ibss.
channel_fixed
= false;
in cfg80211_ibss_wext_siwfreq()
H
A
D
nl80211.c
11433
ibss.
channel_fixed
= !!info->attrs[NL80211_ATTR_FREQ_FIXED];
in nl80211_join_ibss()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
ibss.c
1790
chanmode = (params->
channel_fixed
&& !ret) ?
in ieee80211_ibss_join()
1825
sdata->u.ibss.fixed_channel = params->
channel_fixed
;
in ieee80211_ibss_join()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
ibss.c
1787
chanmode = (params->
channel_fixed
&& !ret) ?
in ieee80211_ibss_join()
1822
sdata->u.ibss.fixed_channel = params->
channel_fixed
;
in ieee80211_ibss_join()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
2645
* @
channel_fixed
: The channel should be fixed -- do not search for
2678
bool
channel_fixed
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
cfg80211.c
1636
if (ibss_param->
channel_fixed
) {
in ath6kl_cfg80211_join_ibss()
1638
* TODO:
channel_fixed
: The channel should be fixed, do not
in ath6kl_cfg80211_join_ibss()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
3041
* @
channel_fixed
: The channel should be fixed -- do not search for
3074
bool
channel_fixed
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
cfg80211.c
1636
if (ibss_param->
channel_fixed
) {
in ath6kl_cfg80211_join_ibss()
1638
* TODO:
channel_fixed
: The channel should be fixed, do not
in ath6kl_cfg80211_join_ibss()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
cfg80211.c
1473
if (params->
channel_fixed
)
in brcmf_cfg80211_join_ibss()
1547
if (params->
channel_fixed
) {
in brcmf_cfg80211_join_ibss()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
cfg80211.c
1815
if (params->
channel_fixed
)
in brcmf_cfg80211_join_ibss()
1889
if (params->
channel_fixed
) {
in brcmf_cfg80211_join_ibss()
Completed in 96 milliseconds