Home
last modified time | relevance | path

Searched refs:devcaps (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_bsd.c1474 struct ieee80211_devcaps_req devcaps; in wpa_driver_bsd_capa() local
1476 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps, in wpa_driver_bsd_capa()
1477 sizeof(devcaps)) < 0) { in wpa_driver_bsd_capa()
1484 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()
1486 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1) in wpa_driver_bsd_capa()
1489 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2) in wpa_driver_bsd_capa()
1493 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP) in wpa_driver_bsd_capa()
1496 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP) in wpa_driver_bsd_capa()
1498 if (devcaps in wpa_driver_bsd_capa()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_bsd.c1470 struct ieee80211_devcaps_req devcaps; in wpa_driver_bsd_capa() local
1472 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps, in wpa_driver_bsd_capa()
1473 sizeof(devcaps)) < 0) { in wpa_driver_bsd_capa()
1480 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()
1482 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1) in wpa_driver_bsd_capa()
1485 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2) in wpa_driver_bsd_capa()
1489 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP) in wpa_driver_bsd_capa()
1492 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP) in wpa_driver_bsd_capa()
1494 if (devcaps in wpa_driver_bsd_capa()
[all...]

Completed in 4 milliseconds