Searched refs:eapol_sm (Results 1 - 25 of 55) 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);
257 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
258 void eapol_sm_deinit(struct eapol_sm *sm);
259 void eapol_sm_step(struct eapol_sm *sm);
260 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
262 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
263 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
265 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
267 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c22 #define STATE_MACHINE_DATA struct eapol_sm
29 * struct eapol_sm - Internal data for EAPOL state machines
31 struct eapol_sm { struct
147 static void eapol_sm_txLogoff(struct eapol_sm *sm);
148 static void eapol_sm_txStart(struct eapol_sm *sm);
149 static void eapol_sm_processKey(struct eapol_sm *sm);
150 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
151 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
152 static void eapol_sm_abortSupp(struct eapol_sm *sm);
153 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);
257 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
258 void eapol_sm_deinit(struct eapol_sm *sm);
259 void eapol_sm_step(struct eapol_sm *sm);
260 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
262 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
263 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
265 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
267 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c22 #define STATE_MACHINE_DATA struct eapol_sm
29 * struct eapol_sm - Internal data for EAPOL state machines
31 struct eapol_sm { struct
147 static void eapol_sm_txLogoff(struct eapol_sm *sm);
148 static void eapol_sm_txStart(struct eapol_sm *sm);
149 static void eapol_sm_processKey(struct eapol_sm *sm);
150 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
151 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
152 static void eapol_sm_abortSupp(struct eapol_sm *sm);
153 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);
257 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
258 void eapol_sm_deinit(struct eapol_sm *sm);
259 void eapol_sm_step(struct eapol_sm *sm);
260 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
262 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
263 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
265 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
267 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *s
[all...]
H A Deapol_supp_sm.c22 #define STATE_MACHINE_DATA struct eapol_sm
29 * struct eapol_sm - Internal data for EAPOL state machines
31 struct eapol_sm { struct
147 static void eapol_sm_txLogoff(struct eapol_sm *sm);
148 static void eapol_sm_txStart(struct eapol_sm *sm);
149 static void eapol_sm_processKey(struct eapol_sm *sm);
150 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
151 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
152 static void eapol_sm_abortSupp(struct eapol_sm *sm);
153 static void eapol_sm_abort_cached(struct eapol_sm *s
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c119 struct eapol_state_machine *sm = sta->eapol_sm;
183 if (sta->eapol_sm)
184 sta->eapol_sm->dot1xAuthEapolFramesTx++;
192 struct eapol_state_machine *sm = sta->eapol_sm;
441 struct eapol_state_machine *sm = sta->eapol_sm;
539 struct eapol_state_machine *sm = sta->eapol_sm;
678 if (sta->eapol_sm)
679 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
688 if (sta->eapol_sm) {
689 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c137 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
140 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
146 if (sta->eapol_sm)
147 sta->eapol_sm->portControl = Auto;
150 if (sta->eapol_sm)
151 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
154 if (sta->eapol_sm)
155 sta->eapol_sm->eap_if->eapKeyAvailable =
159 if (sta->eapol_sm)
160 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 Daccounting.c83 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
113 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len,
125 b = ieee802_1x_get_radius_cui(sta->eapol_sm);
H A Dsta_info.h73 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c119 struct eapol_state_machine *sm = sta->eapol_sm;
183 if (sta->eapol_sm)
184 sta->eapol_sm->dot1xAuthEapolFramesTx++;
192 struct eapol_state_machine *sm = sta->eapol_sm;
441 struct eapol_state_machine *sm = sta->eapol_sm;
539 struct eapol_state_machine *sm = sta->eapol_sm;
678 if (sta->eapol_sm)
679 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
688 if (sta->eapol_sm) {
689 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c137 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
140 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
146 if (sta->eapol_sm)
147 sta->eapol_sm->portControl = Auto;
150 if (sta->eapol_sm)
151 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
154 if (sta->eapol_sm)
155 sta->eapol_sm->eap_if->eapKeyAvailable =
159 if (sta->eapol_sm)
160 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 Daccounting.c83 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
113 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len,
125 b = ieee802_1x_get_radius_cui(sta->eapol_sm);
H A Dsta_info.h73 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c119 struct eapol_state_machine *sm = sta->eapol_sm;
183 if (sta->eapol_sm)
184 sta->eapol_sm->dot1xAuthEapolFramesTx++;
192 struct eapol_state_machine *sm = sta->eapol_sm;
441 struct eapol_state_machine *sm = sta->eapol_sm;
539 struct eapol_state_machine *sm = sta->eapol_sm;
678 if (sta->eapol_sm)
679 sta->eapol_sm->dot1xAuthEapLengthErrorFramesRx++;
688 if (sta->eapol_sm) {
689 sta->eapol_sm
[all...]
H A Dwpa_auth_glue.c137 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
140 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
146 if (sta->eapol_sm)
147 sta->eapol_sm->portControl = Auto;
150 if (sta->eapol_sm)
151 sta->eapol_sm->keyRun = value ? TRUE : FALSE;
154 if (sta->eapol_sm)
155 sta->eapol_sm->eap_if->eapKeyAvailable =
159 if (sta->eapol_sm)
160 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 Daccounting.c83 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
113 val = ieee802_1x_get_radius_class(sta->eapol_sm, &len,
125 b = ieee802_1x_get_radius_cui(sta->eapol_sm);
H A Dsta_info.h73 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h18 struct eapol_sm;
111 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
195 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.h18 struct eapol_sm;
111 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
195 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.h18 struct eapol_sm;
111 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
195 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
/external/wpa_supplicant_8/hostapd/
H A Ddump_state.c37 struct eapol_state_machine *sm = sta->eapol_sm;

Completed in 3184 milliseconds

123