Open iamweiwei opened 9 years ago
Hello, I used the hostapd to create 11g AP mode with the rtl8192du. I was able to connect to the AP when wpa=0. However, when wpa=1/2/3 I was not able to connect to the AP.
Following hostapd configuration is used:
ctrl_interface=/var/run/hostapd macaddr_acl=0 auth_algs=1 wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP wpa_passphrase=aaaaaaaa driver=nl80211 interface=wlp0s29f7u1 hw_mode=g channel=4 ssid=rtl8192du
Any idea why this could be happening?
It is a known problem. The driver has bugs. If you find them, please send patches.
Hello, I used the hostapd to create 11g AP mode with the rtl8192du. I was able to connect to the AP when wpa=0. However, when wpa=1/2/3 I was not able to connect to the AP.
Following hostapd configuration is used:
ctrl_interface=/var/run/hostapd macaddr_acl=0 auth_algs=1 wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP wpa_passphrase=aaaaaaaa driver=nl80211 interface=wlp0s29f7u1 hw_mode=g channel=4 ssid=rtl8192du
Any idea why this could be happening?