/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 44 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, 46 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data, 48 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth, 55 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized); 56 void (*abort_auth)(void *ctx, void *sta_ctx); 57 void (*tx_key)(void *ctx, void *sta_ctx); 58 void (*eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type); 71 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
|
H A D | eapol_auth_sm.c | 779 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() 799 sm->sta = sta_ctx; in eapol_auth_alloc() 777 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) eapol_auth_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 68 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 D | eapol_auth_sm.c | 774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() 794 sm->sta = sta_ctx; in eapol_auth_alloc() 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) eapol_auth_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_1x.c | 2209 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument 2213 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send() 2236 ieee802_1x_send(ctx, sta_ctx, type, data, datalen); in ieee802_1x_eapol_send() 2240 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send() argument 2245 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send() 2252 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 2256 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() 2352 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument 2356 struct sta_info *sta = sta_ctx; in ieee802_1x_set_port_authorized() 2362 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth() argument 2372 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) _ieee802_1x_tx_key() argument 2386 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) ieee802_1x_eapol_event() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_1x.c | 2191 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send() argument 2195 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() 2234 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished() argument 2238 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() 2332 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized() argument 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 2349 _ieee802_1x_tx_key(void *ctx, void *sta_ctx) _ieee802_1x_tx_key() argument 2361 ieee802_1x_eapol_event(void *ctx, void *sta_ctx, enum eapol_event type) ieee802_1x_eapol_event() argument [all...] |