zephyr/modules/hostap
Chaitanya Tata 74f83259a1 hostap: Fix build warnings
Using "%02x" needs an unsigned integer, but all MAC addresses use
"unsigned char/char" as the data type, so, to avoid warnings, use a
temporary array.

Also, the macro from the WPA supplicant doesn't use the address of the
array element and causes warnings, so re-define the macro with address
of the element.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-03-20 09:00:52 +01:00
..
src hostap: Fix build warnings 2024-03-20 09:00:52 +01:00
CMakeLists.txt hostap: Add an option to remove advanced features 2024-03-20 09:00:52 +01:00
Kconfig hostap: Fix WFA mandatory features 2024-03-20 09:00:52 +01:00