On Mon, May 13, 2013 at 4:47 PM, Francisco Cuesta <[email protected]> wrote: > HEllo, > > I would like to enable the dbug mode of wpa_supplicant, I have read > the help and modified the script /lib/wifi/wpa_supplicant.sh line > which invokes the wpa_supplicant, in order to enable the debug mode > like this > > wpa_supplicant -dd -B -P /var/run/wifi-wlan1.pid -D nl80211 -i wlan1 > -c /var/run/wpa_supplicant-wlan1.conf > > However, I cannot seen any debug mode, I have try to read the log with > logread but it doesn't show any debug message, neither the dmesg. May > anyone tell me how to enable this feature?
You need to build your own image/package with the "minimum debug message priority" set to 0 for wpa_supplicant (CONFIG_WPA_MSG_MIN_PRIORITY). Jonas _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
