Skip to content
Commit 74f83259 authored by Chaitanya Tata's avatar Chaitanya Tata Committed by Alberto Escolar
Browse files

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: default avatarChaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@nordicsemi.no>
parent dc24fba4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment