Searched refs:connected (Results 1 – 15 of 15) sorted by relevance
| /hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
| D | WifiReceiver.java | 69 boolean connected; in onReceive() 70 connected = intent.getBooleanExtra("connected", false); in onReceive() 71 Log.d(TAG, " connected: " + connected); in onReceive()
|
| /hostap-latest/tests/hwsim/ |
| D | fst_module_aux.py | 697 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 …]
|
| D | test_ap_tdls.py | 165 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 …]
|
| D | test_ap_ciphers.py | 252 connected = False 266 connected = True 274 if not connected:
|
| D | test_ap_eap.py | 7539 connected = False 7541 if not connected and i % 10 == 9: 7544 connected = True 7578 if not connected:
|
| D | test_dbus.py | 1503 self.connected = False 1518 self.connected = True 1538 return self.connected
|
| /hostap-latest/src/fst/ |
| D | fst.c | 23 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()
|
| D | fst_ctrl_aux.h | 62 bool connected; member
|
| D | fst_ctrl_iface.c | 129 ps->connected ? FST_CEP_PNAME_CONNECTED : in fst_ctrl_iface_notify()
|
| /hostap-latest/wpa_supplicant/examples/ |
| D | dpp-nfc.py | 946 self.connected = False 980 handover.connected = True 1171 if only_one and handover.connected:
|
| /hostap-latest/hostapd/ |
| D | README-MULTI-AP | 78 hostapd sets up 4-address mode. Since there may be multiple stations connected
|
| D | README-WPS | 145 The PIN request file has one line for every Enrollee that connected to
|
| /hostap-latest/doc/ |
| D | dbus.doxygen | 233 <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/ |
| D | README-P2P | 820 ultimately connected to.
|
| D | ChangeLog | 893 * 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
|