Searched refs:cfg80211 (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.h44 int cfg80211; /* whether driver is using cfg80211 */ member in struct:wpa_driver_wext_data
H A Ddriver_wext.c815 wpa_printf(MSG_DEBUG, "WEXT: cfg80211-based driver detected");
816 drv->cfg80211 = 1;
1978 if (drv->cfg80211) {
1980 * cfg80211 supports SIOCSIWMLME commands, so there is
2129 if (drv->cfg80211) {
2131 * Stop cfg80211 from trying to associate before we are done
2136 "WEXT: Failed to clear SSID to stop pending cfg80211 association attempts (if any)");
2229 if (!drv->cfg80211 &&
2235 if (drv->cfg80211 &&
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.h44 int cfg80211; /* whether driver is using cfg80211 */ member in struct:wpa_driver_wext_data
H A Ddriver_wext.c815 wpa_printf(MSG_DEBUG, "WEXT: cfg80211-based driver detected");
816 drv->cfg80211 = 1;
1978 if (drv->cfg80211) {
1980 * cfg80211 supports SIOCSIWMLME commands, so there is
2129 if (drv->cfg80211) {
2131 * Stop cfg80211 from trying to associate before we are done
2136 "WEXT: Failed to clear SSID to stop pending cfg80211 association attempts (if any)");
2229 if (!drv->cfg80211 &&
2235 if (drv->cfg80211 &&
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.h44 int cfg80211; /* whether driver is using cfg80211 */ member in struct:wpa_driver_wext_data
H A Ddriver_wext.c815 wpa_printf(MSG_DEBUG, "WEXT: cfg80211-based driver detected");
816 drv->cfg80211 = 1;
1978 if (drv->cfg80211) {
1980 * cfg80211 supports SIOCSIWMLME commands, so there is
2129 if (drv->cfg80211) {
2131 * Stop cfg80211 from trying to associate before we are done
2136 "WEXT: Failed to clear SSID to stop pending cfg80211 association attempts (if any)");
2229 if (!drv->cfg80211 &&
2235 if (drv->cfg80211 &&

Completed in 53 milliseconds