Skip to content

Commit

Permalink
Read wpa_supplicant config path from wificfg.json
Browse files Browse the repository at this point in the history
Read wpa_supplicant config path from wificfg.json
  • Loading branch information
aa15032261 authored Jan 31, 2019
1 parent ffe0c45 commit f88a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotwifi/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (c *Command) StartWpaSupplicant() {
"-d",
"-Dnl80211",
"-iwlan0",
"-c/etc/wpa_supplicant/wpa_supplicant.conf",
"-c" + c.SetupCfg.WpaSupplicantCfg.CfgFile,
}

cmd := exec.Command("wpa_supplicant", args...)
Expand Down

0 comments on commit f88a3e8

Please sign in to comment.