Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWifiReceiver.java69 boolean connected; in onReceive()
70 connected = intent.getBooleanExtra("connected", false); in onReceive()
71 Log.d(TAG, " connected: " + connected); in onReceive()
/hostap-latest/tests/hwsim/
Dfst_module_aux.py697 self.connected = None # FstAP object the station is connected to
782 self.connected = ap
791 self.connected = ap
795 self.connected = None
801 if self.connected is not None:
806 hap = self.connected.get_instance()
809 … raise Exception("No disconnection event received from %s" % self.connected.get_ssid())
811 self.connected = None
817 if self.connected is not None:
822 hap = self.connected
[all …]
Dtest_ap_tdls.py165 def check_tdls_link(sta0, sta1, connected=True): argument
175 if not connected:
178 if connected:
571 check_tdls_link(dev[0], dev[1], connected=False)
573 check_tdls_link(dev[0], dev[1], connected=True)
575 check_tdls_link(dev[0], dev[1], connected=False)
615 connected = False
620 connected = True
623 if not connected:
636 connected = False
[all …]
Dtest_ap_ciphers.py252 connected = False
266 connected = True
274 if not connected:
Dtest_ap_eap.py7539 connected = False
7541 if not connected and i % 10 == 9:
7544 connected = True
7578 if not connected:
Dtest_dbus.py1503 self.connected = False
1518 self.connected = True
1538 return self.connected
/hostap-latest/src/fst/
Dfst.c23 bool connected, in fst_ctrl_iface_notify_peer_state_change() argument
28 extra.peer_state.connected = connected; in fst_ctrl_iface_notify_peer_state_change()
Dfst_ctrl_aux.h62 bool connected; member
Dfst_ctrl_iface.c129 ps->connected ? FST_CEP_PNAME_CONNECTED : in fst_ctrl_iface_notify()
/hostap-latest/wpa_supplicant/examples/
Ddpp-nfc.py946 self.connected = False
980 handover.connected = True
1171 if only_one and handover.connected:
/hostap-latest/hostapd/
DREADME-MULTI-AP78 hostapd sets up 4-address mode. Since there may be multiple stations connected
DREADME-WPS145 The PIN request file has one line for every Enrollee that connected to
/hostap-latest/doc/
Ddbus.doxygen233 <dd>Interface is not connected to any network.</dd>
316 <dd>Interface is not connected to any network.</dd>
342 <dd>Interface is not connected to any network.</dd>
833 <p>List of D-Bus objects paths representing connected stations in AP mode.</p>
2369 <p>The current groups in which this peer is connected.</p>
2398 …<p>Array of D-Bus object paths for the peer devices that are currently connected to the group. Thi…
2531 <dd>A dictionary containing information of the connected mesh peer.</dd>
/hostap-latest/wpa_supplicant/
DREADME-P2P820 ultimately connected to.
DChangeLog893 * send STA connected/disconnected ctrl_iface events to both the P2P
940 * do not expire P2P peer entries while connected with the peer in a
1004 * added autoscan module to control scanning behavior while not connected