[REQUEST] Custom 33607 - wpa_supplicant with STDOUT_DEBUG

Post new topic   Reply to topic    DD-WRT Forum Index -> Contributions Upload
Author Message
Thireus
DD-WRT User


Joined: 12 Mar 2009
Posts: 93

PostPosted: Mon Nov 13, 2017 6:52    Post subject: [REQUEST] Custom 33607 - wpa_supplicant with STDOUT_DEBUG Reply with quote
Hello everyone,

I was wondering if someone could recompile wpa_supplicant with stdout debug enabled from build 33607 and repack it in a custom build of dd-wrt.v24-33607_NEWD-2_K3.x_big.bin please. Embarassed

Debug mode can be enabled via the "wpa_supplicant/.config" file by removing the "CONFIG_NO_STDOUT_DEBUG=y" line before compilation.

I'm not sure which hostapd is used, I believe it's "hostapd2". But the quick change of removing the "CONFIG_NO_STDOUT_DEBUG=y" line can just be done in all hostapd source folders:

FROM:
Code:
[...]
CONFIG_EAP_PSK=y
CONFIG_EAP_LEAP=y
CONFIG_NO_STDOUT_DEBUG=y
#CFLAGS += -DNEED_PRINTF
[...]


TO:
Code:
[...]
CONFIG_EAP_PSK=y
CONFIG_EAP_LEAP=y
#CONFIG_NO_STDOUT_DEBUG=y
#CFLAGS += -DNEED_PRINTF
[...]


Thank you! Wink

_________________
www.DareYourMind.net
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Contributions Upload All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum