Skip to content

Commit ddcae68

Browse files
MaochenWang1D-Triveni
authored andcommitted
[nrf fromtree] manifest: update hostap to fix EAP-FAST connection issue
DUT Failed to associate fast-gtc/fast-mscahpv2 enterprise network, there is error log shows 'EAP-FAST: Compound MAC did not match'. tls_connection_get_eap_fast_key() gets wrong key, currently using mbedtls_ssl_tls_prf to derive key, and it's not PSA API. Therefore, conn->expkey_keyblock_size can't be set as 0, the correct expkey_keyblock_size should contain keylen + mac_key_len + ivlen. Remove MBEDTLS_USE_PSA_CRYPTO to get keyblock_size correctly. Signed-off-by: Maochen Wang <maochen.wang@nxp.com> (cherry picked from commit dfd6efc)
1 parent 41046c6 commit ddcae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ manifest:
281281
- hal
282282
- name: hostap
283283
path: modules/lib/hostap
284-
revision: 3ec675be30c25b56cc0e7dbd5bd931a87d32937e
284+
revision: ca77ec50a01a09b8bf149160308736b6b5741f12
285285
- name: liblc3
286286
revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183
287287
path: modules/lib/liblc3

0 commit comments

Comments
 (0)