Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h52 int (*sta_entry_alive)(void *ctx, const u8 *addr); member
Deapol_auth_sm.c887 return eapol->cb.sta_entry_alive(eapol->conf.ctx, addr); in eapol_sm_sta_entry_alive()
1246 eapol->cb.sta_entry_alive = cb->sta_entry_alive; in eapol_auth_init()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c2457 cb.sta_entry_alive = ieee802_1x_sta_entry_alive; in ieee802_1x_init()