HomeSort by relevance Sort by last modified time
    Searched refs:reassociate (Results 1 - 23 of 23) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 53 boolean reassociate();
WifiManager.java 542 public boolean reassociate() { method in class:WifiManager
544 return mService.reassociate();
    [all...]
WifiStateTracker.java 1922 public synchronized boolean reassociate() { method in class:WifiStateTracker
    [all...]
  /system/core/nexus/
Supplicant.h 68 int reassociate();
  /cts/tests/tests/permission/src/android/permission/cts/
NoWifiStatePermissionTest.java 140 * Verify that WifiManager#reassociate() requires permissions.
146 mWifiManager.reassociate();
147 fail("WifiManager.reassociate didn't throw SecurityException as expected");
  /external/chromium/third_party/libevent/
evport.c 47 * necessary when large fd's come in. reassociate() takes care of maintaining
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function
314 * Before doing anything else, we need to reassociate the events we hit
327 reassociate(epdp, fdi, fd);
434 return reassociate(evpd, fdi, ev->ev_fd);
489 return (reassociate(evpd, fdi, ev->ev_fd));
  /external/wpa_supplicant/
ctrl_iface.c 157 wpa_s->reassociate = 1;
164 wpa_s->reassociate = 1;
171 wpa_s->reassociate = 1;
177 wpa_s->reassociate = 1;
190 wpa_s->reassociate = 1;
620 wpa_s->reassociate = 1;
644 wpa_s->reassociate = 1;
671 * Try to reassociate since there is no current configuration
673 wpa_s->reassociate = 1;
1209 } else if (os_strcmp(buf, "REASSOCIATE") == 0)
    [all...]
ctrl_iface_dbus_handlers.c 1004 * Try to reassociate since there is no current configuration
1007 wpa_s->reassociate = 1;
1063 wpa_s->reassociate = 1;
1117 wpa_s->reassociate = 1;
    [all...]
wpa_supplicant_i.h 289 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
290 int disconnected; /* all connections disabled; i.e., do no reassociate
events.c 549 if (wpa_s->reassociate ||
wpa_supplicant.c 552 wpa_s->reassociate = 1;
959 wpa_s->reassociate = 1;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 268 wpa_s->reassociate = 1;
275 wpa_s->reassociate = 1;
282 wpa_s->reassociate = 1;
288 wpa_s->reassociate = 1;
301 wpa_s->reassociate = 1;
858 wpa_s->reassociate = 1;
882 wpa_s->reassociate = 1;
902 wpa_s->reassociate = 1;
906 if (wpa_s->reassociate)
927 * Try to reassociate since there is no current configuratio
    [all...]
ctrl_iface_dbus_handlers.c 1062 * Try to reassociate since there is no current configuration
1065 wpa_s->reassociate = 1;
1121 wpa_s->reassociate = 1;
    [all...]
wps_supplicant.c 55 wpa_s->reassociate = 1;
70 wpa_s->reassociate = 1;
550 wpa_s->reassociate = 1;
wpa_supplicant.c 199 wpa_s->reassociate = 1;
610 wpa_s->reassociate = 1;
945 wpa_s->reassociate = 0;
975 wpa_s->reassociate = 1;
    [all...]
wpa_supplicant_i.h 295 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
296 int disconnected; /* all connections disabled; i.e., do no reassociate
events.c 692 if (wpa_s->reassociate ||
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 175 * 2.reassociate
208 method = "reassociate",
234 assertTrue(mWifiManager.reassociate());
  /frameworks/base/services/java/com/android/server/
WifiWatchdogService.java 754 mWifiStateTracker.reassociate();
    [all...]
WifiService.java 623 * see {@link android.net.wifi.WifiManager#reassociate()}
626 public boolean reassociate() { method in class:WifiService
629 return mWifiStateTracker.reassociate();
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 132 milliseconds