<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>managedwifi Work Item Rss Feed</title><link>http://www.codeplex.com/managedwifi/WorkItem/List.aspx</link><description>managedwifi Work Item Rss Description</description><item><title>Created Issue: WlanClient.WlanInterface.queueEvents is not synchronized [14925]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14925</link><description>There is no synchronization for queueEvents.&lt;br /&gt;It leads to problems because the check and the assignment are done in different threads.&lt;br /&gt;&lt;br /&gt;You can set queueEvents to true but the event won&amp;#39;t be called because it is not synchronized across the CPUs.&lt;br /&gt;&lt;br /&gt;Possibly lock statement should be added.&lt;br /&gt;It should be checked good.&lt;br /&gt;</description><author>NN</author><pubDate>Thu, 19 Nov 2009 14:33:47 GMT</pubDate><guid isPermaLink="false">Created Issue: WlanClient.WlanInterface.queueEvents is not synchronized [14925] 20091119023347P</guid></item><item><title>Closed Issue: Make WlanClient IDisposable [14904]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14904</link><description>public class WlanClient &amp;#58; IDisposable&lt;br /&gt;&amp;#123;&lt;br /&gt;  ...&lt;br /&gt;  &amp;#126;WlanClient&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  void IDisposable.Dispose&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    GC.SuppressFinalize&amp;#40;this&amp;#41;&amp;#59;&lt;br /&gt;   Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  private void Close&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    Wlan.WlanCloseHandle&amp;#40;clientHandle, IntPtr.Zero&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  ...&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;And then use it &amp;#58;&lt;br /&gt;using&amp;#40;var wlanClient &amp;#61; new WlanClient&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#125; &amp;#47;&amp;#47; WlanCloseHandle&lt;br /&gt;</description><author>ikonst</author><pubDate>Thu, 19 Nov 2009 13:44:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Make WlanClient IDisposable [14904] 20091119014418P</guid></item><item><title>Commented Issue: Unhandled Exception in OnWlanNotification [14284]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14284</link><description>This is a Low priority issues as it only happens after my code has been running most of the day.  &lt;br /&gt;In the Wlan.WlanNotificationCodeAcm.ScanFail case the following line fails on occasion&lt;br /&gt;int expectedSize &amp;#61; Marshal.SizeOf&amp;#40;typeof &amp;#40;Wlan.WlanReasonCode&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;With something Like it cannot find the size of the unmanaged code.  I will update with an exact error the next time it happens&lt;br /&gt;</description><author>ikonst</author><pubDate>Thu, 19 Nov 2009 13:41:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled Exception in OnWlanNotification [14284] 20091119014125P</guid></item><item><title>Commented Issue: Unhandled Exception in OnWlanNotification [14284]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14284</link><description>This is a Low priority issues as it only happens after my code has been running most of the day.  &lt;br /&gt;In the Wlan.WlanNotificationCodeAcm.ScanFail case the following line fails on occasion&lt;br /&gt;int expectedSize &amp;#61; Marshal.SizeOf&amp;#40;typeof &amp;#40;Wlan.WlanReasonCode&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;With something Like it cannot find the size of the unmanaged code.  I will update with an exact error the next time it happens&lt;br /&gt;</description><author>ikonst</author><pubDate>Thu, 19 Nov 2009 13:35:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled Exception in OnWlanNotification [14284] 20091119013526P</guid></item><item><title>Commented Issue: Unhandled Exception in OnWlanNotification [14284]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14284</link><description>This is a Low priority issues as it only happens after my code has been running most of the day.  &lt;br /&gt;In the Wlan.WlanNotificationCodeAcm.ScanFail case the following line fails on occasion&lt;br /&gt;int expectedSize &amp;#61; Marshal.SizeOf&amp;#40;typeof &amp;#40;Wlan.WlanReasonCode&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;With something Like it cannot find the size of the unmanaged code.  I will update with an exact error the next time it happens&lt;br /&gt;</description><author>ikonst</author><pubDate>Thu, 19 Nov 2009 13:35:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled Exception in OnWlanNotification [14284] 20091119013522P</guid></item><item><title>Created Issue: Make WlanClient IDisposable [14904]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14904</link><description>public class WlanClient &amp;#58; IDisposable&lt;br /&gt;&amp;#123;&lt;br /&gt;  ...&lt;br /&gt;  &amp;#126;WlanClient&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  void IDisposable.Dispose&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    GC.SuppressFinalize&amp;#40;this&amp;#41;&amp;#59;&lt;br /&gt;   Close&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;&lt;br /&gt;  private void Close&amp;#40;&amp;#41;&lt;br /&gt;  &amp;#123;&lt;br /&gt;    Wlan.WlanCloseHandle&amp;#40;clientHandle, IntPtr.Zero&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#125;&lt;br /&gt;  ...&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;And then use it &amp;#58;&lt;br /&gt;using&amp;#40;var wlanClient &amp;#61; new WlanClient&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#125; &amp;#47;&amp;#47; WlanCloseHandle&lt;br /&gt;</description><author>NN</author><pubDate>Thu, 19 Nov 2009 09:48:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Make WlanClient IDisposable [14904] 20091119094829A</guid></item><item><title>Commented Issue: Unhandled Exception in OnWlanNotification [14284]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14284</link><description>This is a Low priority issues as it only happens after my code has been running most of the day.  &lt;br /&gt;In the Wlan.WlanNotificationCodeAcm.ScanFail case the following line fails on occasion&lt;br /&gt;int expectedSize &amp;#61; Marshal.SizeOf&amp;#40;typeof &amp;#40;Wlan.WlanReasonCode&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;With something Like it cannot find the size of the unmanaged code.  I will update with an exact error the next time it happens&lt;br /&gt;Comments: ** Comment from web user: SkiGeek ** &lt;p&gt;Here is the error&lt;br /&gt;Type &amp;#39;NativeWifi.Wlan&amp;#43;WlanReasonCode&amp;#39; cannot be marshaled as an unmanaged structure&amp;#59; no meaningful size or offset can be computed.&lt;/p&gt;&lt;p&gt;It seems to happen on occasion when the computer resumes from standby.  &lt;br /&gt;I am creating an application that runs in the background and monitors the internet connection and reconnects when disconnected and logins to a gateway redirect page.  &amp;#40;The host bumps you off fairly often&amp;#41;  On Vista OS this requires you to disconnect and reconnect the WiFi.&lt;/p&gt;</description><author>SkiGeek</author><pubDate>Tue, 06 Oct 2009 17:21:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unhandled Exception in OnWlanNotification [14284] 20091006052113P</guid></item><item><title>Created Issue: Unhandled Exception in OnWlanNotification [14284]</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=14284</link><description>This is a Low priority issues as it only happens after my code has been running most of the day.  &lt;br /&gt;In the Wlan.WlanNotificationCodeAcm.ScanFail case the following line fails on occasion&lt;br /&gt;int expectedSize &amp;#61; Marshal.SizeOf&amp;#40;typeof &amp;#40;Wlan.WlanReasonCode&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;With something Like it cannot find the size of the unmanaged code.  I will update with an exact error the next time it happens&lt;br /&gt;</description><author>SkiGeek</author><pubDate>Tue, 29 Sep 2009 01:59:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Unhandled Exception in OnWlanNotification [14284] 20090929015952A</guid></item><item><title>Closed Issue: dot11CipherAlgorithm issues</title><link>http://managedwifi.codeplex.com/WorkItem/View.aspx?WorkItemId=7135</link><description>The dot11CipherAlgorithm doesnt appear to enumerate the correct Cypher algoirthm.  It brings back CCMP &amp;#40;AES&amp;#41; when Im using TKIP and the dot11AuthAlgorithm doesnt appear to enumerate any auth protocol when Im using WPA-PSK, it just returns 0. &lt;br /&gt;&lt;br /&gt;Below is the code Im using as a test from a client&lt;br /&gt;&lt;br /&gt;NativeWifi.WlanClient oWlan &amp;#61; new NativeWifi.WlanClient&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11AuthAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11CipherAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: &lt;p&gt;I&amp;#39;ve fixed it in the source code, so try the latest.&lt;/p&gt;</description><author>ikonst</author><pubDate>Wed, 01 Jul 2009 12:52:09 GMT</pubDate><guid isPermaLink="false">Closed Issue: dot11CipherAlgorithm issues 20090701125209P</guid></item><item><title>CREATED ISSUE: Problem executing the example 17201</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=10151</link><description>In wlanapi.cs , the execution halted at this &amp;#40;line 634&amp;#41;.&lt;br /&gt;&lt;br /&gt;Wlan.ThrowIfError&amp;#40;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;Wlan.WlanOpenHandle&amp;#40;Wlan.WLAN_CLIENT_VERSION_XP_SP2, IntPtr.Zero, out negotiatedVersion, out clientHandle&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>pphan</author><pubDate>Thu, 08 May 2008 17:13:02 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Problem executing the example 17201 20080508051302P</guid></item><item><title>CREATED ISSUE: how to use GetNetworkBssList function?</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=9885</link><description>I&amp;#39; am use GetNetworkBssList return error.&lt;br /&gt;</description><author>pigvip</author><pubDate>Thu, 03 Apr 2008 15:32:55 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: how to use GetNetworkBssList function? 20080403033255P</guid></item><item><title>COMMENTED ISSUE: Implement scanning for available networks</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=3143</link><description>Implement scanning for available networks.&lt;br /&gt;&lt;br /&gt;Support snippet&amp;#58;&lt;br /&gt;---&lt;br /&gt;Yes, that&amp;#39;s true - GetProfiles is not the right way to go. You should use WlanClient&amp;#39;s Scan method. The clumsy thing about Scan is that it&amp;#39;s asynchronous&amp;#58; it returns immediately, and then you should get an event &amp;#40;you can subscribe to one of WlanClient&amp;#39;s events, not sure which...&amp;#41; and only once you get the ScanComplete notification code, only then you can call WlanGetAvailableNetworkList...&lt;br /&gt; &lt;br /&gt;- but guess what, I didn&amp;#39;t include this method yet. So maybe it isn&amp;#39;t ready for version 1.0 yet ...&lt;br /&gt; &lt;br /&gt;I&amp;#39;ll try to cover this basic feature &amp;#40;scanning&amp;#41; ASAP.&lt;br /&gt;Comments: ** Comment from web user: nsekkeli ** &lt;p&gt;First of all i want to thank you for such a useful job. Like raja286, i am trying to find the MAC address of the available AP&amp;#39;s. Is it possible in released version&amp;#63; Or does windows API give opportunity to reach this info&amp;#63; Can you help me&amp;#63; &lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><author>nsekkeli</author><pubDate>Wed, 30 Jan 2008 11:35:20 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Implement scanning for available networks 20080130113520A</guid></item><item><title>CREATED ISSUE: Example code, pls.</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=9127</link><description>Hi,&lt;br /&gt;Thanks for your project, I &amp;#39;ve been looking for such a wrapper to WZC for a while.&lt;br /&gt;Anyway, I&amp;#39;m kind of new with .net and I don&amp;#39;t really understand how to use your api.&lt;br /&gt;I need to scan for the available SSID &amp;#40;only the name ..&amp;#41; and get an array of these strings.&lt;br /&gt;&lt;br /&gt;how can I do such a thing&amp;#63;&lt;br /&gt;I will be more then happy if you could give me an example ,&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dan.&lt;br /&gt;</description><author>danisoft_2</author><pubDate>Sun, 30 Dec 2007 08:05:04 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Example code, pls. 20071230080504A</guid></item><item><title>COMMENTED ISSUE: Implement scanning for available networks</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=3143</link><description>Implement scanning for available networks.&lt;br /&gt;&lt;br /&gt;Support snippet&amp;#58;&lt;br /&gt;---&lt;br /&gt;Yes, that&amp;#39;s true - GetProfiles is not the right way to go. You should use WlanClient&amp;#39;s Scan method. The clumsy thing about Scan is that it&amp;#39;s asynchronous&amp;#58; it returns immediately, and then you should get an event &amp;#40;you can subscribe to one of WlanClient&amp;#39;s events, not sure which...&amp;#41; and only once you get the ScanComplete notification code, only then you can call WlanGetAvailableNetworkList...&lt;br /&gt; &lt;br /&gt;- but guess what, I didn&amp;#39;t include this method yet. So maybe it isn&amp;#39;t ready for version 1.0 yet ...&lt;br /&gt; &lt;br /&gt;I&amp;#39;ll try to cover this basic feature &amp;#40;scanning&amp;#41; ASAP.&lt;br /&gt;Comments: ** Comment from web user: ikonst ** &lt;p&gt;The managed API for this is already in the source code &amp;#40;not released yet but you can get it&amp;#41;.&lt;br /&gt;Unfortunately the ScanComplete notification is not available on Windows XP SP2, so I cannot implement a ScanSynchronously method for now. However, most times, GetAvailableNetworkList on the WlanInterface would work just fine.&lt;/p&gt;</description><author>ikonst</author><pubDate>Sun, 14 Oct 2007 17:44:52 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Implement scanning for available networks 20071014054452P</guid></item><item><title>COMMENTED ISSUE: dot11CipherAlgorithm issues</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=7135</link><description>The dot11CipherAlgorithm doesnt appear to enumerate the correct Cypher algoirthm.  It brings back CCMP &amp;#40;AES&amp;#41; when Im using TKIP and the dot11AuthAlgorithm doesnt appear to enumerate any auth protocol when Im using WPA-PSK, it just returns 0. &lt;br /&gt;&lt;br /&gt;Below is the code Im using as a test from a client&lt;br /&gt;&lt;br /&gt;NativeWifi.WlanClient oWlan &amp;#61; new NativeWifi.WlanClient&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11AuthAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11CipherAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: ikonst ** &lt;p&gt;Ok, there was an incorrect definition of the WLAN_ASSOCIATION_ATTRIBUTES struct in MSDN, which caused the rest of the attributes to slide a bit. I&amp;#39;ve fixed it in the source code, so try the latest.&lt;/p&gt;</description><author>ikonst</author><pubDate>Sun, 14 Oct 2007 17:25:56 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: dot11CipherAlgorithm issues 20071014052556P</guid></item><item><title>COMMENTED ISSUE: Adding WlanGetNetworkBssList</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=3640</link><description>Any thought to adding the call WlanGetNetworkBssList&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Ken&lt;br /&gt;Comments: ** Comment from web user: ikonst ** &lt;p&gt;Fixed in code repository. Will be in the next release.&lt;/p&gt;</description><author>ikonst</author><pubDate>Sun, 14 Oct 2007 16:45:26 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Adding WlanGetNetworkBssList 20071014044526P</guid></item><item><title>CREATED ISSUE: dot11CipherAlgorithm issues</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=7135</link><description>The dot11CipherAlgorithm doesnt appear to enumerate the correct Cypher algoirthm.  It brings back CCMP &amp;#40;AES&amp;#41; when Im using TKIP and the dot11AuthAlgorithm doesnt appear to enumerate any auth protocol when Im using WPA-PSK, it just returns 0. &lt;br /&gt;&lt;br /&gt;Below is the code Im using as a test from a client&lt;br /&gt;&lt;br /&gt;NativeWifi.WlanClient oWlan &amp;#61; new NativeWifi.WlanClient&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11AuthAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Console.WriteLine&amp;#40;oWlan.Interfaces&amp;#91;0&amp;#93;.CurrentConnection.wlanSecurityAttributes.dot11CipherAlgorithm.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br/&gt;</description><author>liaryde</author><pubDate>Tue, 25 Sep 2007 13:01:19 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: dot11CipherAlgorithm issues 20070925010119P</guid></item><item><title>COMMENTED TASK: Add code examples</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=2509</link><description>Seems that people are missing examples of using this class.&lt;br/&gt;Comments: ** Comment from web user: guayo ** &lt;p&gt;I would love to see a simple C&amp;#35; sample.&lt;/p&gt;</description><author>guayo</author><pubDate>Wed, 05 Sep 2007 12:19:17 GMT</pubDate><guid isPermaLink="false">COMMENTED TASK: Add code examples 20070905121917P</guid></item><item><title>CREATED ISSUE: Adding WlanGetNetworkBssList</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=3640</link><description>Any thought to adding the call WlanGetNetworkBssList&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Ken&lt;br/&gt;</description><author>swartzkb</author><pubDate>Thu, 26 Jul 2007 17:23:24 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Adding WlanGetNetworkBssList 20070726052324P</guid></item><item><title>COMMENTED ISSUE: Implement scanning for available networks</title><link>http://www.codeplex.com/managedwifi/WorkItem/View.aspx?WorkItemId=3143</link><description>Implement scanning for available networks.&lt;br /&gt;&lt;br /&gt;Support snippet&amp;#58;&lt;br /&gt;---&lt;br /&gt;Yes, that&amp;#39;s true - GetProfiles is not the right way to go. You should use WlanClient&amp;#39;s Scan method. The clumsy thing about Scan is that it&amp;#39;s asynchronous&amp;#58; it returns immediately, and then you should get an event &amp;#40;you can subscribe to one of WlanClient&amp;#39;s events, not sure which...&amp;#41; and only once you get the ScanComplete notification code, only then you can call WlanGetAvailableNetworkList...&lt;br /&gt; &lt;br /&gt;- but guess what, I didn&amp;#39;t include this method yet. So maybe it isn&amp;#39;t ready for version 1.0 yet ...&lt;br /&gt; &lt;br /&gt;I&amp;#39;ll try to cover this basic feature &amp;#40;scanning&amp;#41; ASAP.&lt;br/&gt;Comments: ** Comment from web user: raja286 ** &lt;p&gt;I am also looking for example code in c&amp;#35; that implements the scanning of AP&amp;#39;s MAC address and RSSI. Would it be possible with the API that you have provided and if so can you give an example code. I shall be very thankful.&lt;/p&gt;</description><author>raja286</author><pubDate>Tue, 24 Jul 2007 17:43:21 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Implement scanning for available networks 20070724054321P</guid></item></channel></rss>