I am using
Hostname OpenWrt
Model NETGEAR WNDR3700v4
Firmware Version OpenWrt Chaos Calmer 15.05.1 / LuCI 15.05-149-g0d8bbd2 Release (git-15.363.78009-956be55)
Kernel Version 3.18.23
I replaced wpad-mini with wpad.
I connected to the network using luci. The following are the generated files
/etc/config/wireless
config wifi-iface
option network 'wwan1'
option ssid 'UR_Connected'
option device 'radio1'
option mode 'sta'
option bssid '00:A6:CA:69:0E:EB'
option encryption 'wpa2'
option eap_type 'peap'
option identity 'id'
option password 'password'
/var/run/wpa_supplicant-wlan1.conf
network={
scan_ssid=1
ssid="UR_Connected"
key_mgmt=WPA-EAP
identity="id"
phase2="MSCHAPV2"
password="password"
eap=PEAP
proto=RSN
bssid=00:A6:CA:69:0E:EB
}
The following is the wpa_cli outputs
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid="UR_Connected"
<3>SME: Trying to authenticate with 00:a6:ca:69:0e:eb (SSID='UR_Connected' freq=5180 MHz)
<3>Trying to associate with 00:a6:ca:69:0e:eb (SSID='UR_Connected' freq=5180 MHz)
<3>Associated with 00:a6:ca:69:0e:eb
<3>CTRL-EVENT-EAP-STARTED EAP authentication started
<3>CTRL-EVENT-EAP-STATUS status='started' parameter=''
<3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=13 -> NAK
<3>CTRL-EVENT-EAP-STATUS status='refuse proposed method' parameter='TLS'
<3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
<3>CTRL-EVENT-EAP-STATUS status='accept proposed method' parameter='PEAP'
<3>CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
<3>CTRL-EVENT-EAP-STATUS status='completion' parameter='failure'
<3>CTRL-EVENT-EAP-FAILURE EAP authentication failed
<3>Authentication with 00:a6:ca:69:0e:eb timed out.
<3>CTRL-EVENT-DISCONNECTED bssid=00:a6:ca:69:0e:eb reason=3 locally_generated=1
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="UR_Connected" auth_failures=4 duration=77 reason=AUTH_FAILED
Can any body help? Thanks.