Searched refs:wpa_ft_install_ptk (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ft.c | 398 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) in wpa_ft_install_ptk() function 641 ret = wpa_ft_install_ptk(sm, bssid); in wpa_ft_process_response() 1029 if (wpa_ft_install_ptk(sm, src_addr) < 0) in wpa_ft_validate_reassoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_i.h | 305 void wpa_ft_install_ptk(struct wpa_state_machine *sm, int retry);
|
H A D | wpa_auth_ft.c | 2816 void wpa_ft_install_ptk(struct wpa_state_machine *sm, int retry) in wpa_ft_install_ptk() function 3215 wpa_ft_install_ptk(sm, 0); in wpa_ft_process_auth_req()
|
H A D | wpa_auth.c | 1908 wpa_ft_install_ptk(sm, 1); in wpa_auth_sm_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_i.h | 298 void wpa_ft_install_ptk(struct wpa_state_machine *sm);
|
H A D | wpa_auth_ft.c | 2626 void wpa_ft_install_ptk(struct wpa_state_machine *sm) in wpa_ft_install_ptk() function 3019 wpa_ft_install_ptk(sm); in wpa_ft_process_auth_req()
|
H A D | wpa_auth.c | 1802 wpa_ft_install_ptk(sm); in wpa_auth_sm_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 451 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) in wpa_ft_install_ptk() function 716 ret = wpa_ft_install_ptk(sm, bssid); 1242 if (wpa_ft_install_ptk(sm, src_addr) < 0)
|
Completed in 26 milliseconds