I am trying to make openvpn run on VoCore, so I set VoCore to AP mode with WPA2.
Change&Add the following lines to /etc/config/wireless
config wifi-iface option device radio0 option network lan option mode ap option ssid VoCore option encryption psk2 option key TestPassword
If just set the config and then call “wifi” but not “reboot” to restart wireless part, it has an issue that every 10~20 seconds, the network will disconnect automatically.
But after reboot, everything back to normal.
This does not happen when change AP mode to AP+STA mode.
This happens when change from AP mode to encrypt AP mode.
So I guess the driver might have conflict inside. If we do not have to reboot but just call wifi to reset current config, that will be the best.