/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
AccessPoint.java | 834 boolean wpa2 = result.capabilities.contains("WPA2-PSK"); 835 if (wpa2 && wpa) { 837 } else if (wpa2) { [all...] |
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 96 * fixed PMKSA cache timeout from Session-Timeout for WPA/WPA2 cases 191 stronger password-based authentication with WPA2-Personal 255 WPA2 mode (some deployed stations use WPA type in that message) 569 * added support for using SHA256-based stronger key derivation for WPA2 573 * fixed WPA/RSN IE validation to verify that the proto (WPA vs. WPA2) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 11 wpa_supplicant has support for being used as a WPA/WPA2/IEEE 802.1X 29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP 30 - WPA2-EAP, TKIP, CCMP, TKIP+CCMP
|
todo.txt | 8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from
|
/external/autotest/server/cros/ap_configurators/ |
belkinF9K1103_ap_configurator.py | 23 elif 'It is recommended to use WPA/WPA2 when WPS is enabled' in text: 282 self._set_security('WPA/WPA2-Personal (PSK)', wait_for_xpath=auth_popup)
|
asus_qis_ap_configurator.py | 166 self._set_authentication('WPA2-Personal', wait_for_xpath=key_field,
|
belkinF9K1001_ap_configurator.py | 29 elif 'It is recommended to use WPA/WPA2 when WPS is enabled' in text:
|
belkinWRTR_ap_configurator.py | 150 security_popup = 'WPA2-PSK'
|
dlink_dir300_ap_configurator.py | 192 wpa_item = 'Enable WPA2 Only Wireless Security (enhanced)'
|
dlink_dir505l_ap_configurator.py | 196 wpa_item = 'WPA2 Only'
|
dlinkwbr1310_ap_configurator.py | 190 wpa_item = 'Enable WPA2 Wireless Security (enhanced)'
|
keeboxw150nr_ap_configurator.py | 223 self.select_item_from_popup_by_id('WPA2 Only', 'security_type')
|
levelone_ap_configurator.py | 162 wpa_item = 'WPA2-PSK'
|
linksys_ap_configurator.py | 188 wpa_item = 'WPA2 Personal'
|
linksyswrt600_ap_configurator.py | 178 wpa_item = ' WPA2-Personal'
|
netgear_single_band_configurator.py | 160 xpath = '//input[@name="security_type" and @value="WPA2-PSK"]'
|
trendnet654tr_ap_configurator.py | 156 wpa_item = 'Enable WPA2 Wireless Security ( enhanced )'
|
trendnet692gr_ap_configurator.py | 188 wpa_item = 'WPA2-PSK'
|
trendnet731br_ap_configurator.py | 135 self.select_item_from_popup_by_id(' WPA2 ','wep_type')
|
trendnet812dru_ap_configurator.py | 146 wpa_item = 'WPA2-PSK'
|
trendnet_ap_configurator.py | 201 wpa_item = 'WPA2-PSK'
|
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/ |
network_WiFi_PMKSACaching.py | 70 # PMKSA caching is only defined for WPA2.
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 835 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) with WPA/WPA2 " 859 "WPA2/CCMP/GCMP forced WPS to be disabled"); 870 wpa_printf(MSG_ERROR, "HS 2.0: WPA2-Enterprise/CCMP " 881 "MBO: PMF needs to be enabled whenever using WPA2 with MBO");
|
wpa_auth_i.h | 106 WPA_VERSION_WPA2 = 2 /* WPA2 / IEEE 802.11i */
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_process.c | 216 wpa_printf(MSG_INFO, "WPS: WPA/WPA2-Personal passphrase uses "
|