Searched refs:eapol_sm (Results 1 - 25 of 63) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h58 struct eapol_sm;
89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
239 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
240 void eapol_sm_deinit(struct eapol_sm *sm);
241 void eapol_sm_step(struct eapol_sm *sm);
242 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
244 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
245 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
247 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
249 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c21 #define STATE_MACHINE_DATA struct eapol_sm
28 * struct eapol_sm - Internal data for EAPOL state machines
30 struct eapol_sm { struct
182 static void eapol_sm_txLogoff(struct eapol_sm *sm);
183 static void eapol_sm_txStart(struct eapol_sm *sm);
184 static void eapol_sm_processKey(struct eapol_sm *sm);
185 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
186 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
187 static void eapol_sm_abortSupp(struct eapol_sm *sm);
188 static void eapol_sm_abort_cached(struct eapol_sm *s
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h58 struct eapol_sm;
89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
239 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
240 void eapol_sm_deinit(struct eapol_sm *sm);
241 void eapol_sm_step(struct eapol_sm *sm);
242 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
244 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
245 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
247 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
249 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c21 #define STATE_MACHINE_DATA struct eapol_sm
28 * struct eapol_sm - Internal data for EAPOL state machines
30 struct eapol_sm { struct
182 static void eapol_sm_txLogoff(struct eapol_sm *sm);
183 static void eapol_sm_txStart(struct eapol_sm *sm);
184 static void eapol_sm_processKey(struct eapol_sm *sm);
185 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
186 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
187 static void eapol_sm_abortSupp(struct eapol_sm *sm);
188 static void eapol_sm_abort_cached(struct eapol_sm *s
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h58 struct eapol_sm;
89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
239 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
240 void eapol_sm_deinit(struct eapol_sm *sm);
241 void eapol_sm_step(struct eapol_sm *sm);
242 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
244 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
245 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
247 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
249 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c21 #define STATE_MACHINE_DATA struct eapol_sm
28 * struct eapol_sm - Internal data for EAPOL state machines
30 struct eapol_sm { struct
182 static void eapol_sm_txLogoff(struct eapol_sm *sm);
183 static void eapol_sm_txStart(struct eapol_sm *sm);
184 static void eapol_sm_processKey(struct eapol_sm *sm);
185 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
186 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
187 static void eapol_sm_abortSupp(struct eapol_sm *sm);
188 static void eapol_sm_abort_cached(struct eapol_sm *s
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h64 struct eapol_sm;
95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
224 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
225 void eapol_sm_deinit(struct eapol_sm *sm);
226 void eapol_sm_step(struct eapol_sm *sm);
227 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
229 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
230 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
232 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
234 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c27 #define STATE_MACHINE_DATA struct eapol_sm
34 * struct eapol_sm - Internal data for EAPOL state machines
36 struct eapol_sm { struct
188 static void eapol_sm_txLogoff(struct eapol_sm *sm);
189 static void eapol_sm_txStart(struct eapol_sm *sm);
190 static void eapol_sm_processKey(struct eapol_sm *sm);
191 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
192 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
193 static void eapol_sm_abortSupp(struct eapol_sm *sm);
194 static void eapol_sm_abort_cached(struct eapol_sm *s
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c116 struct eapol_state_machine *sm = sta->eapol_sm;
180 if (sta->eapol_sm)
181 sta->eapol_sm->dot1xAuthEapolFramesTx++;
289 struct eapol_state_machine *sm = sta->eapol_sm;
418 struct eapol_state_machine *sm = sta->eapol_sm;
560 struct eapol_state_machine *sm = sta->eapol_sm;
698 if (sta->eapol_sm)
699 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
708 if (sta->eapol_sm) {
709 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c128 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
131 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
137 if (sta->eapol_sm)
138 sta->eapol_sm->portControl = Auto;
141 if (sta->eapol_sm)
142 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
145 if (sta->eapol_sm)
146 sta->eapol_sm->eap_if->eapKeyAvailable =
150 if (sta->eapol_sm)
151 sta->eapol_sm
[all...]
H A Dpreauth_auth.c80 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) {
H A Dsta_info.h70 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c116 struct eapol_state_machine *sm = sta->eapol_sm;
180 if (sta->eapol_sm)
181 sta->eapol_sm->dot1xAuthEapolFramesTx++;
289 struct eapol_state_machine *sm = sta->eapol_sm;
418 struct eapol_state_machine *sm = sta->eapol_sm;
560 struct eapol_state_machine *sm = sta->eapol_sm;
698 if (sta->eapol_sm)
699 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
708 if (sta->eapol_sm) {
709 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c128 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
131 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
137 if (sta->eapol_sm)
138 sta->eapol_sm->portControl = Auto;
141 if (sta->eapol_sm)
142 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
145 if (sta->eapol_sm)
146 sta->eapol_sm->eap_if->eapKeyAvailable =
150 if (sta->eapol_sm)
151 sta->eapol_sm
[all...]
H A Dpreauth_auth.c80 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) {
H A Dsta_info.h70 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c116 struct eapol_state_machine *sm = sta->eapol_sm;
180 if (sta->eapol_sm)
181 sta->eapol_sm->dot1xAuthEapolFramesTx++;
289 struct eapol_state_machine *sm = sta->eapol_sm;
418 struct eapol_state_machine *sm = sta->eapol_sm;
560 struct eapol_state_machine *sm = sta->eapol_sm;
698 if (sta->eapol_sm)
699 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
708 if (sta->eapol_sm) {
709 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c128 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
131 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
137 if (sta->eapol_sm)
138 sta->eapol_sm->portControl = Auto;
141 if (sta->eapol_sm)
142 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
145 if (sta->eapol_sm)
146 sta->eapol_sm->eap_if->eapKeyAvailable =
150 if (sta->eapol_sm)
151 sta->eapol_sm
[all...]
H A Dpreauth_auth.c80 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) {
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa.h31 struct eapol_sm;
105 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
181 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
H A Dwpa_i.h37 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
48 struct eapol_sm *preauth_eapol;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h17 struct eapol_sm;
107 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
190 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h17 struct eapol_sm;
107 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
190 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h17 struct eapol_sm;
107 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
190 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
/external/wpa_supplicant_8/hostapd/
H A Ddump_state.c36 struct eapol_state_machine *sm = sta->eapol_sm;

Completed in 343 milliseconds

123