Searched refs:old_iface (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 62 struct fst_iface *old_iface; member 270 static int fst_session_send_action(struct fst_session *s, Boolean old_iface, in fst_session_send_action() argument 279 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action() 291 old_iface ? "old" : "new", in fst_session_send_action() 314 old_iface ? s->data.old_peer_addr : in fst_session_send_action() 339 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_send_tear_down() 515 if (iface != s->data.old_iface) { in fst_session_handle_setup_response() 593 fst_iface_get_name(s->data.old_iface), in fst_session_handle_setup_response() [all...] |
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 62 struct fst_iface *old_iface; member 270 static int fst_session_send_action(struct fst_session *s, bool old_iface, in fst_session_send_action() argument 279 old_iface ? s->data.old_iface : s->data.new_iface; in fst_session_send_action() 291 old_iface ? "old" : "new", in fst_session_send_action() 314 old_iface ? s->data.old_peer_addr : in fst_session_send_action() 339 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_send_tear_down() 515 if (iface != s->data.old_iface) { in fst_session_handle_setup_response() 593 fst_iface_get_name(s->data.old_iface), in fst_session_handle_setup_response() [all...] |
H A 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()
|
Completed in 5 milliseconds