/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 403 Set postfix string to be added to the automatically generated P2P SSID 405 could result in the SSID becoming DIRECT-ab-testing. 461 set p2p_ssid_postfix <P2P SSID postfix> 463 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 | 918 "- new SSID\n" 1116 "- new SSID\n" [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateMachine.java | 1384 String ssid; local [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_manualSM.c | 50 * and similar SSID and security settings.
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrl.h | 152 TSsid ssid; member in struct:__anon19151
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
mlmeApi.h | 207 dot11_SSID_t ssid; member in struct:__anon19304
|
ScanCncn.h | 165 * - copies current SSID for roaming scans
|
/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_6/wpa_supplicant/ |
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/hostapd/ |
README-WPS | 78 ssid=wps-test 242 hostapd_cli wps_config <new SSID> <auth> <encr> <new key>
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 392 static int wpa_driver_wired_get_ssid(void *priv, u8 *ssid) 394 ssid[0] = 0;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 79 if ((len & 1) || len > 2 * sizeof(cred->ssid) || 80 hexstr2bin(pos, cred->ssid, len / 2))
|
/packages/apps/Settings/src/com/android/settings/ |
TetherSettings.java | 182 mWifiConfig.SSID, 574 mWifiConfig.SSID,
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.c | 174 elems->ssid = pos;
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_utils.c | 16 * p2p_random - Generate random string for SSID and passphrase
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa.h | 88 const u8 *ssid; member in struct:rsn_supp_config
|
wpa_i.h | 58 u8 ssid[32]; member in struct:wpa_sm
|
/external/wpa_supplicant_8/src/wps/ |
wps_i.h | 183 const u8 *ssid; /* <= 32 octets */ member in struct:wps_parse_attr
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
test_wpa.c | 42 struct wpa_ssid ssid; member in struct:wpa
|
/external/dhcpcd/ |
configure.c | 214 e = strlen("new_ssid=") + strlen(iface->ssid) + 2; 220 snprintf(env[elen++], e, "new_ssid=%s", iface->ssid); 227 snprintf(env[elen++], e, "old_ssid=%s", iface->ssid);
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_sha1.c | 252 char *ssid; member in struct:passphrase_test 336 test->ssid, strlen(test->ssid),
|