Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/fst/
HDfst_session.h59 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname,
HDfst_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()
HDfst_session.c1232 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname, in fst_session_set_str_ifname() function