-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I could not find a place to report issues for hostapd. This is not a critical issue but it took some time for me to find this and I only found one other developer reporting this issue online (lost the link) where his solution was to comment out the code and build to bypass this issue.. I wanted to see if this issue could be put in the right hands to create a fix.
It is easy to reproduce as far as I have seen. Build hostapd with CONFIG_NO_STDOUT_DEBUG=y flag and the console will report build error stating ISO C99 and later do not support implicit function declarations. I am not natively a C developer so I am not looking for access to fix, but from what I gathered it just needs a import declaration so the value can be read from.
I found you have been submitting changes for hostapd so I dug this repo up to report the issue. Hostapd is a fantastic tool, thank you for the support as part of the team!