Searched refs:sta_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 45 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, 47 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data, 49 bool (*finished)(void *ctx, void *sta_ctx, int success, int preauth, 56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized); 57 void (*abort_auth)(void *ctx, void *sta_ctx); 58 void (*tx_key)(void *ctx, void *sta_ctx); 59 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type); 72 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
|
H A D | eapol_auth_sm.c | 791 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() argument 811 sm->sta = sta_ctx; in eapol_auth_alloc()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_1x.c | 2306 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument 2310 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send() 2333 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send() 2337 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument 2342 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send() 2349 static bool _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 2353 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() 2451 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument 2455 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized() 2461 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument [all …]
|