Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c1508 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 …]
Dsta_info.h258 struct wpabuf *fils_dh_ss; member
Dsta_info.c357 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c1849 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 …]
Dsta_info.h299 struct wpabuf *fils_dh_ss; member
Dsta_info.c393 wpabuf_clear_free(sta->fils_dh_ss); in ap_free_sta()