/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 1000 struct wpa_driver_scan_ssid *ssids = params->ssids; local 1009 "%s[dbus]: ssids must be an array of arrays of bytes", 1013 "Wrong SSIDs value type. Array of arrays of bytes required"); 1022 "%s[dbus]: ssids must be an array of arrays of bytes", 1026 "Wrong SSIDs value type. Array of arrays of bytes required"); 1033 "%s[dbus]: Too many ssids specified on scan dbus call", 1037 "Too many ssids specified. Specify at most four"); 1062 /* Allow zero-length SSIDs */ 1066 ssids[ssids_num].ssid = ssid [all...] |
/external/autotest/server/cros/network/ |
chaos_clique_utils.py | 126 client.wifi_if, ssids=[ap.ssid]) 260 wifi_if, ssids=[ssid], timeout_seconds=300)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_learn.c | 281 params.ssids[0].ssid = data->ssid->ssid; 282 params.ssids[0].ssid_len = data->ssid->ssid_len;
|
config_ssid.h | 226 * scan_ssid can be used to scan for APs using hidden SSIDs. 228 * such drivers to use hidden SSIDs. Note2: Most nl80211-based drivers
|
ChangeLog | 48 * added support to request a scan with specific SSIDs with the SCAN 173 scan requests for active scans for specific configured SSIDs 178 for hidden SSIDs (based on scan_ssid=1) [all...] |
README-Windows.txt | 188 scanning; this allows APs with hidden SSIDs to be used)
|
/system/connectivity/shill/supplicant/ |
wpa_supplicant.cc | 133 const char WPASupplicant::kPropertyScanSSIDs[] = "SSIDs";
|
/system/connectivity/shill/wifi/ |
scan_session.cc | 209 // the specific SSIDs.
|
wifi_unittest.cc | 2471 ByteArrays ssids = arg.GetByteArrays(WPASupplicant::kPropertyScanSSIDs); local 2486 ByteArrays ssids; local 2504 ByteArrays ssids; local 3188 ByteArrays ssids; local 3206 ByteArrays ssids; local [all...] |
scan_session.h | 129 // SSIDs.
|
wifi.cc | 812 // However, in the case of hidden SSIDs, supplicant knows about 817 // will include the hidden SSIDs we know about (up to the limit of 1232 AttributeListConstRefPtr ssids; local [all...] |
wake_on_wifi_unittest.cc | 165 // NIC is programmed to wake on the SSIDs represented by kSSIDBytes1 and 166 // kSSIDBytes2, and scans for these SSIDs at interval 205 // wake on SSID (on up to |kNewWiphyNlMsg_MaxSSIDs| SSIDs), and supports wake on [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
MOManager.java | 701 Map<String, Long> ssids = new HashMap<>(); local 707 ssids.put(ssidRoot.getChild(TAG_SSID).getValue(), getMac(hessidNode)); 757 return new HomeSP(ssids, fqdn, roamingConsortiums, otherHomePartners, [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
PasspointManagementObjectManager.java | 660 Map<String, Long> ssids = new HashMap<>(); local 666 ssids.put(ssidRoot.getChild(TAG_SSID).getValue(), getMac(hessidNode)); 716 return new HomeSP(ssids, fqdn, roamingConsortiums, otherHomePartners, [all...] |
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
network_WiFi_RegDomain.py | 176 # SSIDs do not cause probe requests to be sent.
|
/external/wpa_supplicant_8/src/drivers/ |
driver_bsd.c | 1192 sr.sr_ssid[i].len = params->ssids[i].ssid_len; 1193 os_memcpy(sr.sr_ssid[i].ssid, params->ssids[i].ssid, 1201 if (bsd_set_ssid(drv, params->ssids[0].ssid, 1202 params->ssids[0].ssid_len) < 0) [all...] |
driver_privsep.c | 105 const u8 *ssid = params->ssids[0].ssid; 106 size_t ssid_len = params->ssids[0].ssid_len;
|
driver.h | 296 * struct wpa_driver_scan_ssid - SSIDs to scan for 313 * ssids - SSIDs to scan for 315 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS]; member in struct:wpa_driver_scan_params 318 * num_ssids - Number of entries in ssids array 341 * filter_ssids - Filter for reporting SSIDs 344 * filter scan results to include only the specified SSIDs. %NULL 347 * number of APs with different SSIDs. 4497 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS]; member in struct:wpa_event_data::scan_info [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
HomeSP.java | 362 "SSIDs=" + mSSIDs +
|
/external/iw/ |
info.c | 242 printf("\tmax # scan SSIDs: %d\n", 248 printf("\tmax # sched scan SSIDs: %d\n",
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 603 * This function can be used to convert SSIDs into printable form. In most 604 * cases, SSIDs do not use unprintable characters, but IEEE 802.11 standard
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_shill_wifi_client.cc | 296 std::vector<std::string>* ssids) { 310 ssids->emplace_back(std::string(ssid_bytes.begin(), ssid_bytes.end()));
|
/external/autotest/client/cros/networking/ |
wifi_proxy.py | 311 """@return list of string SSIDs with at least one BSS we've scanned."""
|
/external/wpa_supplicant_8/src/common/ |
qca-vendor.h | 418 * @QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS: Nested attribute with SSIDs to be scanned
|
/external/autotest/client/common_lib/ |
site_utils.py | 689 ssids = CONFIG.get_config_value_regex('CLIENT', WIRELESS_SSID_PATTERN) 691 for key, value in ssids.items():
|