Searched defs:nlmode (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c239 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
302 enum nl80211_iftype nlmode);
482 static int is_ap_interface(enum nl80211_iftype nlmode) argument
484 return (nlmode == NL80211_IFTYPE_AP ||
485 nlmode == NL80211_IFTYPE_P2P_GO);
489 static int is_sta_interface(enum nl80211_iftype nlmode) argument
491 return (nlmode == NL80211_IFTYPE_STATION ||
492 nlmode == NL80211_IFTYPE_P2P_CLIENT);
496 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
498 return (nlmode
695 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4020 enum nl80211_iftype nlmode; local
4037 enum nl80211_iftype nlmode = NL80211_IFTYPE_STATION; local
5306 enum nl80211_iftype nlmode; local
7509 enum nl80211_iftype nlmode, old_mode; local
7913 enum nl80211_iftype nlmode = params->p2p ? local
8104 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
9060 enum nl80211_iftype nlmode; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c239 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
302 enum nl80211_iftype nlmode);
482 static int is_ap_interface(enum nl80211_iftype nlmode) argument
484 return (nlmode == NL80211_IFTYPE_AP ||
485 nlmode == NL80211_IFTYPE_P2P_GO);
489 static int is_sta_interface(enum nl80211_iftype nlmode) argument
491 return (nlmode == NL80211_IFTYPE_STATION ||
492 nlmode == NL80211_IFTYPE_P2P_CLIENT);
496 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
498 return (nlmode
695 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4020 enum nl80211_iftype nlmode; local
4037 enum nl80211_iftype nlmode = NL80211_IFTYPE_STATION; local
5306 enum nl80211_iftype nlmode; local
7509 enum nl80211_iftype nlmode, old_mode; local
7913 enum nl80211_iftype nlmode = params->p2p ? local
8104 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
9060 enum nl80211_iftype nlmode; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c239 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
302 enum nl80211_iftype nlmode);
482 static int is_ap_interface(enum nl80211_iftype nlmode) argument
484 return (nlmode == NL80211_IFTYPE_AP ||
485 nlmode == NL80211_IFTYPE_P2P_GO);
489 static int is_sta_interface(enum nl80211_iftype nlmode) argument
491 return (nlmode == NL80211_IFTYPE_STATION ||
492 nlmode == NL80211_IFTYPE_P2P_CLIENT);
496 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
498 return (nlmode
695 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4020 enum nl80211_iftype nlmode; local
4037 enum nl80211_iftype nlmode = NL80211_IFTYPE_STATION; local
5306 enum nl80211_iftype nlmode; local
7509 enum nl80211_iftype nlmode, old_mode; local
7913 enum nl80211_iftype nlmode = params->p2p ? local
8104 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
9060 enum nl80211_iftype nlmode; local
[all...]

Completed in 62 milliseconds