/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ps3.c | 151 ret = wpa_driver_wext_set_ssid(drv, params->ssid, params->ssid_len);
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa.h | 86 const u8 *ssid; member in struct:rsn_supp_config
|
wpa_i.h | 61 u8 ssid[32]; member in struct:wpa_sm
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_i.h | 162 const u8 *ssid; /* <= 32 octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_6/wpa_supplicant/ |
todo.txt | 14 ssid->proto fields to avoid detecting downgrade attacks when the driver
|
ChangeLog | 419 * driver_wext: added support for WE-21 change to SSID configuration 467 * driver_wext: Remove null-termination from SSID length if the driver 470 would break a case where the SSID actually ends in '\0', but that is 567 * driver_ndis: fixed scan request in ap_scan=2 mode not to change SSID [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_hostap.h | 201 u8 ssid[32]; member in struct:prism2_hostapd_param::__anon14251::__anon14259
|
driver_wired.c | 392 static int wpa_driver_wired_get_ssid(void *priv, u8 *ssid) 394 ssid[0] = 0;
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_parse.c | 221 wpa_hexdump_ascii(MSG_DEBUG, "P2P: * P2P Group ID: SSID", 400 if (elems.ssid) 401 msg->ssid = elems.ssid - 2;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 400 Set postfix string to be added to the automatically generated P2P SSID 402 could result in the SSID becoming DIRECT-ab-testing. 458 set p2p_ssid_postfix <P2P SSID postfix> 460 Set P2P SSID postfix.
|
README-Windows.txt | 153 When using access points in "hidden SSID" mode, ap_scan=2 mode need to 198 ssid="test" 206 wpa_supplicant tries to associate with the SSID without doing 313 ssid="example"
|
todo.txt | 11 ssid->proto fields to avoid detecting downgrade attacks when the driver
|
ChangeLog | 128 an ESS (same SSID) 518 * driver_wext: added support for WE-21 change to SSID configuration 566 * driver_wext: Remove null-termination from SSID length if the driver 569 would break a case where the SSID actually ends in '\0', but that is [all...] |
wpa_cli.c | 740 "- new SSID\n" 938 "- new SSID\n" [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi.h | 120 * <td><ssid> Rssi xx</td>
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiApEnabler.java | 152 (wifiConfig == null) ? s : wifiConfig.SSID));
|
WifiConfigUiForSetupWizardXL.java | 80 requestFocusAndShowKeyboard(R.id.ssid);
|
/external/wpa_supplicant/ |
wpa.c | 1047 struct wpa_ssid *ssid = sm->cur_ssid; local 1053 ssid == NULL || !ssid->peerkey) 1100 if (ssid->pairwise_cipher & WPA_CIPHER_CCMP) { 1105 if (ssid->pairwise_cipher & WPA_CIPHER_TKIP) { 1912 struct wpa_ssid *ssid = sm->cur_ssid; local 2253 struct wpa_ssid *ssid = sm->cur_ssid; local 2509 struct wpa_ssid *ssid = sm->cur_ssid; local 2648 struct wpa_ssid *ssid = sm->cur_ssid; local [all...] |
preauth.c | 451 os_memcmp(r->ssid, sm->cur_ssid->ssid,
|
todo.txt | 23 ssid->proto fields to avoid detecting downgrade attacks when the driver
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkController.java | 731 // If we just connected, grab the inintial signal strength and ssid 778 String ssid = info.getSSID(); local 779 if (ssid != null) { 780 return ssid; [all...] |
/external/wpa_supplicant_8/hostapd/ |
README-WPS | 78 ssid=wps-test 242 hostapd_cli wps_config <new SSID> <auth> <encr> <new key>
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 85 if ((len & 1) || len > 2 * sizeof(cred->ssid) || 86 hexstr2bin(pos, cred->ssid, len / 2))
|
/frameworks/base/core/jni/ |
android_net_wifi_Wifi.cpp | 385 // reply comes back in the form "<SSID> rssi XX" where XX is the 387 // beware - <SSID> can contain spaces.
|
/packages/apps/Settings/src/com/android/settings/ |
TetherSettings.java | 190 mWifiConfig.SSID, 625 mWifiConfig.SSID,
|