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

/external/wpa_supplicant_8/hostapd/src/drivers/
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);
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_scan.c257 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
258 enum nl80211_iftype old_mode = drv->nlmode;
683 if (is_sta_interface(drv->nlmode) &&
689 } else if (is_sta_interface(drv->nlmode) &&
H A Ddriver_nl80211_event.c585 if (!is_ap_interface(drv->nlmode)) {
1107 if (drv->nlmode != NL80211_IFTYPE_MESH_POINT ||
1135 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1147 if (drv->nlmode != NL80211_IFTYPE_ADHOC)
1168 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1173 if (drv->nlmode != NL80211_IFTYPE_ADHOC)
/external/wpa_supplicant_8/src/drivers/
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);
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_scan.c257 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
258 enum nl80211_iftype old_mode = drv->nlmode;
683 if (is_sta_interface(drv->nlmode) &&
689 } else if (is_sta_interface(drv->nlmode) &&
H A Ddriver_nl80211_event.c585 if (!is_ap_interface(drv->nlmode)) {
1107 if (drv->nlmode != NL80211_IFTYPE_MESH_POINT ||
1135 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1147 if (drv->nlmode != NL80211_IFTYPE_ADHOC)
1168 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1173 if (drv->nlmode != NL80211_IFTYPE_ADHOC)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
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);
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_scan.c257 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
258 enum nl80211_iftype old_mode = drv->nlmode;
683 if (is_sta_interface(drv->nlmode) &&
689 } else if (is_sta_interface(drv->nlmode) &&
H A Ddriver_nl80211_event.c585 if (!is_ap_interface(drv->nlmode)) {
1107 if (drv->nlmode != NL80211_IFTYPE_MESH_POINT ||
1135 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1147 if (drv->nlmode != NL80211_IFTYPE_ADHOC)
1168 if (is_ap_interface(drv->nlmode) && drv->device_ap_sme) {
1173 if (drv->nlmode != NL80211_IFTYPE_ADHOC)

Completed in 74 milliseconds