Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h64 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data,
66 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data,
68 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
75 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
76 void (*abort_auth)(void *ctx, void *sta_ctx);
77 void (*tx_key)(void *ctx, void *sta_ctx);
78 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type);
91 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
Deapol_auth_sm.c774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() argument
794 sm->sta = sta_ctx; in eapol_auth_alloc()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1999 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument
2003 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send()
2026 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send()
2030 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument
2035 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send()
2042 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument
2046 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished()
2134 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument
2138 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized()
2143 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument
[all …]