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