wpa_supplicant: Fix crypto related bugs

1. Fix aes_unwrap functionality when hardware acceleration is disabled
2. Fix compilation errors when mbedTLS is disabled.
3. Disable WPA3 when mbedTLS is disabled.
This commit is contained in:
Kapil Gupta
2021-06-03 18:37:51 +05:30
committed by bot
parent d5845abe62
commit a7713676b8
8 changed files with 58 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include "bignum.h"
#ifdef CONFIG_INTERNAL_LIBTOMMATH
#include "libtommath.c"
#include "libtommath.h"
#else /* CONFIG_INTERNAL_LIBTOMMATH */
#include <tommath.h>
#endif /* CONFIG_INTERNAL_LIBTOMMATH */