Searched refs:old_iface (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 62 struct fst_iface *old_iface; member 268 static int fst_session_send_action(struct fst_session *s, bool old_iface, in fst_session_send_action() argument 277 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action() 289 old_iface ? "old" : "new", in fst_session_send_action() 312 old_iface ? s->data.old_peer_addr : in fst_session_send_action() 337 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_send_tear_down() 513 if (iface != s->data.old_iface) { in fst_session_handle_setup_response() 591 fst_iface_get_name(s->data.old_iface), in fst_session_handle_setup_response() 789 s->data.old_iface = iface; in fst_session_set_iface() [all …]
|
D | fst_ctrl_iface.c | 174 struct fst_iface *new_iface, *old_iface; in session_get() local 189 old_iface = fst_session_get_iface(s, true); in session_get() 202 old_iface ? fst_iface_get_name(old_iface) : in session_get()
|
/hostap-latest/tests/hwsim/ |
D | fst_module_aux.py | 316 def configure_session(self, sid, new_iface, old_iface=None): argument 322 oldiface = old_iface if old_iface is not None else self.iface
|
D | test_fst_module.py | 131 old_iface = None if bad_param_type != bad_param_old_iface else 'wlan12' 144 initiator.configure_session(sid, new_iface, old_iface)
|