OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlmode
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h
116
int
nlmode
;
member in struct:wpa_driver_nl80211_data
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h
137
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
229
enum nl80211_iftype
nlmode
;
member in struct:wpa_driver_nl80211_data
289
enum nl80211_iftype
nlmode
);
354
static int is_ap_interface(enum nl80211_iftype
nlmode
)
356
return (
nlmode
== NL80211_IFTYPE_AP ||
357
nlmode
== NL80211_IFTYPE_P2P_GO);
361
static int is_sta_interface(enum nl80211_iftype
nlmode
)
363
return (
nlmode
== NL80211_IFTYPE_STATION ||
364
nlmode
== NL80211_IFTYPE_P2P_CLIENT);
368
static int is_p2p_interface(enum nl80211_iftype
nlmode
)
370
return (
nlmode
== NL80211_IFTYPE_P2P_CLIENT |
4457
enum nl80211_iftype
nlmode
;
local
6361
enum nl80211_iftype
nlmode
;
local
6738
enum nl80211_iftype
nlmode
= params->p2p ?
local
[
all
...]
Completed in 17 milliseconds