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

1 2

  /external/autotest/server/site_tests/network_WiFi_Reassociate/
network_WiFi_Reassociate.py 11 """Timing test for wpa_supplicant reassociate operation."""
15 """Setup and connect to an AP, then perform reassociate test."""
21 self.context.client.reassociate(timeout_seconds=10)
  /external/libevent/
evport.c 50 * necessary when large fd's come in. reassociate() takes care of maintaining
239 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) function
290 * Before doing anything else, we need to reassociate the events we hit
302 reassociate(epdp, fdi, fd);
401 return reassociate(evpd, fdi, fd);
449 return (reassociate(evpd, fdi, fd));
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 39 (* reassociate expressions. *)
  /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");
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 88 void reassociate();
WifiManager.java     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 202 wpa_s->reassociate = 1;
975 wpa_s->reassociate = 1;
    [all...]
wps_supplicant.c 101 wpa_s->reassociate = 1;
135 wpa_s->reassociate = 1;
1116 wpa_s->reassociate = 1;
    [all...]
events.c 1256 "Considering connect request: reassociate: %d selected: "
1259 wpa_s->reassociate, MAC2STR(selected->bssid),
1269 if (wpa_s->reassociate ||
    [all...]
wpa_supplicant_i.h 501 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
504 int disconnected; /* all connections disabled; i.e., do no reassociate
    [all...]
wnm_sta.c 883 wpa_s->reassociate = 1;
    [all...]
sme.c 227 wpa_s->reassociate = 0;
    [all...]
ctrl_iface.c 215 wpa_s->reassociate = 1;
    [all...]
interworking.c 85 wpa_s->reassociate = 1;
    [all...]
p2p_supplicant.c 857 wpa_s->reassociate = 0;
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 229 * 2.reassociate
240 assertTrue(mWifiManager.reassociate());
  /development/apps/Development/src/com/android/development/
Connectivity.java 651 mWm.reassociate();
  /external/autotest/server/cros/network/
wifi_client.py 974 def reassociate(self, timeout_seconds=10): member in class:WiFiClient
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 757 return mWifi.reassociate();
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 692 * see {@link android.net.wifi.WifiManager#reassociate()}
694 public void reassociate() { method in class:WifiServiceImpl
    [all...]
WifiNative.java 535 public boolean reassociate() { method in class:WifiNative
536 if (DBG) logDbg("REASSOCIATE ");
537 return doBooleanCommand("REASSOCIATE");
    [all...]
WifiStateMachine.java 632 /* Reassociate to a network */
    [all...]

Completed in 275 milliseconds

1 2