8 lines
167 B
Bash
8 lines
167 B
Bash
DeviceName = *
|
|
NetworkName = Ziggo9369930
|
|
iwctl
|
|
device list
|
|
station $WifiDeviceName power on
|
|
station $WifiDeviceName connect $NetworkName
|
|
station $DeviceName show
|
|
exit |