Home
last modified time | relevance | path

Searched refs:fst_session_set_str_ifname (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/fst/
H A Dfst_session.h59 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname,
H A Dfst_ctrl_iface.c230 ret = fst_session_set_str_ifname(s, q + 1, true); in session_set()
232 ret = fst_session_set_str_ifname(s, q + 1, false); in session_set()
H A Dfst_session.c1232 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname, in fst_session_set_str_ifname() function