Searched defs:nlmode (Results 1 - 6 of 6) sorted by path

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c220 int is_ap_interface(enum nl80211_iftype nlmode) argument
222 return nlmode == NL80211_IFTYPE_AP ||
223 nlmode == NL80211_IFTYPE_P2P_GO;
227 int is_sta_interface(enum nl80211_iftype nlmode) argument
229 return nlmode == NL80211_IFTYPE_STATION ||
230 nlmode == NL80211_IFTYPE_P2P_CLIENT;
234 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
236 return nlmode == NL80211_IFTYPE_P2P_CLIENT ||
237 nlmode == NL80211_IFTYPE_P2P_GO;
255 static int is_mesh_interface(enum nl80211_iftype nlmode) argument
508 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
2096 enum nl80211_iftype nlmode; local
2170 enum nl80211_iftype nlmode; local
2873 enum nl80211_iftype nlmode; local
4305 enum nl80211_iftype nlmode, old_mode; local
4791 enum nl80211_iftype nlmode = params->p2p ? local
4862 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
4995 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
5869 enum nl80211_iftype nlmode; local
[all...]
H A Ddriver_nl80211.h115 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
206 int is_ap_interface(enum nl80211_iftype nlmode);
207 int is_sta_interface(enum nl80211_iftype nlmode);
215 enum nl80211_iftype nlmode);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c220 int is_ap_interface(enum nl80211_iftype nlmode) argument
222 return nlmode == NL80211_IFTYPE_AP ||
223 nlmode == NL80211_IFTYPE_P2P_GO;
227 int is_sta_interface(enum nl80211_iftype nlmode) argument
229 return nlmode == NL80211_IFTYPE_STATION ||
230 nlmode == NL80211_IFTYPE_P2P_CLIENT;
234 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
236 return nlmode == NL80211_IFTYPE_P2P_CLIENT ||
237 nlmode == NL80211_IFTYPE_P2P_GO;
255 static int is_mesh_interface(enum nl80211_iftype nlmode) argument
508 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
2096 enum nl80211_iftype nlmode; local
2170 enum nl80211_iftype nlmode; local
2873 enum nl80211_iftype nlmode; local
4305 enum nl80211_iftype nlmode, old_mode; local
4791 enum nl80211_iftype nlmode = params->p2p ? local
4862 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
4995 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
5869 enum nl80211_iftype nlmode; local
[all...]
H A Ddriver_nl80211.h115 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
206 int is_ap_interface(enum nl80211_iftype nlmode);
207 int is_sta_interface(enum nl80211_iftype nlmode);
215 enum nl80211_iftype nlmode);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c220 int is_ap_interface(enum nl80211_iftype nlmode) argument
222 return nlmode == NL80211_IFTYPE_AP ||
223 nlmode == NL80211_IFTYPE_P2P_GO;
227 int is_sta_interface(enum nl80211_iftype nlmode) argument
229 return nlmode == NL80211_IFTYPE_STATION ||
230 nlmode == NL80211_IFTYPE_P2P_CLIENT;
234 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
236 return nlmode == NL80211_IFTYPE_P2P_CLIENT ||
237 nlmode == NL80211_IFTYPE_P2P_GO;
255 static int is_mesh_interface(enum nl80211_iftype nlmode) argument
508 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
2096 enum nl80211_iftype nlmode; local
2170 enum nl80211_iftype nlmode; local
2873 enum nl80211_iftype nlmode; local
4305 enum nl80211_iftype nlmode, old_mode; local
4791 enum nl80211_iftype nlmode = params->p2p ? local
4862 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
4995 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
5869 enum nl80211_iftype nlmode; local
[all...]
H A Ddriver_nl80211.h115 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
206 int is_ap_interface(enum nl80211_iftype nlmode);
207 int is_sta_interface(enum nl80211_iftype nlmode);
215 enum nl80211_iftype nlmode);

Completed in 120 milliseconds