Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h52 int (*sta_entry_alive)(void *ctx, const u8 *addr); member
Deapol_auth_sm.c882 return eapol->cb.sta_entry_alive(eapol->conf.ctx, addr); in eapol_sm_sta_entry_alive()
1243 eapol->cb.sta_entry_alive = cb->sta_entry_alive; in eapol_auth_init()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c449 cb.sta_entry_alive = ieee802_1x_sta_entry_alive; in ieee802_1x_init()