Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h388 int (*get_session_timeout)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1648 .get_session_timeout = hostapd_wpa_auth_get_session_timeout, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c762 if (!wpa_auth->cb->get_session_timeout) in wpa_ft_get_session_timeout()
764 return wpa_auth->cb->get_session_timeout(wpa_auth->cb_ctx, sta_addr); in wpa_ft_get_session_timeout()