Searched refs:fils_dh_ss (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11.c | 1508 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils() 1509 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils() 1511 if (!sta->fils_dh_ss) { in handle_auth_fils() 1516 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", sta->fils_dh_ss); in handle_auth_fils() 1521 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils() 1522 sta->fils_dh_ss = NULL; in handle_auth_fils() 1720 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils() 1793 sta->fils_dh_ss ? in prepare_auth_resp_fils() 1794 wpabuf_head(sta->fils_dh_ss) : NULL, in prepare_auth_resp_fils() 1795 sta->fils_dh_ss ? in prepare_auth_resp_fils() [all …]
|
D | sta_info.h | 258 struct wpabuf *fils_dh_ss; member
|
D | sta_info.c | 357 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11.c | 1849 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils() 1850 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils() 1852 if (!sta->fils_dh_ss) { in handle_auth_fils() 1857 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", sta->fils_dh_ss); in handle_auth_fils() 1862 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils() 1863 sta->fils_dh_ss = NULL; in handle_auth_fils() 2063 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils() 2136 sta->fils_dh_ss ? in prepare_auth_resp_fils() 2137 wpabuf_head(sta->fils_dh_ss) : NULL, in prepare_auth_resp_fils() 2138 sta->fils_dh_ss ? in prepare_auth_resp_fils() [all …]
|
D | sta_info.h | 299 struct wpabuf *fils_dh_ss; member
|
D | sta_info.c | 393 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()
|