关于hostapd实现eap-peap认证问题

编译好的hostpad已经可以实现eap-peap的认证,但是在配置文件上面却有点问题,抓的log如下所示,请大神给予点解决方案

编译好的hostapd push到设备中已经可以完成eap认证,但是在配置文件中关于服务器的配置却出现了问题,抓的log如下所示,请大神给予解决方案!!
--------- beginning of /dev/log/system

--------- beginning of /dev/log/main

E/hostapd ( 3316): Configuration file: /data/misc/wifi/hostapd.conf

E/hostapd ( 3316): Line 13: unknown configuration item 'auth_server_addr'

E/hostapd ( 3316): Line 14: unknown configuration item 'auth_server_port'

E/hostapd ( 3316): Line 15: unknown configuration item 'auth_server_shared_secret'

E/hostapd ( 3316): Line 16: unknown configuration item 'acct_server_addr'

E/hostapd ( 3316): Line 17: unknown configuration item 'acct_server_port'

E/hostapd ( 3316): Line 18: unknown configuration item 'acct_server_shared_secret'

E/hostapd ( 3316): HT (IEEE 802.11n) with WPA/WPA2 requires CCMP/GCMP to be enabled, disabling HT capabilities

I/hostapd ( 3316): rfkill: Cannot open RFKILL control device

E/hostapd ( 3316): Using interface wlan0 with hwaddr a0:40:36:62:86:41 and ssid "MF662C-8641"

配置文件如下所示:
interface=wlan0
driver=nl80211
ctrl_interface=/data/misc/wifi/hostapd
ssid=MF662C-8641
max_num_sta=5
channel=6
ieee80211n=1
hw_mode=g
ignore_broadcast_ssid=0
disassoc_low_ack=1
preamble=1
uapsd_advertisement_enabled=1
auth_server_addr=127.0.0.1
auth_server_port=1812
auth_server_shared_secret=testing123
acct_server_addr=127.0.0.1
acct_server_port=1813
acct_server_shared_secret=testing123
eapol_key_index_workaround=1
ieee8021x=1
wpa_key_mgmt=WPA-EAP
wpa_psk_radius=2
auth_algs=1
wpa=2
wpa_pairwise=TKIP
eap_server=1
macaddr_acl=2
#radius_server_clients=/etc/hostapd.radius_clients
#eap_user_file=/etc/hostapd.eap_user