mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
tests: Enable verbose logger_stdout debug in hostapd
This makes hostapd debug logs more helpful for debugging. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bbc706a3c3
commit
789b9f1d52
@ -50,6 +50,8 @@ class Hostapd:
|
||||
self.set("hw_mode", "g")
|
||||
self.set("channel", "1")
|
||||
self.set("ieee80211n", "1")
|
||||
self.set("logger_stdout", "-1")
|
||||
self.set("logger_stdout_level", "0")
|
||||
|
||||
def set_open(self, ssid):
|
||||
self.set_defaults()
|
||||
|
Loading…
Reference in New Issue
Block a user