Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h68 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data,
70 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data,
72 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
79 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
80 void (*abort_auth)(void *ctx, void *sta_ctx);
81 void (*tx_key)(void *ctx, void *sta_ctx);
82 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type);
95 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
H A 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()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_1x.c2195 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send()
2218 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send()
2222 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument
2227 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send()
2238 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished()
2336 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized()
2341 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument
2344 struct sta_info *sta = sta_ctx; in _ieee802_1x_abort_auth()
2349 static void _ieee802_1x_tx_key(void *ctx, void *sta_ctx) in _ieee802_1x_tx_key() argument
2354 struct sta_info *sta = sta_ctx; in _ieee802_1x_tx_key()
[all …]