Home
last modified time | relevance | path

Searched refs:fils_dh_ss (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1505 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils()
1506 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
1508 if (!sta->fils_dh_ss) { in handle_auth_fils()
1513 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", sta->fils_dh_ss); in handle_auth_fils()
1518 wpabuf_clear_free(sta->fils_dh_ss); in handle_auth_fils()
1519 sta->fils_dh_ss = NULL; in handle_auth_fils()
1717 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
1790 sta->fils_dh_ss ? in prepare_auth_resp_fils()
1791 wpabuf_head(sta->fils_dh_ss) : NULL, in prepare_auth_resp_fils()
1792 sta->fils_dh_ss ? in prepare_auth_resp_fils()
[all …]
Dsta_info.h254 struct wpabuf *fils_dh_ss; member
Dsta_info.c356 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()