Skip to content
Snippets Groups Projects

bsta connected - pass to script

Merged Janusz Dziedzic requested to merge bsta_change_channel into devel
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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() {
  • Janusz Dziedzic added 1 commit

    added 1 commit

    • 0f109574 - bsta connected - pass to script

    Compare with previous version

  • Janusz Dziedzic added 1 commit

    added 1 commit

    • 71665e59 - bsta connected - pass to script

    Compare with previous version

  • Janusz Dziedzic added 1 commit

    added 1 commit

    • a6c4ce9e - bsta connected - pass to script

    Compare with previous version

  • Janusz Dziedzic added 1 commit

    added 1 commit

    • 4057e4e4 - bsta connected - pass to script

    Compare with previous version

  • Janusz Dziedzic added 1 commit

    added 1 commit

    • a03ea6be - bsta connected - pass to script

    Compare with previous version

  • Please register or sign in to reply
    Loading