Skip to content

Commit

Permalink
Update wpacfg.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLoeper authored Jan 23, 2021
1 parent 44dd293 commit f252d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iotwifi/wpacfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ wmm_enabled=0
wpa_passphrase=` + wpa.WpaCfg.HostApdCfg.WpaPassphrase + `
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP`
rsn_pairwise=CCMP
country_code=DE`

wpa.Log.Info("Hostapd CFG: %s", cfg)
hostapdPipe.Write([]byte(cfg))
Expand Down

0 comments on commit f252d7a

Please sign in to comment.