HomeSort by: relevance | last modified time | path
    Searched refs:old_iface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst_session.c 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
62 struct fst_iface *old_iface; member in struct:fst_session::__anon8462
268 static int fst_session_send_action(struct fst_session *s, bool old_iface,
277 old_iface ? s->data.old_iface : s->data.new_iface;
289 old_iface ? "old" : "new",
312 old_iface ? s->data.old_peer_addr :
337 WPA_ASSERT(s->data.old_iface != NULL);
513 if (iface != s->data.old_iface) {
591 fst_iface_get_name(s->data.old_iface),
    [all...]
fst_ctrl_iface.c 174 struct fst_iface *new_iface, *old_iface; local
189 old_iface = fst_session_get_iface(s, true);
202 old_iface ? fst_iface_get_name(old_iface) :

Completed in 16 milliseconds