Lines Matching refs:wpa_state_machine
42 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm,
46 static void ft_finish_pull(struct wpa_state_machine *sm);
676 static struct wpa_state_machine *
1828 void wpa_ft_sta_deinit(struct wpa_state_machine *sm) in wpa_ft_sta_deinit()
1951 struct wpa_state_machine *sm = eloop_ctx; in wpa_ft_expire_pull()
1964 static int wpa_ft_pull_pmk_r1(struct wpa_state_machine *sm, in wpa_ft_pull_pmk_r1()
2086 int wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, in wpa_ft_store_pmk_fils()
2115 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk, in wpa_auth_derive_ptk_ft()
2168 void wpa_auth_ft_store_keys(struct wpa_state_machine *sm, const u8 *pmk_r0, in wpa_auth_ft_store_keys()
2215 static u8 * wpa_ft_gtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_gtk_subelem()
2305 static u8 * wpa_ft_igtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_igtk_subelem()
2366 static u8 * wpa_ft_bigtk_subelem(struct wpa_state_machine *sm, size_t *len) in wpa_ft_bigtk_subelem()
2427 static u8 * wpa_ft_process_rdie(struct wpa_state_machine *sm, in wpa_ft_process_rdie()
2526 static u8 * wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, in wpa_ft_process_ric()
2558 u8 * wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, in wpa_sm_write_assoc_resp_ies()
2914 void wpa_ft_install_ptk(struct wpa_state_machine *sm, int retry) in wpa_ft_install_ptk()
2971 static int wpa_ft_psk_pmk_r1(struct wpa_state_machine *sm, in wpa_ft_psk_pmk_r1()
3052 static int wpa_ft_set_key_mgmt(struct wpa_state_machine *sm, in wpa_ft_set_key_mgmt()
3094 struct wpa_state_machine *sm, in wpa_ft_local_derive_pmk_r1()
3168 static int wpa_ft_process_auth_req(struct wpa_state_machine *sm, in wpa_ft_process_auth_req()
3445 void wpa_ft_process_auth(struct wpa_state_machine *sm, in wpa_ft_process_auth()
3489 int wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies, in wpa_ft_validate_reassoc()
3737 int wpa_ft_action_rx(struct wpa_state_machine *sm, const u8 *data, size_t len) in wpa_ft_action_rx()
3817 struct wpa_state_machine *sm = ctx; in wpa_ft_rrb_rx_request_cb()
3829 struct wpa_state_machine *sm; in wpa_ft_rrb_rx_request()
3863 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, in wpa_ft_send_rrb_auth_resp()
4317 static void ft_finish_pull(struct wpa_state_machine *sm) in ft_finish_pull()
4352 struct wpa_state_machine *sm;
4356 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb()