Changeset 734
- Timestamp:
- 06/15/06 14:54:11 (7 years ago)
- Location:
- ccsd/private
- Files:
-
- 2 edited
-
modules/ccs_monitor_rurallink.py (modified) (1 diff)
-
resources/rurallink.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ccsd/private/modules/ccs_monitor_rurallink.py
r732 r734 2568 2568 checkDHCPServer() 2569 2569 ap0_ifname = t 2570 # Make sure the backhaul interface is up so we can scan 2571 if log_command("/sbin/ip link set up dev %s 2>&1" % \ 2572 backhaul_ifname) != None: 2573 if backhaul_vbase is not None: 2574 log_command("/usr/bin/wlanconfig %s create nounit " \ 2575 "wlandev %s wlanmode sta &>/dev/null" % \ 2576 (backhaul_ifname, backhaul_vbase)) 2577 log_command("/sbin/ip link set up dev %s 2>&1" % \ 2578 backhaul_ifname) 2579 2570 2580 else: 2571 2581 # Reload interfaces to pick up any new configuration -
ccsd/private/resources/rurallink.js
r733 r734 103 103 canProgress = false; 104 104 } else if (wizardStep == 4) { 105 obj = $("wizard_essid"); 106 if (obj) { 107 /* There are network objects */ 108 canProgress = false; 109 return; 110 } 105 canProgress = false; 111 106 obj = $("wizard_ispusername"); 112 107 if (obj) { 113 108 id = obj.id; 114 canProgress = false;115 109 } 116 117 110 } else if (wizardStep == 5) { 118 111 pars= "wizard_complete=yes" … … 137 130 wizardPasswordUpdated(null); 138 131 } else if (wizardStep == 4) { 139 if ( $("wizard_essid")) {132 if (!$("wizard_isptype")) { 140 133 // Client node 141 wizardESSIDUpdated(null); 134 if ($("wizard_essid")) 135 wizardESSIDUpdated(null); 142 136 } else { 143 137 // Master node
Note: See TracChangeset
for help on using the changeset viewer.
