Searched refs:fils_dh_ss (Results 1 – 3 of 3) sorted by relevance
1859 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils()1860 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()1862 if (!sta->fils_dh_ss) { in handle_auth_fils()1867 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", sta->fils_dh_ss); in handle_auth_fils()1872 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils()1873 sta->fils_dh_ss = NULL; in handle_auth_fils()2073 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()2146 sta->fils_dh_ss ? in prepare_auth_resp_fils()2147 wpabuf_head(sta->fils_dh_ss) : NULL, in prepare_auth_resp_fils()2148 sta->fils_dh_ss ? in prepare_auth_resp_fils()[all …]
299 struct wpabuf *fils_dh_ss; member
384 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()