commit | 74f83259a1dd428f27c1372ab7abfcf7194c5c15 | [log] [tgz] |
---|---|---|
author | Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> | Fri Dec 08 16:17:45 2023 +0530 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Mar 20 09:00:52 2024 +0100 |
tree | 42d57235d69fc65fa91f08b2b2279d9356ae5dbf | |
parent | dc24fba40ee8e8624e00335e63ba39784ea6a487 [diff] |
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>