Hi,
I'm trying to setup client mode on WPA2-Enterprise( AES - PEAP) on my WR1043ND!
I've followed the guide on wiki ( http://wiki.openwrt.org/doc/howto/clientmode)
I bumped into a problem when following the guide:
1. How do I modify the config for AES - PEAP ? Here is my config
option device 'radio0'
#set device and network as necessary
option mode 'sta'
option ssid 'edunet'
option encryption 'wpa2+aes'
option eap_type 'peap'
option auth 'gtc'
option identity 'ID'
Do I have to modify " option auth 'gtc' " ? if yes, then to what ?
2. WPA_CLI couldnt find the wpa_supplicant package. Here is the return:
wpa_cli v2.3-devel
Copyright (c) 2004-2014, Jouni Malinen <j@w1.fi> and contributorsThis software may be distributed under the terms of the BSD license.
See README for more details.Interactive mode
Could not connect to wpa_supplicant: (null) - re-trying
Thanks guys