Home
last modified time | relevance | path

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

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