Searched refs:fils_dh_ss (Results 1 – 3 of 3) sorted by relevance
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 …]
258 struct wpabuf *fils_dh_ss; member
357 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()