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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 102 struct wpa_authenticator;
191 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a,
202 struct wpa_authenticator * wpa_init(const u8 *addr,
205 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
206 void wpa_deinit(struct wpa_authenticator *wpa_auth);
207 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
217 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
223 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr);
224 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
228 void wpa_receive(struct wpa_authenticator *wpa_auth
    [all...]
wpa_auth_i.h 25 struct wpa_authenticator *wpa_auth;
159 struct wpa_authenticator { struct
190 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
192 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
194 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
199 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
202 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
203 int (*cb)(struct wpa_authenticator *a, void *ctx),
207 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
209 void wpa_smk_error(struct wpa_authenticator *wpa_auth
    [all...]
wpa_auth_ie.h 48 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
peerkey_auth.c 25 struct wpa_authenticator *wpa_auth = eloop_ctx;
50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth,
81 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
145 static void wpa_send_smk_m4(struct wpa_authenticator *wpa_auth,
198 static void wpa_send_smk_m5(struct wpa_authenticator *wpa_auth,
255 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
326 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
369 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
wpa_auth.c 37 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
40 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
42 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
58 struct wpa_authenticator *wpa_auth, const u8 *addr)
65 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
74 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth,
83 static inline const u8 * wpa_auth_get_psk(struct wpa_authenticator *wpa_auth,
92 static inline int wpa_auth_get_msk(struct wpa_authenticator *wpa_auth,
101 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth,
113 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth
    [all...]
wpa_auth_ft.c 25 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
36 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
47 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr)
183 static int wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth,
208 static int wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth,
233 static int wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth,
258 static int wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth,
283 static int wpa_ft_pull_pmk_r1(struct wpa_authenticator *wpa_auth,
375 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth,
702 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth
    [all...]
hostapd.h 89 struct wpa_authenticator *wpa_auth;
wpa_auth_glue.c 274 int (*cb)(struct wpa_authenticator *sm, void *ctx);
292 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx),
wpa_auth_ie.c 323 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
390 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx)
401 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 30 struct wpa_authenticator *auth_group;
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 45 struct wpa_authenticator *auth_group;
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 39 struct wpa_authenticator *auth_group;

Completed in 176 milliseconds