Send users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Disconnect with AP and not able to scan anymore. (Matt Chen)
----------------------------------------------------------------------
Message: 1
Date: Tue, 11 Sep 2012 14:11:16 +0800
From: Matt Chen <[email protected]>
To: [email protected]
Cc: linux-wireless <[email protected]>
Subject: [rt2x00-users] Disconnect with AP and not able to scan
anymore.
Message-ID:
<CALx5=v_cl_gf6cfta5jmy8zu3rj9hkrpyhtaqwc6e6eczsk...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi list,
I am running the v3.0 kernel and my Ralink wifi module is [1814 539a].
I found the mac80211 would do the ieee80211_sta_work() and then go to
} else {
/*
* We actually lost the connection ... or did we?
* Let's make sure!
*/
wiphy_debug(local->hw.wiphy,
"%s: No probe response from AP %pM"
" after %dms, disconnecting.\n",
sdata->name,
bssid, probe_wait_ms);
ieee80211_sta_connection_lost(sdata, bssid);
}
So the mac80211 would do ieee80211_sta_connection_lost() and then the
connection between AP and station would be lost. At this time, I found
the wifi interface is not able to do any scan now, ie no any AP is
showed after do "iwlist wlan0 scan".
Once I "ifconfig wlan0 down" and "ifconfig wlan0 up", everything is
working again.
Is there way or tool suggested to observe or debug the connection
status between station and AP ? I think it would be something working
wrong in rt2x00 driver.
--
Thank you.
------------------------------
_______________________________________________
users mailing list
[email protected]
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
End of users Digest, Vol 43, Issue 10
*************************************