/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 68 struct eapol_sm; 105 void (*cb)(struct eapol_sm *eapol, enum eapol_supp_result result, 274 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx); 275 void eapol_sm_deinit(struct eapol_sm *sm); 276 void eapol_sm_step(struct eapol_sm *sm); 277 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, 279 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen); 280 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, 282 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, 284 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm); [all …]
|
D | eapol_supp_sm.c | 22 #define STATE_MACHINE_DATA struct eapol_sm 31 struct eapol_sm { struct 150 static void eapol_sm_txLogoff(struct eapol_sm *sm); argument 151 static void eapol_sm_txStart(struct eapol_sm *sm); 152 static void eapol_sm_processKey(struct eapol_sm *sm); 153 static void eapol_sm_getSuppRsp(struct eapol_sm *sm); 154 static void eapol_sm_txSuppRsp(struct eapol_sm *sm); 155 static void eapol_sm_abortSupp(struct eapol_sm *sm); 156 static void eapol_sm_abort_cached(struct eapol_sm *sm); 158 static void eapol_sm_set_port_authorized(struct eapol_sm *sm); [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 123 struct eapol_state_machine *sm = sta->eapol_sm; in ieee802_1x_tx_key_one() 187 if (sta->eapol_sm) in ieee802_1x_tx_key_one() 188 sta->eapol_sm->dot1xAuthEapolFramesTx++; in ieee802_1x_tx_key_one() 196 struct eapol_state_machine *sm = sta->eapol_sm; in ieee802_1x_tx_key() 541 struct eapol_state_machine *sm = sta->eapol_sm; in ieee802_1x_encapsulate_radius() 673 struct eapol_state_machine *sm = sta->eapol_sm; in handle_eap_response() 812 if (sta->eapol_sm) in ieee802_1x_receive() 813 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++; in ieee802_1x_receive() 822 if (sta->eapol_sm) { in ieee802_1x_receive() 823 sta->eapol_sm->dot1xAuthLastEapolFrameVersion = hdr->version; in ieee802_1x_receive() [all …]
|
D | wpa_auth_glue.c | 156 ieee802_1x_notify_port_enabled(sta->eapol_sm, value); in hostapd_wpa_auth_set_eapol() 159 ieee802_1x_notify_port_valid(sta->eapol_sm, value); in hostapd_wpa_auth_set_eapol() 165 if (sta->eapol_sm) in hostapd_wpa_auth_set_eapol() 166 sta->eapol_sm->portControl = Auto; in hostapd_wpa_auth_set_eapol() 169 if (sta->eapol_sm) in hostapd_wpa_auth_set_eapol() 170 sta->eapol_sm->keyRun = value ? TRUE : FALSE; in hostapd_wpa_auth_set_eapol() 173 if (sta->eapol_sm) in hostapd_wpa_auth_set_eapol() 174 sta->eapol_sm->eap_if->eapKeyAvailable = in hostapd_wpa_auth_set_eapol() 178 if (sta->eapol_sm) in hostapd_wpa_auth_set_eapol() 179 sta->eapol_sm->keyDone = value ? TRUE : FALSE; in hostapd_wpa_auth_set_eapol() [all …]
|
D | preauth_auth.c | 80 if (sta->eapol_sm == NULL) { in rsn_preauth_receive() 84 sta->eapol_sm->radius_identifier = -1; in rsn_preauth_receive() 85 sta->eapol_sm->portValid = TRUE; in rsn_preauth_receive() 86 sta->eapol_sm->flags |= EAPOL_SM_PREAUTH; in rsn_preauth_receive() 204 key = ieee802_1x_get_key(sta->eapol_sm, &len); in rsn_preauth_finished() 211 sta->eapol_sm) == 0) { in rsn_preauth_finished()
|
D | accounting.c | 82 val = ieee802_1x_get_identity(sta->eapol_sm, &len); in accounting_msg() 112 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len, in accounting_msg() 124 b = ieee802_1x_get_radius_cui(sta->eapol_sm); in accounting_msg()
|
D | sta_info.h | 76 struct eapol_state_machine *eapol_sm; member
|
D | ctrl_iface_ap.c | 182 if (sta->eapol_sm == NULL) in hostapd_ctrl_iface_sta() 184 return eapol_auth_dump_state(sta->eapol_sm, buf, in hostapd_ctrl_iface_sta()
|
D | authsrv.c | 32 if (eapol_auth_eap_pending_cb(sta->eapol_sm, ctx) == 0) in hostapd_sim_db_cb_sta()
|
D | sta_info.c | 438 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_handle_timer() 606 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_remove() 1020 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_disconnect()
|
D | drv_callbacks.c | 365 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in hostapd_notif_assoc() 417 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in hostapd_notif_disassoc() 589 ieee802_1x_notify_pre_auth(sta->eapol_sm, 0); in hostapd_notif_auth()
|
D | ieee802_11.c | 686 ieee802_1x_notify_pre_auth(sta->eapol_sm, 0); in handle_auth() 1484 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_disassoc() 1536 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_deauth() 2000 if (sta->eapol_sm == NULL) { in handle_assoc_cb() 2022 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in handle_assoc_cb()
|
D | wps_hostapd.c | 1419 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response() 1430 if (!sta->eapol_sm) { in hostapd_rx_req_put_wlan_response() 1449 return eapol_auth_eap_pending_cb(sta->eapol_sm, sta->eapol_sm->eap); in hostapd_rx_req_put_wlan_response()
|
D | hostapd.c | 625 cui = ieee802_1x_get_radius_cui(sta->eapol_sm); in hostapd_das_find_sta() 637 identity = ieee802_1x_get_identity(sta->eapol_sm, in hostapd_das_find_sta()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.h | 18 struct eapol_sm; 116 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol); 200 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) in wpa_sm_set_eapol()
|
D | wpa_i.h | 33 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */ 45 struct eapol_sm *preauth_eapol;
|
D | preauth.c | 73 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol, in rsn_preauth_eapol_cb()
|
D | wpa.c | 2330 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) in wpa_sm_set_eapol()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_kay.c | 280 struct eapol_sm *sm; in ieee802_1x_auth_get_msk()
|
D | wpa_supplicant_i.h | 489 struct eapol_sm *eapol;
|
D | wpas_glue.c | 252 static void wpa_supplicant_eapol_cb(struct eapol_sm *eapol, in wpa_supplicant_eapol_cb()
|
D | eapol_test.c | 405 static void eapol_sm_cb(struct eapol_sm *eapol, enum eapol_supp_result result, in eapol_sm_cb()
|