Has anyone successfully setup a MT-1300 as a WPA2-Enterprise (certificates) as client then routed that wifi to the switch? basically anything on the switch would get network access via the wifi network
Below is my config, I just see not associated, but unsure where to check the logs or determine why it is failing.
config wifi-iface ‘sta’
option macaddr ‘AC:AC:AC:AC:AC:AC’
option network ‘wwan’
option mode ‘sta’
option ifname ‘apclix0’
option ssid ‘example’
option device ‘mt7615e2’
option identity ‘id@example.com’
option encryption ‘wpa2+ccmp’
option eap_type ‘tls’
option ca_cert ‘/etc/config/certs/ca.pem’
option priv_key ‘/etc/config/certs/certificate.p12’
option priv_key_pwd ‘PKCS#12 password’
option disabled ‘0’