Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h375 int (*add_sta_ft)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1639 .add_sta_ft = hostapd_wpa_auth_add_sta_ft, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c2908 if (!wpa_auth->cb->add_sta_ft) in wpa_auth_add_sta_ft()
2910 return wpa_auth->cb->add_sta_ft(wpa_auth->cb_ctx, addr); in wpa_auth_add_sta_ft()