HomeSort by relevance Sort by last modified time
    Searched full:bssids (Results 26 - 49 of 49) sorted by null

12

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 200 * or objects owned by them, such as scanned BSSIDs and configured networks.
249 /* A method for one of this interface's scanned BSSIDs */
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 79 * Experimental: we should be able to show the user the list of BSSIDs and bands
82 * of BSSIDs on which that network is seen.
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 476 public int num5; // number of BSSIDs on 5GHz
477 public int num24; // number of BSSIDs on 2.4GHz
774 * - less than 4 known BSSIDs
776 * - TODO: add a test to verify that all BSSIDs are behind same gateway
    [all...]
WifiScanner.java 186 /** defines number of bssids to cache from each scan */
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java 57 * BSSID used to increment failure counts against ALL bssids associated with a particular SSID
WifiQualifiedNetworkSelector.java 558 * Go through the whole buffered BSSIDs blacklist and check when the BSSIDs is blocked. If they
    [all...]
WifiConfigManager.java     [all...]
WifiStateMachine.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanTestUtil.java 305 assertEquals("bssids per scan", expected.max_ap_per_scan, actual.max_ap_per_scan);
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 897 JNIObject<jobjectArray> bssids = helper.getArrayField( local
899 params.num_bssid = helper.getArrayLength(bssids);
910 JNIObject<jobject> objAp = helper.getObjectArrayElement(bssids, i);
939 ALOGD("Added %d bssids", params.num_bssid);
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf     [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 503 * This function is used to validate that the configured BSSIDs are valid.
518 /* Generate BSSID mask that is large enough to cover the BSSIDs. */
520 /* Determine the bits necessary to cover the number of BSSIDs. */
524 /* Determine the bits necessary to any configured BSSIDs,
525 if they are higher than the number of BSSIDs. */
    [all...]
drv_callbacks.c 876 * Drop frames to unknown BSSIDs except for Beacon frames which
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp     [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 95 * when roaming between BSSIDs.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BackgroundScanSchedulerTest.java     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
vendor_definitions.h 762 * to indicate number of wifi scan results/bssids retrieved by the scan.
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.cc 324 // so we ignore campuses that may use locally administered BSSIDs.
    [all...]
wifi.cc     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c     [all...]
ChangeLog     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 512 * AND paired bssids following chanspec_list
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 1725 milliseconds

12