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:BAND_GN
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
cfp.c
441
case BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
451
case BAND_A | BAND_B | BAND_G |
BAND_GN
| BAND_AN:
in mwifiex_get_supported_rates()
452
case BAND_A | BAND_B | BAND_G |
BAND_GN
| BAND_AN | BAND_AAC:
in mwifiex_get_supported_rates()
453
case BAND_B | BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
471
case BAND_A | BAND_G | BAND_AN |
BAND_GN
:
in mwifiex_get_supported_rates()
472
case BAND_A | BAND_G | BAND_AN |
BAND_GN
| BAND_AAC:
in mwifiex_get_supported_rates()
479
case
BAND_GN
:
in mwifiex_get_supported_rates()
496
case BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
502
case BAND_B | BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
H
A
D
ioctl.h
61
BAND_GN
= 8,
enumerator
H
A
D
cmdevt.c
1512
if (adapter->fw_bands &
BAND_GN
) {
in mwifiex_ret_get_hw_spec()
1523
} else if (adapter->fw_bands &
BAND_GN
) {
in mwifiex_ret_get_hw_spec()
1524
adapter->adhoc_start_band = BAND_G | BAND_B |
BAND_GN
;
in mwifiex_ret_get_hw_spec()
H
A
D
join.c
478
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_cmd_802_11_associate()
516
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_cmd_802_11_associate()
1012
if (adapter->adhoc_start_band &
BAND_GN
||
in mwifiex_cmd_802_11_ad_hoc_start()
H
A
D
scan.c
394
if (((priv->adapter->config_bands &
BAND_GN
||
in mwifiex_is_network_compatible()
413
if (((priv->adapter->config_bands &
BAND_GN
||
in mwifiex_is_network_compatible()
1040
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_config_scan()
H
A
D
uap_cmd.c
840
config_bands |=
BAND_GN
;
in mwifiex_uap_set_channel()
H
A
D
fw.h
79
#define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G |
BAND_GN
| \
89
* bit 11: 11n
BAND_GN
237
#define IS_11N_ENABLED(priv) ((priv->adapter->config_bands &
BAND_GN
|| \
H
A
D
wmm.c
1043
(ht_cap && (priv->adapter->config_bands &
BAND_GN
||
in mwifiex_wmm_process_association_req()
H
A
D
sta_ioctl.c
308
config_bands = BAND_B | BAND_G |
BAND_GN
;
in mwifiex_bss_start()
H
A
D
cfg80211.c
2437
config_bands |= BAND_G |
BAND_GN
;
in mwifiex_set_ibss_params()
2450
if ((config_bands &
BAND_GN
) || (config_bands & BAND_AN))
in mwifiex_set_ibss_params()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
cfp.c
429
case BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
439
case BAND_A | BAND_B | BAND_G |
BAND_GN
| BAND_AN:
in mwifiex_get_supported_rates()
440
case BAND_A | BAND_B | BAND_G |
BAND_GN
| BAND_AN | BAND_AAC:
in mwifiex_get_supported_rates()
441
case BAND_B | BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
459
case BAND_A | BAND_G | BAND_AN |
BAND_GN
:
in mwifiex_get_supported_rates()
460
case BAND_A | BAND_G | BAND_AN |
BAND_GN
| BAND_AAC:
in mwifiex_get_supported_rates()
467
case
BAND_GN
:
in mwifiex_get_supported_rates()
484
case BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
490
case BAND_B | BAND_G |
BAND_GN
:
in mwifiex_get_supported_rates()
H
A
D
ioctl.h
49
BAND_GN
= 8,
enumerator
H
A
D
cmdevt.c
1521
if (adapter->fw_bands &
BAND_GN
) {
in mwifiex_ret_get_hw_spec()
1532
} else if (adapter->fw_bands &
BAND_GN
) {
in mwifiex_ret_get_hw_spec()
1533
adapter->adhoc_start_band = BAND_G | BAND_B |
BAND_GN
;
in mwifiex_ret_get_hw_spec()
H
A
D
join.c
466
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_cmd_802_11_associate()
504
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_cmd_802_11_associate()
1000
if (adapter->adhoc_start_band &
BAND_GN
||
in mwifiex_cmd_802_11_ad_hoc_start()
H
A
D
scan.c
382
if (((priv->adapter->config_bands &
BAND_GN
||
in mwifiex_is_network_compatible()
401
if (((priv->adapter->config_bands &
BAND_GN
||
in mwifiex_is_network_compatible()
1023
(priv->adapter->config_bands &
BAND_GN
||
in mwifiex_config_scan()
H
A
D
uap_cmd.c
829
config_bands |=
BAND_GN
;
in mwifiex_uap_set_channel()
H
A
D
fw.h
67
#define ALL_802_11_BANDS (BAND_A | BAND_B | BAND_G |
BAND_GN
| \
77
* bit 11: 11n
BAND_GN
225
#define IS_11N_ENABLED(priv) ((priv->adapter->config_bands &
BAND_GN
|| \
H
A
D
wmm.c
1031
(ht_cap && (priv->adapter->config_bands &
BAND_GN
||
in mwifiex_wmm_process_association_req()
H
A
D
sta_ioctl.c
296
config_bands = BAND_B | BAND_G |
BAND_GN
;
in mwifiex_bss_start()
H
A
D
cfg80211.c
2518
config_bands |= BAND_G |
BAND_GN
;
in mwifiex_set_ibss_params()
2531
if ((config_bands &
BAND_GN
) || (config_bands & BAND_AN))
in mwifiex_set_ibss_params()
Completed in 47 milliseconds