OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlmode
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.h
117
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
227
int is_ap_interface(enum nl80211_iftype
nlmode
);
228
int is_sta_interface(enum nl80211_iftype
nlmode
);
236
enum nl80211_iftype
nlmode
);
driver_nl80211.c
226
int is_ap_interface(enum nl80211_iftype
nlmode
)
228
return
nlmode
== NL80211_IFTYPE_AP ||
229
nlmode
== NL80211_IFTYPE_P2P_GO;
233
int is_sta_interface(enum nl80211_iftype
nlmode
)
235
return
nlmode
== NL80211_IFTYPE_STATION ||
236
nlmode
== NL80211_IFTYPE_P2P_CLIENT;
240
static int is_p2p_net_interface(enum nl80211_iftype
nlmode
)
242
return
nlmode
== NL80211_IFTYPE_P2P_CLIENT ||
243
nlmode
== NL80211_IFTYPE_P2P_GO;
261
static int is_mesh_interface(enum nl80211_iftype
nlmode
)
514
enum nl80211_iftype
nlmode
;
member in struct:wiphy_idx_data
2174
enum nl80211_iftype
nlmode
;
local
2248
enum nl80211_iftype
nlmode
;
local
2972
enum nl80211_iftype
nlmode
;
local
4481
enum nl80211_iftype
nlmode
, old_mode;
local
4986
enum nl80211_iftype
nlmode
= params->p2p ?
local
6120
enum nl80211_iftype
nlmode
;
local
6734
enum nl80211_iftype
nlmode
= nl80211_get_ifmode(bss);
local
[
all
...]
Completed in 34 milliseconds