bsta connected - pass to script
1 unresolved thread
1 unresolved thread
When bsta connected pass channel/bandwidth to the script. Some platforms required it to change channel and works correctly.
Merge request reports
Activity
874 local radio="" 875 876 bsta_get_device() { 877 config_get ifname $1 ifname 878 config_get device $1 device 879 880 [ "$ifname" != "$iface" ] && continue 881 radio="$device" 882 } 883 884 config_load wireless 885 config_foreach bsta_get_device wifi-iface $iface 886 echo "$radio" 887 } 888 889 bsta_connected() { changed this line in version 8 of the diff
Please register or sign in to reply