Searched refs:sta_ctx (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 59 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, 61 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data, 63 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth); 69 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized); 70 void (*abort_auth)(void *ctx, void *sta_ctx); 71 void (*tx_key)(void *ctx, void *sta_ctx); 72 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type); 82 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 | 1523 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument 1527 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send() 1550 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send() 1554 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument 1559 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send() 1566 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 1570 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() 1650 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument 1654 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized() 1659 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument [all …]
|