[OpenWrt Wiki] Debugging
openwrt.org › docs › guide-developerTo enable debug you need to install the debug build of hostapd from the packages for your router (package name hostapd), having first removed the cut-down version: <code bash> opkg remove wpad-mini [download the wpad-debug package for your router to /tmp] opkg install /tmp/wpad-debug*.ipk </code>. Increase the log level for hostapd:
[OpenWrt Wiki] Wireless Utilities
openwrt.org › docs › guide-userMar 04, 2018 · Wireless Utilities As already explained at wireless.overview the Linux IEEE 802.11 subsystem is fragmented. The available tools depend entirely on your driver. Wireless devices have an API different from that of Ethernet devices because the specifications of IEEE 802.11 regulate quite precisely the whole communications process, so it makes sense to NOT implement this requirements in each ...