Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h44 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data,
46 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data,
48 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
55 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
56 void (*abort_auth)(void *ctx, void *sta_ctx);
57 void (*tx_key)(void *ctx, void *sta_ctx);
58 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type);
71 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
Deapol_auth_sm.c772 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() argument
792 sm->sta = sta_ctx; in eapol_auth_alloc()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c294 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument
298 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send()
321 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send()
325 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument
330 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send()
337 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument
341 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished()
398 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument
404 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument
409 static void ieee802_1x_eapol_event(void *ctx, void *sta_ctx, in ieee802_1x_eapol_event() argument
[all …]