/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_chromeos_unittest.cc | 42 void AddAccessPoints(int ssids, int aps_per_ssid) { 43 for (int i = 0; i < ssids; ++i) {
|
wifi_data_provider_win.cc | 324 NULL, // Use all SSIDs.
|
/external/wpa_supplicant_8/src/drivers/ |
android_drv.h | 50 /* This corresponds to the size of all sections expect SSIDs */
|
driver_privsep.c | 103 const u8 *ssid = params->ssids[0].ssid; 104 size_t ssid_len = params->ssids[0].ssid_len;
|
driver_wext.c | 1024 const u8 *ssid = params->ssids[0].ssid; 1025 size_t ssid_len = params->ssids[0].ssid_len; [all...] |
driver_bsd.c | 1183 sr.sr_ssid[i].len = params->ssids[i].ssid_len; 1184 os_memcpy(sr.sr_ssid[i].ssid, params->ssids[i].ssid, 1192 if (bsd_set_ssid(drv, params->ssids[0].ssid, 1193 params->ssids[0].ssid_len) < 0) [all...] |
driver.h | 252 * ssids - SSIDs to scan for 265 } ssids[WPAS_MAX_SCAN_SSIDS]; member in struct:wpa_driver_scan_params 268 * num_ssids - Number of entries in ssids array 291 * filter_ssids - Filter for reporting SSIDs 294 * filter scan results to include only the specified SSIDs. %NULL 297 * number of APs with different SSIDs. 3726 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS]; member in struct:wpa_event_data::scan_info [all...] |
driver_test.c | [all...] |
driver_nl80211.c | 4259 struct nlattr *ssids; local [all...] |
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 90 /* Set list of SSIDs */ 96 wpa_printf(MSG_DEBUG, "For Scan: %s", params->ssids[i].ssid); 98 buf[bp++] = params->ssids[i].ssid_len; 99 os_memcpy(&buf[bp], params->ssids[i].ssid, params->ssids[i].ssid_len); 100 bp += params->ssids[i].ssid_len;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
scan.c | 300 struct wpa_driver_scan_filter *ssids; local 314 ssids = os_zalloc(count * sizeof(struct wpa_driver_scan_filter)); 315 if (ssids == NULL) 321 os_memcpy(ssids[*num_ssids].ssid, ssid->ssid, ssid->ssid_len); 322 ssids[*num_ssids].ssid_len = ssid->ssid_len; 326 return ssids; 659 params.ssids[0].ssid = wpa_s->go_params->ssid; 660 params.ssids[0].ssid_len = wpa_s->go_params->ssid_len; 701 params.ssids[params.num_ssids].ssid = 703 params.ssids[params.num_ssids].ssid_len [all...] |
bgscan_simple.c | 41 params.ssids[0].ssid = data->ssid->ssid; 42 params.ssids[0].ssid_len = data->ssid->ssid_len;
|
bgscan_learn.c | 282 params.ssids[0].ssid = data->ssid->ssid; 283 params.ssids[0].ssid_len = data->ssid->ssid_len;
|
config_ssid.h | 198 * scan_ssid can be used to scan for APs using hidden SSIDs. 200 * such drivers to use hidden SSIDs.
|
bss.c | 676 const struct wpa_driver_scan_ssid *s = &info->ssids[i]; 719 if (info->ssids[i].ssid == NULL || 720 info->ssids[i].ssid_len == 0) {
|
wpa_priv.c | 105 params.ssids[0].ssid = (u8 *) buf; 106 params.ssids[0].ssid_len = len;
|
ChangeLog | 212 * added disallow_aps parameter to allow BSSIDs/SSIDs to be disallowed 265 - Export max scan ssids supported by the driver as MaxScanSSID. 276 - Treat '' in SSIDs of Interface.Scan as a request for broadcast 432 configured SSIDs to save memory (filter_ssids) 488 * added support for multiple SSIDs per scan request to optimize 490 SSIDs); this requires driver support and can currently be used only [all...] |
README-Windows.txt | 188 scanning; this allows APs with hidden SSIDs to be used)
|
config.h | 295 * drivers to enable operation with hidden SSIDs and optimized roaming; 631 * 1 = only include configured SSIDs in scan results/BSS table
|
wpa_supplicant.conf | 102 # enable operation with hidden SSIDs and optimized roaming; in this mode, 255 # 1 = only include configured SSIDs in scan results/BSS table 485 # find APs that do not accept broadcast SSID or use multiple SSIDs; [all...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiManagerTest.java | 341 Set<String> ssids = new HashSet<String>(); local 344 ssids.add(wifiConfig.SSID); 348 return ssids;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 983 struct wpa_driver_scan_ssid *ssids = params->ssids; local 991 wpa_printf(MSG_DEBUG, "wpas_dbus_handler_scan[dbus]: ssids " 994 message, "Wrong SSIDs value type. Array of arrays of " 1004 wpa_printf(MSG_DEBUG, "wpas_dbus_handler_scan[dbus]: ssids " 1007 message, "Wrong SSIDs value type. Array of arrays of " 1016 "Too many ssids specified on scan dbus " 1019 message, "Too many ssids specified. Specify " 1051 /* Allow zero-length SSIDs */ 1055 ssids[ssids_num].ssid = ssid [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.c | 482 * This function can be used to convert SSIDs into printable form. In most 483 * cases, SSIDs do not use unprintable characters, but IEEE 802.11 standard
|
/hardware/ti/wlan/mac80211/ti-utils/ |
nl80211.h | 483 * @NL80211_ATTR_MAX_NUM_SCAN_SSIDS: number of SSIDs you can scan with 489 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
nl80211.h | 629 * @NL80211_ATTR_MAX_NUM_SCAN_SSIDS: number of SSIDs you can scan with 635 * @NL80211_ATTR_SCAN_SSIDS: nested attribute with SSIDs, leave out for passive [all...] |