HomeSort by relevance Sort by last modified time
    Searched refs:eapol_sm (Results 1 - 23 of 23) sorted by null

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 70 struct eapol_sm;
107 void (*cb)(struct eapol_sm *eapol, enum eapol_supp_result result,
304 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
305 void eapol_sm_deinit(struct eapol_sm *sm);
306 void eapol_sm_step(struct eapol_sm *sm);
307 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
309 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
310 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
312 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
314 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm)
    [all...]
eapol_supp_sm.c 22 #define STATE_MACHINE_DATA struct eapol_sm
29 * struct eapol_sm - Internal data for EAPOL state machines
31 struct eapol_sm { struct
151 static void eapol_sm_txLogoff(struct eapol_sm *sm);
152 static void eapol_sm_txStart(struct eapol_sm *sm);
153 static void eapol_sm_processKey(struct eapol_sm *sm);
154 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
155 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
156 static void eapol_sm_abortSupp(struct eapol_sm *sm);
157 static void eapol_sm_abort_cached(struct eapol_sm *sm)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 145 struct eapol_state_machine *sm = sta->eapol_sm;
209 if (sta->eapol_sm)
210 sta->eapol_sm->dot1xAuthEapolFramesTx++;
218 struct eapol_state_machine *sm = sta->eapol_sm;
465 sta->eapol_sm && sta->eapol_sm->acct_multi_session_id) {
468 sta->eapol_sm->acct_multi_session_id);
599 struct eapol_state_machine *sm = sta->eapol_sm;
734 struct eapol_state_machine *sm = sta->eapol_sm;
767 struct eapol_state_machine *sm = sta->eapol_sm;
    [all...]
preauth_auth.c 80 if (sta->eapol_sm == NULL) {
84 sta->eapol_sm->radius_identifier = -1;
85 sta->eapol_sm->portValid = TRUE;
86 sta->eapol_sm->flags |= EAPOL_SM_PREAUTH;
204 key = ieee802_1x_get_key(sta->eapol_sm, &len);
211 sta->eapol_sm) == 0) {
wpa_auth_glue.c 176 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
179 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
185 if (sta->eapol_sm)
186 sta->eapol_sm->portControl = Auto;
189 if (sta->eapol_sm)
190 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
193 if (sta->eapol_sm)
194 sta->eapol_sm->eap_if->eapKeyAvailable =
198 if (sta->eapol_sm)
199 sta->eapol_sm->keyDone = value ? TRUE : FALSE
    [all...]
accounting.c 72 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
102 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len,
114 b = ieee802_1x_get_radius_cui(sta->eapol_sm);
authsrv.c 32 if (eapol_auth_eap_pending_cb(sta->eapol_sm, ctx) == 0)
sta_info.h 131 struct eapol_state_machine *eapol_sm; member in struct:sta_info
ctrl_iface_ap.c 215 if (sta->eapol_sm == NULL)
217 return eapol_auth_dump_state(sta->eapol_sm, buf,
drv_callbacks.c 405 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1);
458 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
731 ieee802_1x_notify_pre_auth(sta->eapol_sm, 0);
    [all...]
sta_info.c 511 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
690 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
    [all...]
wps_hostapd.c     [all...]
hostapd.c 730 if (!sta->eapol_sm ||
731 !sta->eapol_sm->acct_multi_session_id) {
737 sta->eapol_sm->acct_multi_session_id);
763 cui = ieee802_1x_get_radius_cui(sta->eapol_sm);
791 identity = ieee802_1x_get_identity(sta->eapol_sm,
    [all...]
ieee802_11.c 1132 if (!sta->eapol_sm) {
1133 sta->eapol_sm =
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 18 struct eapol_sm;
129 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
223 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
wpa_i.h 35 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
47 struct eapol_sm *preauth_eapol;
preauth.c 73 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol,
wpa.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 290 struct eapol_sm *sm;
wpa_supplicant_i.h 595 struct eapol_sm *eapol;
    [all...]
wpas_glue.c 268 static void wpa_supplicant_eapol_cb(struct eapol_sm *eapol,
    [all...]
eapol_test.c 420 static void eapol_sm_cb(struct eapol_sm *eapol, enum eapol_supp_result result,
822 /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]

Completed in 994 milliseconds