Home
last modified time | relevance | path

Searched defs:new_iface (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/fst/
Dfst_session.c61 struct fst_iface *new_iface; member
362 struct fst_iface *new_iface = NULL; in fst_session_handle_setup_request() local
Dfst_ctrl_iface.c174 struct fst_iface *new_iface, *old_iface; in session_get() local
/hostap-latest/src/ap/
Dhostapd.c3279 struct hostapd_iface *new_iface = NULL, *iface = NULL; in hostapd_interface_init_bss() local
3728 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; in hostapd_add_iface() local
/hostap-latest/tests/hwsim/
Dfst_module_aux.py316 def configure_session(self, sid, new_iface, old_iface=None): argument