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

  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 76 void deauthenticateNetwork(long holdoff, boolean ess);
WifiManager.java     [all...]
  /external/ppp/pppd/
pppd.h 228 extern int need_holdoff; /* Need holdoff period after link terminates */
309 extern int holdoff; /* Dead time before restarting */
310 extern bool holdoff_specified; /* true if user gave a holdoff value */
    [all...]
options.c 108 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
109 bool holdoff_specified; /* true if a holdoff value has been given */
217 { "holdoff", o_int, &holdoff,
    [all...]
tty.c 462 /* default holdoff to 0 if no connect script has been given */
464 holdoff = 0;
    [all...]
main.c 146 int need_holdoff; /* need holdoff period before restarting */
606 t = need_holdoff? holdoff: 0;
615 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
907 * holdoff_end - called via a timeout when the holdoff period ends.
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
WifiStateMachine.java     [all...]

Completed in 369 milliseconds