Hey,
I've been through bb-wl18xx-tether and understand (mostly) what it is doing. However after boot, once there is an established wlan0 connection I would like to be able to shutdown SoftAp0, then start it up again if, and only if, the wlan0 connection fails.
Questions:
1) I see functions meant to start it up at boot, are there any pre-written functions to bring it back down in another script?
2) If not, what order should I undo things
3) How is this being called during the boot process
Iv'e tried killing hostapd and doing 'ip link set dev SoftAp0 down', but doing so seems to cause issues with wlan0 stability, I get more lag with the wlan0 connection.
While I am not new to linux, I am still trying to wrap my head around some of the low level networking and the BeagleBone specific files for the first time.
Thanks,
Matrioux