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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c1396 struct ieee80211_devcaps_req devcaps; local
1398 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1399 sizeof(devcaps)) < 0) {
1406 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1408 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1411 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1415 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1418 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1420 if (devcaps
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c1396 struct ieee80211_devcaps_req devcaps; local
1398 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1399 sizeof(devcaps)) < 0) {
1406 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1408 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1411 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1415 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1418 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1420 if (devcaps
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c1396 struct ieee80211_devcaps_req devcaps; local
1398 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1399 sizeof(devcaps)) < 0) {
1406 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1408 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1411 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1415 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1418 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1420 if (devcaps
[all...]

Completed in 93 milliseconds