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

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 63 struct eapol_sm;
100 void (*cb)(struct eapol_sm *eapol, enum eapol_supp_result result,
269 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
270 void eapol_sm_deinit(struct eapol_sm *sm);
271 void eapol_sm_step(struct eapol_sm *sm);
272 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
274 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
275 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
277 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
279 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
150 static void eapol_sm_txLogoff(struct eapol_sm *sm);
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)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 123 struct eapol_state_machine *sm = sta->eapol_sm;
187 if (sta->eapol_sm)
188 sta->eapol_sm->dot1xAuthEapolFramesTx++;
196 struct eapol_state_machine *sm = sta->eapol_sm;
541 struct eapol_state_machine *sm = sta->eapol_sm;
673 struct eapol_state_machine *sm = sta->eapol_sm;
812 if (sta->eapol_sm)
813 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
822 if (sta->eapol_sm) {
823 sta->eapol_sm->dot1xAuthLastEapolFrameVersion = hdr->version
    [all...]
wpa_auth_glue.c 156 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
159 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
165 if (sta->eapol_sm)
166 sta->eapol_sm->portControl = Auto;
169 if (sta->eapol_sm)
170 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
173 if (sta->eapol_sm)
174 sta->eapol_sm->eap_if->eapKeyAvailable =
178 if (sta->eapol_sm)
179 sta->eapol_sm->keyDone = value ? TRUE : FALSE
    [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) {
accounting.c 82 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
112 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len,
124 b = ieee802_1x_get_radius_cui(sta->eapol_sm);
sta_info.h 75 struct eapol_state_machine *eapol_sm; member in struct:sta_info
authsrv.c 32 if (eapol_auth_eap_pending_cb(sta->eapol_sm, ctx) == 0)
ctrl_iface_ap.c 182 if (sta->eapol_sm == NULL)
184 return eapol_auth_dump_state(sta->eapol_sm, buf,
drv_callbacks.c 360 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1);
412 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
584 ieee802_1x_notify_pre_auth(sta->eapol_sm, 0);
sta_info.c 438 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
606 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
1020 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0);
wps_hostapd.c     [all...]
ieee802_11.c 686 ieee802_1x_notify_pre_auth(sta->eapol_sm, 0);
    [all...]
hostapd.c 625 cui = ieee802_1x_get_radius_cui(sta->eapol_sm);
637 identity = ieee802_1x_get_identity(sta->eapol_sm,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
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)
wpa_i.h 33 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
45 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 280 struct eapol_sm *sm;
wpa_supplicant_i.h 489 struct eapol_sm *eapol;
wpas_glue.c 234 static void wpa_supplicant_eapol_cb(struct eapol_sm *eapol,
eapol_test.c 405 static void eapol_sm_cb(struct eapol_sm *eapol, enum eapol_supp_result result,
761 /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
    [all...]

Completed in 964 milliseconds