I have an old MK808, this version has RK901 built in (without Bluetooth). The wifi chip is bcm40181.
Wifi clients are able to connect to MK808/hostap when I set WEP autentification or if I desable athentifacation at all.
I do not know why the clients can not connect to it when I set WPA or WPA2.
When WPAor WPA2 is set in hostap.conf, If I run /usr/local/bin/hostapd -B /etc/hostapd/hostapd.conf I have the following log
tail -f /var/log/syslog
...[ 19.844800] [DHD]
...[ 19.844806] Dongle Host Driver, version 5.90.125.69
...[ 19.844813] Compiled in drivers/net/wireless/bcmdhd on Jul 15 2014 at 23:05:20
...[ 19.847145] CFGP2P-ERROR) wl_cfgp2p_supported : wl p2p error -23
...[ 19.917520] [DHD] DHD-MON: dhd_mon_if_subif_start_xmit enter
...[ 19.917813] [DHD] DHD-MON: dhd_mon_if_subif_start_xmit radiotap len (should be 14): 14
...[ 20.139687] 802.1Q VLAN Support v1.8
...[ 20.224561] [DHD] wl_host_event: Invalid ifidx 0 for wl0
Hostap.conf:
interface=eth0
driver=nl80211
ssid=myssid
hw_mode=b
channel=6
auth_algs=1
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
macaddr_acl=0
ignore_broadcast_ssid=0
wpa=3
wpa_passphrase=mypassword
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
# Static WEP key configuration
#wep_default_key=0
#wep_key0=123456789a
#wpa_passphrase=123456789a
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
Please, do some one has an idea of this problem ?
Comment