Searched refs:sta_ctx (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A 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,
H A Deapol_auth_sm.c774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
794 sm->sta = sta_ctx;
772 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) argument
/external/wpa_supplicant_8/src/eapol_auth/
H A 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,
H A Deapol_auth_sm.c774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
794 sm->sta = sta_ctx;
772 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A 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,
H A Deapol_auth_sm.c774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
794 sm->sta = sta_ctx;
772 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c1999 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
2003 struct sta_info *sta = sta_ctx;
2026 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
2030 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
2035 struct sta_info *sta = sta_ctx;
2042 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
2046 struct sta_info *sta = sta_ctx;
2134 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
2138 struct sta_info *sta = sta_ctx;
2143 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
2151 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
2163 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c1999 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
2003 struct sta_info *sta = sta_ctx;
2026 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
2030 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
2035 struct sta_info *sta = sta_ctx;
2042 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
2046 struct sta_info *sta = sta_ctx;
2134 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
2138 struct sta_info *sta = sta_ctx;
2143 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
2151 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
2163 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c1999 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
2003 struct sta_info *sta = sta_ctx;
2026 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
2030 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
2035 struct sta_info *sta = sta_ctx;
2042 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
2046 struct sta_info *sta = sta_ctx;
2134 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
2138 struct sta_info *sta = sta_ctx;
2143 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
2151 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
2163 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) argument
[all...]

Completed in 118 milliseconds