Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h327 int (*add_sta_ft)(void *ctx, const u8 *sta_addr); member
Dwpa_auth_glue.c1480 .add_sta_ft = hostapd_wpa_auth_add_sta_ft, in hostapd_setup_wpa()
Dwpa_auth_ft.c2810 if (!wpa_auth->cb->add_sta_ft) in wpa_auth_add_sta_ft()
2812 return wpa_auth->cb->add_sta_ft(wpa_auth->cb_ctx, addr); in wpa_auth_add_sta_ft()