wpa_supplicant: Bugfix sending invalid PMKID by softAP in EAPOL message 1 of 4

This commit is contained in:
Shreyas Sheth
2023-03-29 23:13:57 +05:30
parent 83469ddbac
commit 38e9c8b474
4 changed files with 54 additions and 14 deletions

View File

@@ -432,7 +432,7 @@ int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
struct wpa_ptk *ptk, int akmp, int cipher);
void rsn_pmkid(const u8 *pmk, size_t pmk_len, const u8 *aa, const u8 *spa,
u8 *pmkid, int use_sha256);
u8 *pmkid, int akmp);
int wpa_cipher_key_len(int cipher);
int wpa_cipher_rsc_len(int cipher);