diff --git a/iotwifi/wpacfg.go b/iotwifi/wpacfg.go index 71923cc..0f0a179 100644 --- a/iotwifi/wpacfg.go +++ b/iotwifi/wpacfg.go @@ -69,6 +69,7 @@ func (wpa *WpaCfg) StartAP() { command.AddApInterface() command.UpApInterface() command.ConfigureApInterface() + command.DisablePowerManagement() cmd := exec.Command("hostapd", "-d", "/dev/stdin")