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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c229 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) argument
356 return (nlmode == NL80211_IFTYPE_AP ||
357 nlmode == NL80211_IFTYPE_P2P_GO);
361 static int is_sta_interface(enum nl80211_iftype nlmode) argument
363 return (nlmode == NL80211_IFTYPE_STATION ||
364 nlmode == NL80211_IFTYPE_P2P_CLIENT);
368 static int is_p2p_interface(enum nl80211_iftype nlmode) argument
370 return (nlmode
4457 enum nl80211_iftype nlmode; local
6361 enum nl80211_iftype nlmode; local
6738 enum nl80211_iftype nlmode = params->p2p ? local
6902 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c229 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) argument
356 return (nlmode == NL80211_IFTYPE_AP ||
357 nlmode == NL80211_IFTYPE_P2P_GO);
361 static int is_sta_interface(enum nl80211_iftype nlmode) argument
363 return (nlmode == NL80211_IFTYPE_STATION ||
364 nlmode == NL80211_IFTYPE_P2P_CLIENT);
368 static int is_p2p_interface(enum nl80211_iftype nlmode) argument
370 return (nlmode
4457 enum nl80211_iftype nlmode; local
6361 enum nl80211_iftype nlmode; local
6738 enum nl80211_iftype nlmode = params->p2p ? local
6902 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c229 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) argument
356 return (nlmode == NL80211_IFTYPE_AP ||
357 nlmode == NL80211_IFTYPE_P2P_GO);
361 static int is_sta_interface(enum nl80211_iftype nlmode) argument
363 return (nlmode == NL80211_IFTYPE_STATION ||
364 nlmode == NL80211_IFTYPE_P2P_CLIENT);
368 static int is_p2p_interface(enum nl80211_iftype nlmode) argument
370 return (nlmode
4457 enum nl80211_iftype nlmode; local
6361 enum nl80211_iftype nlmode; local
6738 enum nl80211_iftype nlmode = params->p2p ? local
6902 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
[all...]

Completed in 84 milliseconds