Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_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 …]
Dwpa_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 static int wpa_auth_pmksa_clear_cb(struct wpa_state_machine *sm, void *ctx) in wpa_auth_pmksa_clear_cb()
[all …]
Dwpa_auth_i.h19 struct wpa_state_machine { struct
275 struct wpa_state_machine *sm, int key_info,
280 int (*cb)(struct wpa_state_machine *sm, void *ctx),
293 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, const u8 *pmk,
297 void wpa_ft_install_ptk(struct wpa_state_machine *sm);
298 int wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, const u8 *pmk_r0,
Dwpa_auth_ft.c36 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm,
40 static void ft_finish_pull(struct wpa_state_machine *sm);
670 static struct wpa_state_machine *
1791 void wpa_ft_sta_deinit(struct wpa_state_machine *sm) in wpa_ft_sta_deinit()
1914 struct wpa_state_machine *sm = eloop_ctx; in wpa_ft_expire_pull()
1927 static int wpa_ft_pull_pmk_r1(struct wpa_state_machine *sm, in wpa_ft_pull_pmk_r1()
2048 int wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, in wpa_ft_store_pmk_fils()
2077 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, const u8 *pmk, in wpa_auth_derive_ptk_ft()
2157 static u8 * wpa_ft_gtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_gtk_subelem()
2227 static u8 * wpa_ft_igtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_igtk_subelem()
[all …]
Dwpa_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()
Dsta_info.h153 struct wpa_state_machine *wpa_sm;
Dwpa_auth_glue.c444 void *ctx, int (*cb)(struct wpa_state_machine *sm, void *ctx), in hostapd_wpa_auth_for_each_sta()
890 static struct wpa_state_machine *
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.h40 struct wpa_state_machine *auth;
Dibss_rsn.c348 static int auth_for_each_sta(void *ctx, int (*cb)(struct wpa_state_machine *sm, in auth_for_each_sta()
Dmesh_mpm.c1225 struct wpa_state_machine *sm = sta->wpa_sm; in mesh_mpm_action_rx()
/external/wpa_supplicant_8/tests/
Dtest-eapol.c37 struct wpa_state_machine *auth;