authsae_start_interface() { local device="$1" # to use the correct channel local vif="$2" local band cfgfile="/var/run/authsae-$vif.cfg" config_get channel "$device" channel config_get hwmode "$device" hwmode config_get htmode "$device" htmode config_get ifname "$vif" ifname config_get key "$vif" key config_get mesh_id "$vif" mesh_id config_get mcast_rate "$vif" mcast_rate "12" case "$htmode" in HT20|HT40+|HT40-) htmode="$htmode";; NOHT|none|*) htmode="none";; esac case "$hwmode" in *g*) band=11g;; *a*) band=11a;; esac cat > "$cfgfile" <