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
/hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h
155
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
285
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
351
enum nl80211_iftype
nlmode
);
561
static int is_ap_interface(enum nl80211_iftype
nlmode
)
563
return
nlmode
== NL80211_IFTYPE_AP ||
564
nlmode
== NL80211_IFTYPE_P2P_GO;
568
static int is_sta_interface(enum nl80211_iftype
nlmode
)
570
return
nlmode
== NL80211_IFTYPE_STATION ||
571
nlmode
== NL80211_IFTYPE_P2P_CLIENT;
575
static int is_p2p_net_interface(enum nl80211_iftype
nlmode
)
577
return
nlmode
== NL80211_IFTYPE_P2P_CLIENT |
778
enum nl80211_iftype
nlmode
;
member in struct:wiphy_idx_data
4737
enum nl80211_iftype
nlmode
;
local
4756
enum nl80211_iftype
nlmode
;
local
6102
enum nl80211_iftype
nlmode
;
local
8532
enum nl80211_iftype
nlmode
, old_mode;
local
8966
enum nl80211_iftype
nlmode
= params->p2p ?
local
10117
enum nl80211_iftype
nlmode
;
local
[
all
...]
Completed in 480 milliseconds