rtl8192du icon indicating copy to clipboard operation
rtl8192du copied to clipboard

Connection Problem to AP

Open sporockel opened this issue 10 years ago • 0 comments

Hello,

using 3.14.0-rc8 and 'kernel-version' branch I can't connect to an AP (also on an open one). wpa_supplicant gives this output. I hope I got the right part:

wlan1: 20: 02:1a:11:f0:34:7f ssid='kissme' wpa_ie_len=0 rsn_ie_len=0 caps=0x501 level=-60
wlan1:    allow in non-WPA/WPA2
wlan1:    selected BSS 02:1a:11:f0:34:7f ssid='kissme'
wlan1: Request association: reassociate: 0  selected: 02:1a:11:f0:34:7f  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING
wlan1: Trying to associate with 02:1a:11:f0:34:7f (SSID='kissme' freq=2437 MHz)
FT: Stored MDIE and FTIE from (Re)Association Response - hexdump(len=0):
wlan1: Cancelling scan request
wlan1: WPA: clearing own WPA/RSN IE
wlan1: Automatic auth_alg selection: 0x1
wlan1: WPA: clearing AP WPA IE
wlan1: WPA: clearing AP RSN IE
wlan1: WPA: clearing own WPA/RSN IE
wlan1: No keys have been configured - skip key clearing
wlan1: State: SCANNING -> ASSOCIATING
wpa_driver_nl80211_set_operstate: operstate 0->0 (DORMANT)
netlink: Operstate: linkmode=-1, operstate=5
Limit connection to BSSID 02:1a:11:f0:34:7f freq=2437 MHz based on scan results (bssid_set=0)
nl80211: Set mode ifindex 5 iftype 2 (STATION)
nl80211: Unsubscribe mgmt frames handle 0xace20 (mode change)
nl80211: Subscribe to mgmt frames with non-AP handle 0xace20
nl80211: Register frame type=0xd0 nl_handle=0xace20
nl80211: Register frame match - hexdump(len=2): 04 0a
nl80211: Register frame command failed (type=208): ret=-95 (Operation not supported)
nl80211: Register frame match - hexdump(len=2): 04 0a
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Connect (ifindex=5)
  * bssid=02:1a:11:f0:34:7f
  * freq=2437
  * SSID - hexdump_ascii(len=6):
     6b 69 73 73 6d 65                                 kissme          
  * IEs - hexdump(len=0):
  * Auth Type 0
nl80211: Connect request send successfully
wlan1: Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: Supplicant port status: Unauthorized
EAPOL: External notification - EAP fail=0
EAPOL: Supplicant port status: Unauthorized
EAPOL: External notification - portControl=ForceAuthorized
EAPOL: Supplicant port status: Unauthorized
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan1' added
nl80211: if_removed already cleared - ignore event
nl80211: Event message available
nl80211: Disconnect event
wlan1[  122.940466] cfg80211: Calling CRDA to update world regulatory domain
: Event DEAUTH (12) received
wlan1: Deauthentication notification
wlan1:  * reason 0
Deauthentication frame IE(s) - hexdump(len=0): [NULL]
wlan1: CTRL-EVENT-DISCONNECTED bssid=02:1a:11:f0:34:7f reason=0
wlan1: Auto connect enabled: try to reconnect (wps=0 wpa_state=5)
wlan1: Setting scan request: 0 sec 100000 usec
Added BSSID 02:1a:11:f0:34:7f into blacklist
wlan1: Blacklist count 1 --> request scan in 100 ms
wlan1: Setting scan request: 0 sec 100000 usec
wlan1: State: ASSOCIATING -> DISCONNECTED

sporockel avatar Apr 04 '14 15:04 sporockel