Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.h132 int owe_process_assoc_resp(const u8 *rsn_ie, size_t rsn_len, const uint8_t *dh_ie, size_t dh_len);
Dwpa.c2863 int owe_process_assoc_resp(const u8 *rsn_ie, size_t rsn_len, const uint8_t *dh_ie, size_t dh_len) in owe_process_assoc_resp() argument
2891 if (!dh_ie && parsed_rsn_data->num_pmkid == 0) { in owe_process_assoc_resp()
2908 if (dh_ie == NULL) { in owe_process_assoc_resp()
2912 if (dh_ie && MIN_DH_LEN(dh_len)) { in owe_process_assoc_resp()
2920 dh_ie += 3; in owe_process_assoc_resp()
2922 group = WPA_GET_LE16(dh_ie); in owe_process_assoc_resp()
2933 sh_secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, dh_ie+2, dh_len-2); in owe_process_assoc_resp()
2950 addr[1] = dh_ie + 2; in owe_process_assoc_resp()
2974 wpabuf_put_data(hkey, dh_ie + 2, dh_len - 2); /* A */ in owe_process_assoc_resp()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h144 …int (*owe_process_assoc_resp)(const u8 *rsn_ie, size_t rsn_len, const uint8_t *dh_ie, size_t dh_le…