parent
8f7a25d9c8
commit
a13bf2c722
|
@ -22,8 +22,8 @@ func dhclient() {
|
||||||
shell.Run("dhclient wlan0")
|
shell.Run("dhclient wlan0")
|
||||||
|
|
||||||
for {
|
for {
|
||||||
log.Println("need to check the status of wpa_supplicant and dhclient here")
|
log.Println("should check progress here")
|
||||||
time.Sleep(1000 * time.Millisecond)
|
time.Sleep(20000 * time.Millisecond)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue