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:nlmode
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_nl80211.c
236
int is_ap_interface(enum nl80211_iftype
nlmode
)
in is_ap_interface()
argument
238
return
nlmode
== NL80211_IFTYPE_AP ||
in is_ap_interface()
239
nlmode
== NL80211_IFTYPE_P2P_GO;
in is_ap_interface()
243
int is_sta_interface(enum nl80211_iftype
nlmode
)
in is_sta_interface()
argument
245
return
nlmode
== NL80211_IFTYPE_STATION ||
in is_sta_interface()
246
nlmode
== NL80211_IFTYPE_P2P_CLIENT;
in is_sta_interface()
250
static int is_p2p_net_interface(enum nl80211_iftype
nlmode
)
in is_p2p_net_interface()
argument
252
return
nlmode
== NL80211_IFTYPE_P2P_CLIENT ||
in is_p2p_net_interface()
253
nlmode
== NL80211_IFTYPE_P2P_GO;
in is_p2p_net_interface()
271
static int is_mesh_interface(enum nl80211_iftype
nlmode
)
in is_mesh_interface()
argument
740
enum nl80211_iftype
nlmode
;
global()
member
2946
enum nl80211_iftype
nlmode
;
i802_set_iface_flags()
local
3021
enum nl80211_iftype
nlmode
;
wpa_driver_nl80211_finish_drv_init()
local
4010
enum nl80211_iftype
nlmode
;
wpa_driver_nl80211_authenticate()
local
6103
enum nl80211_iftype
nlmode
, old_mode;
wpa_driver_nl80211_ap()
local
6861
enum nl80211_iftype
nlmode
= params->p2p ?
global()
local
6955
wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype
nlmode
, struct hostapd_freq_params *desired_freq_params)
global()
argument
7132
wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype
nlmode
)
global()
argument
8234
enum nl80211_iftype
nlmode
;
global()
local
8896
enum nl80211_iftype
nlmode
= nl80211_get_ifmode(bss);
global()
local
12427
enum nl80211_iftype
nlmode
;
global()
local
[all...]
H
A
D
driver_nl80211.h
156
enum nl80211_iftype
nlmode
;
member
292
int is_ap_interface(enum nl80211_iftype
nlmode
);
293
int is_sta_interface(enum nl80211_iftype
nlmode
);
301
enum nl80211_iftype
nlmode
);
H
A
D
driver_nl80211_scan.c
240
if (!drv->hostapd && is_ap_interface(drv->
nlmode
)) {
in nl80211_scan_common()
381
if (drv->hostapd && is_ap_interface(drv->
nlmode
)) {
in wpa_driver_nl80211_scan()
382
enum nl80211_iftype old_mode = drv->
nlmode
;
in wpa_driver_nl80211_scan()
893
if (is_sta_interface(drv->
nlmode
) && !drv->associated) {
in nl80211_check_bss_status()
897
} else if (is_sta_interface(drv->
nlmode
) &&
in nl80211_check_bss_status()
H
A
D
driver_nl80211_event.c
1181
if (!is_ap_interface(drv->
nlmode
) &&
1193
} else if (!is_ap_interface(drv->
nlmode
) &&
1672
if (!is_ap_interface(drv->
nlmode
))
1880
if (drv->
nlmode
!= NL80211_IFTYPE_MESH_POINT ||
1913
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
1925
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
1953
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
1958
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_nl80211.c
263
int is_ap_interface(enum nl80211_iftype
nlmode
)
in is_ap_interface()
argument
265
return
nlmode
== NL80211_IFTYPE_AP ||
in is_ap_interface()
266
nlmode
== NL80211_IFTYPE_P2P_GO;
in is_ap_interface()
270
int is_sta_interface(enum nl80211_iftype
nlmode
)
in is_sta_interface()
argument
272
return
nlmode
== NL80211_IFTYPE_STATION ||
in is_sta_interface()
273
nlmode
== NL80211_IFTYPE_P2P_CLIENT;
in is_sta_interface()
277
static int is_p2p_net_interface(enum nl80211_iftype
nlmode
)
in is_p2p_net_interface()
argument
279
return
nlmode
== NL80211_IFTYPE_P2P_CLIENT ||
in is_p2p_net_interface()
280
nlmode
== NL80211_IFTYPE_P2P_GO;
in is_p2p_net_interface()
298
static int is_mesh_interface(enum nl80211_iftype
nlmode
)
in is_mesh_interface()
argument
591
enum nl80211_iftype
nlmode
;
global()
member
2542
enum nl80211_iftype
nlmode
;
i802_set_iface_flags()
local
2616
enum nl80211_iftype
nlmode
;
wpa_driver_nl80211_finish_drv_init()
local
3429
enum nl80211_iftype
nlmode
;
wpa_driver_nl80211_authenticate()
local
5221
enum nl80211_iftype
nlmode
, old_mode;
wpa_driver_nl80211_ap()
local
5847
enum nl80211_iftype
nlmode
= params->p2p ?
wpa_driver_nl80211_associate()
local
5938
wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype
nlmode
, struct hostapd_freq_params *desired_freq_params)
wpa_driver_nl80211_set_mode_impl()
argument
6074
wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype
nlmode
)
wpa_driver_nl80211_set_mode()
argument
7152
enum nl80211_iftype
nlmode
;
wpa_driver_nl80211_if_add()
local
7774
enum nl80211_iftype
nlmode
= nl80211_get_ifmode(bss);
wpa_driver_nl80211_resume()
local
10857
enum nl80211_iftype
nlmode
;
nl80211_get_ext_capab()
local
[all...]
H
A
D
driver_nl80211.h
133
enum nl80211_iftype
nlmode
;
member
245
int is_ap_interface(enum nl80211_iftype
nlmode
);
246
int is_sta_interface(enum nl80211_iftype
nlmode
);
254
enum nl80211_iftype
nlmode
);
H
A
D
driver_nl80211_scan.c
371
if (drv->hostapd && is_ap_interface(drv->
nlmode
)) {
in wpa_driver_nl80211_scan()
372
enum nl80211_iftype old_mode = drv->
nlmode
;
in wpa_driver_nl80211_scan()
883
if (is_sta_interface(drv->
nlmode
) && !drv->associated) {
in nl80211_check_bss_status()
887
} else if (is_sta_interface(drv->
nlmode
) &&
in nl80211_check_bss_status()
H
A
D
driver_nl80211_event.c
686
if (!is_ap_interface(drv->
nlmode
)) {
in mlme_event_mgmt_tx_status()
1115
if (!is_ap_interface(drv->
nlmode
))
in mlme_event_dh_event()
1316
if (drv->
nlmode
!= NL80211_IFTYPE_MESH_POINT ||
in nl80211_new_peer_candidate()
1344
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
in nl80211_new_station_event()
1356
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
in nl80211_new_station_event()
1378
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
in nl80211_del_station_event()
1383
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
in nl80211_del_station_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H
A
D
wpa.c
2061
if (bss != NULL && bss->drv != NULL && bss->drv->
nlmode
== NL80211_IFTYPE_STATION) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
ctrl_iface.c
3866
if (bss != NULL && bss->drv != NULL && bss->drv->
nlmode
== NL80211_IFTYPE_STATION) {
Completed in 43 milliseconds