Home
last modified time | relevance | path

Searched refs:wpa_state_machine (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth.h144 struct wpa_state_machine;
265 int (*for_each_sta)(void *ctx, int (*cb)(struct wpa_state_machine *sm,
279 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
321 struct wpa_state_machine *sm, int freq,
326 struct wpa_state_machine *sm,
328 int wpa_auth_uses_mfp(struct wpa_state_machine *sm);
329 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv);
330 int wpa_auth_uses_ocv(struct wpa_state_machine *sm);
331 struct wpa_state_machine *
335 struct wpa_state_machine *sm);
[all …]
HDwpa_auth.c34 #define STATE_MACHINE_DATA struct wpa_state_machine
40 static int wpa_sm_step(struct wpa_state_machine *sm);
44 static int wpa_aead_decrypt(struct wpa_state_machine *sm, struct wpa_ptk *ptk,
46 static struct wpabuf * fils_prepare_plainbuf(struct wpa_state_machine *sm,
52 static void wpa_request_new_ptk(struct wpa_state_machine *sm);
57 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
66 static u8 * ieee80211w_kde_add(struct wpa_state_machine *sm, u8 *pos);
180 int (*cb)(struct wpa_state_machine *sm, void *ctx), in wpa_auth_for_each_sta()
315 struct wpa_state_machine *sm = timeout_ctx; in wpa_rekey_ptk()
323 void wpa_auth_set_ptk_rekey_timer(struct wpa_state_machine *sm) in wpa_auth_set_ptk_rekey_timer()
[all …]
HDwpa_auth_i.h19 struct wpa_state_machine { struct
277 struct wpa_state_machine *sm, int key_info,
282 int (*cb)(struct wpa_state_machine *sm, void *ctx),
295 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk);
298 void wpa_ft_install_ptk(struct wpa_state_machine *sm);
299 int wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, const u8 *pmk_r0,
HDwpa_auth_ie.c533 struct wpa_state_machine *sm, int freq, in wpa_validate_wpa_ie()
950 struct wpa_state_machine *sm, in wpa_validate_osen()
1125 int wpa_auth_uses_mfp(struct wpa_state_machine *sm) in wpa_auth_uses_mfp()
1133 void wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) in wpa_auth_set_ocv()
1140 int wpa_auth_uses_ocv(struct wpa_state_machine *sm) in wpa_auth_uses_ocv()
1149 u8 * wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm, in wpa_auth_write_assoc_resp_owe()
1182 u8 * wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm, in wpa_auth_write_assoc_resp_fils()
HDwpa_auth_ft.c37 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm,
41 static void ft_finish_pull(struct wpa_state_machine *sm);
671 static struct wpa_state_machine *
1792 void wpa_ft_sta_deinit(struct wpa_state_machine *sm) in wpa_ft_sta_deinit()
1915 struct wpa_state_machine *sm = eloop_ctx; in wpa_ft_expire_pull()
1928 static int wpa_ft_pull_pmk_r1(struct wpa_state_machine *sm, in wpa_ft_pull_pmk_r1()
2049 int wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, in wpa_ft_store_pmk_fils()
2078 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk) in wpa_auth_derive_ptk_ft()
2165 static u8 * wpa_ft_gtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_gtk_subelem()
2236 static u8 * wpa_ft_igtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_igtk_subelem()
[all …]
HDsta_info.h155 struct wpa_state_machine *wpa_sm;
HDwpa_auth_glue.c448 void *ctx, int (*cb)(struct wpa_state_machine *sm, void *ctx), in hostapd_wpa_auth_for_each_sta()
894 static struct wpa_state_machine *
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDibss_rsn.h40 struct wpa_state_machine *auth;
HDibss_rsn.c348 static int auth_for_each_sta(void *ctx, int (*cb)(struct wpa_state_machine *sm, in auth_for_each_sta()
HDmesh_mpm.c1257 struct wpa_state_machine *sm = sta->wpa_sm; in mesh_mpm_action_rx()