Searched refs:sta_ctx (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 57 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, 59 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data, 61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth); 67 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized); 68 void (*abort_auth)(void *ctx, void *sta_ctx); 69 void (*tx_key)(void *ctx, void *sta_ctx); 70 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type); 80 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
|
D | eapol_auth_sm.c | 760 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() argument 780 sm->sta = sta_ctx; in eapol_auth_alloc()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 1639 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument 1643 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send() 1666 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send() 1670 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument 1675 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send() 1682 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 1686 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() 1766 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument 1770 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized() 1775 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument [all …]
|