Searched defs:sta_ctx (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c761 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
781 sm->sta = sta_ctx;
759 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.c761 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
781 sm->sta = sta_ctx;
759 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.c761 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
781 sm->sta = sta_ctx;
759 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.c1802 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
1806 struct sta_info *sta = sta_ctx;
1829 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
1833 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
1838 struct sta_info *sta = sta_ctx;
1845 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
1849 struct sta_info *sta = sta_ctx;
1931 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
1935 struct sta_info *sta = sta_ctx;
1940 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
1948 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
1956 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.c1802 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
1806 struct sta_info *sta = sta_ctx;
1829 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
1833 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
1838 struct sta_info *sta = sta_ctx;
1845 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
1849 struct sta_info *sta = sta_ctx;
1931 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
1935 struct sta_info *sta = sta_ctx;
1940 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
1948 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
1956 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.c1802 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, argument
1806 struct sta_info *sta = sta_ctx;
1829 ieee802_1x_send(ctx, sta_ctx, type, data, datalen);
1833 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, argument
1838 struct sta_info *sta = sta_ctx;
1845 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, argument
1849 struct sta_info *sta = sta_ctx;
1931 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, argument
1935 struct sta_info *sta = sta_ctx;
1940 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) argument
1948 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) argument
1956 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) argument
[all...]

Completed in 314 milliseconds