HomeSort by relevance Sort by last modified time
    Searched full:wpa2 (Results 51 - 75 of 346) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/server/cros/ap_configurators/
belkinF9K1105_ap_configurator.py 23 if "It is recommended to use WPA/WPA2 when WPS is enabled" in text:
301 self._set_security('WPA/WPA2-Personal (PSK)', wait_for_xpath=auth_popup)
302 selection = 'WPA2-PSK'
belkinF9K_ap_configurator.py 34 elif 'It is recommended to use WPA/WPA2 when WPS is enabled' in text:
274 self.select_item_from_popup_by_xpath('WPA/WPA2-Personal (PSK)',
280 auth_type = 'WPA2-PSK'
linksyse_dual_band_configurator.py 45 elif 'Please select WPA2-Personal or WPA2-Enterprise' in text:
240 wpa_item = 'WPA2 Personal'
netgearwnr1000v4_ap_configurator.py 235 """Enables WPA2 and Mixed modes using a private security key for
248 """Enables WPA2 and Mixed modes using a private security key for
258 xpath = '//input[@name="security_type" and @value="WPA2-PSK"]'
linksyse2100_ap_configurator.py 79 wpa_item = 'WPA2 Personal'
linksyswrt120n_ap_configurator.py 90 wpa_item = 'WPA2 Personal'
trendnet432brp_ap_configurator.py 142 self.select_item_from_popup_by_id(' WPA2 ', 'wep_type')
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)
buffalo_wsr_1166dd_ap_configurator.py 276 """Enables WPA/WPA2 using a psk for the wireless network.
285 self.select_item_from_popup_by_xpath('WPA/WPA2 PSK', xpath)
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)'
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 90 <string>WPA2-Personal (PSK)</string>
95 <string>WPA2-Enterprise (EAP)</string>
144 <string>WPA/WPA2 pre-shared key or passphrase</string>
networkconfig.cpp 73 if (flags.indexOf("[WPA2-EAP") >= 0)
77 else if (flags.indexOf("[WPA2-PSK") >= 0)
264 proto = "WPA2";
268 proto = "WPA2";
528 if (strstr(reply, "RSN") || strstr(reply, "WPA2"))
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLastResortWatchdogTest.java 49 private String[] mCaps = {"[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]",
50 "[WPA2-EAP-CCMP][ESS]", "[WPA2-EAP-CCMP][ESS]"};
    [all...]
  /external/autotest/server/cros/network/
rf_switch_ap_box_test.py 21 'security = wpa2',
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 2 * wpa_supplicant - WPA2/RSN PMKSA cache functions
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProvider.java 77 wifiConf.allowedProtocols.set(WifiConfiguration.Protocol.RSN); // For WPA2
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 180 # We have the option of turning on WPA, WPA2, or both via a bitfield.
186 # WPA2 mandates the use of AES in CCMP mode.
203 @param wpa2_ciphers list of ciphers to advertise in the WPA2 IE.
204 hostapd will fall back on WPA ciphers for WPA2 if this is
245 raise error.TestFail('Cannot configure WPA2 unless we have some '
540 # If we wanted to expand test coverage to WPA2/PEAP combinations
  /external/wpa_supplicant_8/src/ap/
ap_config.c 865 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) with WPA/WPA2 "
886 "VHT (IEEE 802.11ac) with WPA/WPA2 requires CCMP/GCMP to be enabled, disabling VHT capabilities");
908 "WPA2/CCMP/GCMP forced WPS to be disabled");
919 wpa_printf(MSG_ERROR, "HS 2.0: WPA2-Enterprise/CCMP "
930 "MBO: PMF needs to be enabled whenever using WPA2 with MBO");
  /external/wpa_supplicant_8/hostapd/
ChangeLog 169 * fixed PMKSA cache timeout from Session-Timeout for WPA/WPA2 cases
264 stronger password-based authentication with WPA2-Personal
328 WPA2 mode (some deployed stations use WPA type in that message)
    [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
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIfaceCallback.hal 72 * (with or without WPA/WPA2), the supplicant remains in this state
77 * This state is entered when WPA/WPA2 4-Way Handshake is started. In
92 * completed. In case of WPA2, this happens when the 4-Way Handshake is
  /tools/test/connectivity/acts/tests/google/wifi/
WifiNetworkSelectorTest.py 189 WPA2 security, the other is open.
191 3. Verify the DUT is connected to the secure network that uses WPA2.
325 1. Add two 5G WPA2 BSSIDs X and Y to the DUT. X has higher RSSI

Completed in 542 milliseconds

1 23 4 5 6 7 8 91011>>