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:bsstype
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H
A
D
p80211metastruct.h
70
struct p80211item_uint32
bsstype
;
member
98
struct p80211item_uint32
bsstype
;
member
141
struct p80211item_uint32
bsstype
;
member
H
A
D
prism2mgmt.c
265
/*
bsstype
*/
in prism2mgmt_scan()
512
/*
bsstype
*/
in prism2mgmt_scan_results()
513
req->
bsstype
.status = P80211ENUM_msgitem_status_data_ok;
in prism2mgmt_scan_results()
514
req->
bsstype
.data = (WLAN_GET_MGMT_CAP_INFO_ESS(count)) ?
in prism2mgmt_scan_results()
593
/*
bsstype
- we use the default in the ap firmware */
in prism2mgmt_start()
682
if (msg->
bsstype
.data == P80211ENUM_bsstype_independent) {
in prism2mgmt_start()
H
A
D
cfg80211.c
308
msg1.
bsstype
.data = P80211ENUM_bsstype_any;
in prism2_scan()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H
A
D
p80211metastruct.h
49
struct p80211item_uint32
bsstype
;
member
77
struct p80211item_uint32
bsstype
;
member
106
struct p80211item_uint32
bsstype
;
member
H
A
D
prism2mgmt.c
244
/*
bsstype
*/
in prism2mgmt_scan()
471
/*
bsstype
*/
in prism2mgmt_scan_results()
472
req->
bsstype
.status = P80211ENUM_msgitem_status_data_ok;
in prism2mgmt_scan_results()
473
req->
bsstype
.data = (WLAN_GET_MGMT_CAP_INFO_ESS(count)) ?
in prism2mgmt_scan_results()
552
/*
bsstype
- we use the default in the ap firmware */
in prism2mgmt_start()
641
if (msg->
bsstype
.data == P80211ENUM_bsstype_independent) {
in prism2mgmt_start()
H
A
D
cfg80211.c
314
msg1.
bsstype
.data = P80211ENUM_bsstype_any;
in prism2_scan()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
host.h
462
uint8_t
bsstype
;
member
745
u8
bsstype
;
member
H
A
D
cfg.c
694
scan_cmd->
bsstype
= CMD_BSS_TYPE_ANY;
in lbs_scan_worker()
1879
cmd.
bsstype
= CMD_BSS_TYPE_IBSS;
in lbs_ibss_start_new()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
host.h
464
uint8_t
bsstype
;
member
749
u8
bsstype
;
member
H
A
D
cfg.c
738
scan_cmd->
bsstype
= CMD_BSS_TYPE_ANY;
in lbs_scan_worker()
1927
cmd.
bsstype
= CMD_BSS_TYPE_IBSS;
in lbs_ibss_start_new()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H
A
D
isl_ioctl.c
70
u32 mode,
bsstype
;
in prism54_mib_mode_helper()
local
85
bsstype
= DOT11_BSSTYPE_ANY;
in prism54_mib_mode_helper()
89
bsstype
= DOT11_BSSTYPE_IBSS;
in prism54_mib_mode_helper()
93
bsstype
= DOT11_BSSTYPE_INFRA;
in prism54_mib_mode_helper()
97
bsstype
= DOT11_BSSTYPE_INFRA;
in prism54_mib_mode_helper()
101
bsstype
= DOT11_BSSTYPE_ANY;
in prism54_mib_mode_helper()
110
mgt_set(priv, DOT11_OID_BSSTYPE, &
bsstype
);
in prism54_mib_mode_helper()
2821
IWPRIV_U32(DOT11_OID_BSSTYPE, "
bsstype
"),
Completed in 19 milliseconds