HomeSort by relevance Sort by last modified time
    Searched full:eapol_sm (Results 1 - 25 of 31) sorted by null

1 2

  /external/wpa_supplicant/
eapol_sm.h 64 struct eapol_sm;
95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx);
206 struct eapol_sm *eapol_sm_init(struct eapol_ctx *ctx);
207 void eapol_sm_deinit(struct eapol_sm *sm);
208 void eapol_sm_step(struct eapol_sm *sm);
209 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
211 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
212 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
214 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
216 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm)
    [all...]
eapol_sm.c 18 #include "eapol_sm.h"
27 #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)
    [all...]
wpa.h 54 struct eapol_sm;
123 void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol);
201 static inline void wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol)
wpa_i.h 90 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
101 struct eapol_sm *preauth_eapol;
preauth.c 23 #include "eapol_sm.h"
84 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol, int success,
preauth_test.c 23 #include "eapol_sm.h"
eapol_test.c 23 #include "eapol_sm.h"
328 static void eapol_sm_cb(struct eapol_sm *eapol, int success, void *ctx)
543 /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
Android.mk 349 OBJS += eapol_sm.c eap.c eap_methods.c
ctrl_iface_udp.c 20 #include "eapol_sm.h"
ctrl_iface_unix.c 26 #include "eapol_sm.h"
pmksa_cache.c 24 #include "eapol_sm.h"
wpa_supplicant_i.h 317 struct eapol_sm *eapol;
Makefile 426 OBJS += eapol_sm.o eap.o eap_methods.o
ctrl_iface_dbus.c 24 #include "eapol_sm.h"
ctrl_iface_named_pipe.c 20 #include "eapol_sm.h"
events.c 18 #include "eapol_sm.h"
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 64 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 *sm)
    [all...]
eapol_supp_sm.c 27 #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 *sm)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 31 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)
wpa_i.h 37 struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
48 struct eapol_sm *preauth_eapol;
preauth.c 83 static void rsn_preauth_eapol_cb(struct eapol_sm *eapol, int success,
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 222 static void wpa_supplicant_eapol_cb(struct eapol_sm *eapol, int success,
eapol_test.c 371 static void eapol_sm_cb(struct eapol_sm *eapol, int success, void *ctx)
597 /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
wpa_supplicant_i.h 324 struct eapol_sm *eapol;
Android.mk 633 OBJS_h += hostapd/eapol_sm.c

Completed in 151 milliseconds

1 2