Browse Source

By default connect to any open wifi

Bob Mottram 8 years ago
parent
commit
95521731a7
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-utils-wifi

+ 4
- 0
src/freedombone-utils-wifi View File

@@ -434,6 +434,10 @@ function create_networks_interactive {
434 434
     echo $'# none' >> $WIFI_NETWORKS_FILE
435 435
     echo '#' >> $WIFI_NETWORKS_FILE
436 436
 
437
+    # By default connect to any open wifi
438
+    WIFI_SSID=$'any'
439
+    WIFI_TYPE=$'open'
440
+
437 441
     wifi_ctr=0
438 442
     wifi_networks_done=
439 443
     while [ ! $wifi_networks_done ]