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_role
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
txrx.c
66
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_handle_rx_packet()
96
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) {
in mwifiex_process_tx()
H
A
D
11n.h
173
if (!node || ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) &&
in mwifiex_is_sta_11n_enabled()
H
A
D
decl.h
162
#define GET_BSS_ROLE(priv) ((priv)->
bss_role
& BSS_ROLE_BIT_MASK)
H
A
D
11n_rxreorder.c
62
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_11n_dispatch_amsdu_pkt()
94
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_11n_dispatch_pkt()
372
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) {
in mwifiex_11n_create_rx_reorder_tbl()
H
A
D
cfg80211.c
728
switch (priv->
bss_role
) {
in mwifiex_cfg80211_set_wiphy_params()
911
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_init_new_priv_params()
915
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_init_new_priv_params()
919
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_init_new_priv_params()
923
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_init_new_priv_params()
2918
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_add_virtual_intf()
2943
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_add_virtual_intf()
2979
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_add_virtual_intf()
H
A
D
main.h
544
u8
bss_role
;
member
1327
enum mwifiex_bss_role
bss_role
)
in mwifiex_get_priv()
1333
if (
bss_role
== MWIFIEX_BSS_ROLE_ANY ||
in mwifiex_get_priv()
1334
GET_BSS_ROLE(adapter->priv[i]) ==
bss_role
)
in mwifiex_get_priv()
1326
mwifiex_get_priv(struct mwifiex_adapter *adapter, enum mwifiex_
bss_role
bss_role
)
mwifiex_get_priv()
argument
H
A
D
usb.c
762
if ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP &&
in mwifiex_usb_port_resync()
764
(priv->
bss_role
== MWIFIEX_BSS_ROLE_STA &&
in mwifiex_usb_port_resync()
775
if ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP &&
in mwifiex_usb_port_resync()
777
(priv->
bss_role
== MWIFIEX_BSS_ROLE_STA &&
in mwifiex_usb_port_resync()
H
A
D
sta_event.c
503
"tx_pause event while disconnected;
bss_role
=%d\n",
in mwifiex_process_tx_pause_event()
504
priv->
bss_role
);
in mwifiex_process_tx_pause_event()
H
A
D
wmm.c
1224
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP && priv->ap_11n_enabled &&
in mwifiex_is_11n_aggragation_possible()
H
A
D
cmdevt.c
535
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_process_event()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
txrx.c
54
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_handle_rx_packet()
89
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) {
in mwifiex_process_tx()
H
A
D
decl.h
150
#define GET_BSS_ROLE(priv) ((priv)->
bss_role
& BSS_ROLE_BIT_MASK)
H
A
D
11n.h
161
if (!node || ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) &&
in mwifiex_is_sta_11n_enabled()
H
A
D
11n_rxreorder.c
50
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_11n_dispatch_amsdu_pkt()
82
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_11n_dispatch_pkt()
360
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP) {
in mwifiex_11n_create_rx_reorder_tbl()
H
A
D
cfg80211.c
724
switch (priv->
bss_role
) {
in mwifiex_cfg80211_set_wiphy_params()
907
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_init_new_priv_params()
911
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_init_new_priv_params()
915
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_init_new_priv_params()
919
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_init_new_priv_params()
2998
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_add_virtual_intf()
3023
priv->
bss_role
= MWIFIEX_BSS_ROLE_UAP;
in mwifiex_add_virtual_intf()
3059
priv->
bss_role
= MWIFIEX_BSS_ROLE_STA;
in mwifiex_add_virtual_intf()
H
A
D
main.h
526
u8
bss_role
;
member
1307
enum mwifiex_bss_role
bss_role
)
in mwifiex_get_priv()
1313
if (
bss_role
== MWIFIEX_BSS_ROLE_ANY ||
in mwifiex_get_priv()
1314
GET_BSS_ROLE(adapter->priv[i]) ==
bss_role
)
in mwifiex_get_priv()
1306
mwifiex_get_priv(struct mwifiex_adapter *adapter, enum mwifiex_
bss_role
bss_role
)
mwifiex_get_priv()
argument
H
A
D
usb.c
750
if ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP &&
in mwifiex_usb_port_resync()
752
(priv->
bss_role
== MWIFIEX_BSS_ROLE_STA &&
in mwifiex_usb_port_resync()
763
if ((priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP &&
in mwifiex_usb_port_resync()
765
(priv->
bss_role
== MWIFIEX_BSS_ROLE_STA &&
in mwifiex_usb_port_resync()
H
A
D
sta_event.c
492
"tx_pause event while disconnected;
bss_role
=%d\n",
in mwifiex_process_tx_pause_event()
493
priv->
bss_role
);
in mwifiex_process_tx_pause_event()
H
A
D
cmdevt.c
523
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP)
in mwifiex_process_event()
H
A
D
wmm.c
1212
if (priv->
bss_role
== MWIFIEX_BSS_ROLE_UAP && priv->ap_11n_enabled &&
in mwifiex_is_11n_aggragation_possible()
Completed in 37 milliseconds