Searched refs:new_iface (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 61 struct fst_iface *new_iface; member 277 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action() 338 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_send_tear_down() 362 struct fst_iface *new_iface = NULL; in fst_session_handle_setup_request() local 400 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa, in fst_session_handle_setup_request() 403 if (!new_iface) { in fst_session_handle_setup_request() 410 fst_iface_get_name(new_iface), in fst_session_handle_setup_request() 478 fst_iface_get_name(new_iface)); in fst_session_handle_setup_request() 484 fst_session_set_iface(s, new_iface, false); in fst_session_handle_setup_request() [all …]
|
D | fst_ctrl_iface.c | 174 struct fst_iface *new_iface, *old_iface; in session_get() local 188 new_iface = fst_session_get_iface(s, false); in session_get() 200 new_iface ? fst_iface_get_name(new_iface) : in session_get()
|
/hostap-latest/tests/hwsim/ |
D | test_fst_module.py | 103 new_iface = ap2.ifname() 108 new_iface = sta2.ifname() 128 new_iface = None 130 new_iface = 'wlan12' 144 initiator.configure_session(sid, new_iface, old_iface) 213 …new_iface = ap2.ifname() if bad_param_type != bad_param_session_initiate_with_no_new_iface_set els… 219 …new_iface = sta2.ifname() if bad_param_type != bad_param_session_initiate_with_no_new_iface_set el… 227 initiator.configure_session(sid, new_iface) 350 new_iface = ap2.ifname() 355 new_iface = sta2.ifname() [all …]
|
D | fst_module_aux.py | 316 def configure_session(self, sid, new_iface, old_iface=None): argument 326 if new_iface is not None: 327 s = self.set_session_param(sid + " new_ifname=" + new_iface)
|
/hostap-latest/src/ap/ |
D | hostapd.c | 3279 struct hostapd_iface *new_iface = NULL, *iface = NULL; in hostapd_interface_init_bss() local 3357 new_iface = iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init_bss() 3374 if (new_iface) in hostapd_interface_init_bss() 3375 hostapd_interface_deinit_free(new_iface); in hostapd_interface_init_bss() 3728 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; in hostapd_add_iface() local 3764 new_iface = hapd_iface; in hostapd_add_iface() 3767 if (new_iface) { in hostapd_add_iface() 3838 new_iface = hapd_iface; in hostapd_add_iface() 3901 if (new_iface) { in hostapd_add_iface()
|