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

1 2

  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 54 void reassociate();
WifiManager.java 663 public boolean reassociate() { method in class:WifiManager
665 mService.reassociate();
    [all...]
  /system/core/nexus/
Supplicant.h 68 int reassociate();
  /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");
  /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;
869 wpa_s->reassociate = 1;
893 wpa_s->reassociate = 1;
913 wpa_s->reassociate = 1;
917 if (wpa_s->reassociate)
938 * 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 196 wpa_s->reassociate = 1;
603 wpa_s->reassociate = 1;
938 wpa_s->reassociate = 0;
968 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
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 205 wpa_s->reassociate = 1;
740 wpa_s->reassociate = 1;
    [all...]
wpa_supplicant_i.h 357 int reassociate; /* reassociation requested */ member in struct:wpa_supplicant
358 int disconnected; /* all connections disabled; i.e., do no reassociate
events.c 739 if ((wpa_s->reassociate
759 "reassociate: %d selected: "MACSTR " bssid: " MACSTR
761 wpa_s->reassociate, MAC2STR(selected->bssid),
831 if (wpa_s->reassociate)
832 return 1; /* explicit request to reassociate */
    [all...]
ctrl_iface.c 739 wpa_s->reassociate = 1;
746 wpa_s->reassociate = 1;
753 wpa_s->reassociate = 1;
759 wpa_s->reassociate = 1;
772 wpa_s->reassociate = 1;
    [all...]
wps_supplicant.c 66 wpa_s->reassociate = 1;
91 wpa_s->reassociate = 1;
809 wpa_s->reassociate = 1;
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 184 * 2.reassociate
217 method = "reassociate",
247 assertTrue(mWifiManager.reassociate());

Completed in 2859 milliseconds

1 2