commit | c9b8365f6db9dc5a7ed071143b84be280f5fa236 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Fri Oct 18 09:43:53 2024 +0300 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed Oct 23 17:00:45 2024 +0200 |
tree | 0732dff62c668c5a784c9c7172f703ac1838d355 | |
parent | 6ac4e9c3b7270c8eefd547a46d5de85edf5e2806 [diff] |
hostap: Add needed include files to fix compilation The "enum wpa_msg_type" was not found by default so add needed include files to get the definitions. modules/hostap/src/supp_main.h:61:57: warning: ‘enum wpa_msg_type’ declared inside parameter list will not be visible outside of this definition or declaration 61 | void wpa_supplicant_msg_send(void *ctx, int level, enum wpa_msg_type type, const char *txt, Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>