I have a problem with connecting to an AP while working in STA mode. As soon as I disable SSID broadcast on AP, my VoCore2 stops connecting to it.
/etc/config/wireless:
- Code: Select all
- config wifi-device 'radio0'
 option type 'ralink'
 option variant 'mt7628'
 option country 'PL'
 option hwmode '11g'
 option htmode 'HT20'
 option channel 'auto'
 option disabled '0'
 config wifi-iface 'ap'
 option device 'radio0'
 option mode 'ap'
 option network 'lan'
 option ifname 'ra0'
 option ssid 'VoCore2'
 option encryption 'none'
 config wifi-iface 'sta'
 option device 'radio0'
 option mode 'sta'
 option network 'wwan'
 option ifname 'apcli0'
 option led 'mediatek:orange:wifi'
 option ssid 'Serwis'
 option key 'xxxxxxxxxx'
 option encryption 'psk'
I tried to force ESSID using iwconfig but still no luck.
Please help
