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

123

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h63 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 *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
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 *s
[all...]
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h63 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 *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
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 *s
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h63 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 *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
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 *s
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c123 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
[all...]
H A Dwpa_auth_glue.c156 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
[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.c82 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);
H A Dsta_info.h75 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c123 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
[all...]
H A Dwpa_auth_glue.c156 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
[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.c82 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);
H A Dsta_info.h75 struct eapol_state_machine *eapol_sm; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c123 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
[all...]
H A Dwpa_auth_glue.c156 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
[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.c82 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);
H A Dsta_info.h75 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;
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)
H A Dwpa_i.h33 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
45 struct eapol_sm *preauth_eapol;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h18 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)
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h18 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)

Completed in 180 milliseconds

123