OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlmode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.h
150
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
321
int is_ap_interface(enum nl80211_iftype
nlmode
);
322
int is_sta_interface(enum nl80211_iftype
nlmode
);
331
enum nl80211_iftype
nlmode
);
driver_nl80211.c
228
int is_ap_interface(enum nl80211_iftype
nlmode
)
230
return
nlmode
== NL80211_IFTYPE_AP ||
231
nlmode
== NL80211_IFTYPE_P2P_GO;
235
int is_sta_interface(enum nl80211_iftype
nlmode
)
237
return
nlmode
== NL80211_IFTYPE_STATION ||
238
nlmode
== NL80211_IFTYPE_P2P_CLIENT;
242
static int is_p2p_net_interface(enum nl80211_iftype
nlmode
)
244
return
nlmode
== NL80211_IFTYPE_P2P_CLIENT ||
245
nlmode
== NL80211_IFTYPE_P2P_GO;
263
static int is_mesh_interface(enum nl80211_iftype
nlmode
)
739
enum nl80211_iftype
nlmode
;
member in struct:wiphy_idx_data
2904
enum nl80211_iftype
nlmode
;
local
2978
enum nl80211_iftype
nlmode
;
local
3970
enum nl80211_iftype
nlmode
;
local
6428
enum nl80211_iftype
nlmode
, old_mode;
local
7240
enum nl80211_iftype
nlmode
= params->p2p ?
local
8790
enum nl80211_iftype
nlmode
;
local
9590
enum nl80211_iftype
nlmode
= nl80211_get_ifmode(bss);
local
13627
enum nl80211_iftype
nlmode
;
local
13659
enum nl80211_iftype
nlmode
;
local
[
all
...]
driver_nl80211_scan.c
251
if (!drv->hostapd && is_ap_interface(drv->
nlmode
)) {
404
if (drv->hostapd && is_ap_interface(drv->
nlmode
)) {
409
drv->ap_scan_as_station = drv->
nlmode
;
920
if (is_sta_interface(drv->
nlmode
) && !drv->associated) {
924
} else if (is_sta_interface(drv->
nlmode
) &&
1273
if (is_ap_interface(drv->
nlmode
) &&
driver_nl80211_event.c
1286
if (link && is_sta_interface(drv->
nlmode
)) {
1416
if (!is_ap_interface(drv->
nlmode
) &&
1428
} else if (!is_ap_interface(drv->
nlmode
) &&
1923
if (!is_ap_interface(drv->
nlmode
))
2160
if (drv->
nlmode
!= NL80211_IFTYPE_MESH_POINT ||
2189
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
2237
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
2259
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme) {
2264
if (drv->
nlmode
!= NL80211_IFTYPE_ADHOC)
3564
if (is_ap_interface(drv->
nlmode
) && drv->device_ap_sme)
[
all
...]
Completed in 22 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026