<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogs &#187; Feng Li (Intel)</title>
	<atom:link href="http://software.intel.com/en-us/blogs/author/feng-li/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.intel.com/en-us/blogs</link>
	<description></description>
	<lastBuildDate>Fri, 25 May 2012 22:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Consideration of Scanning Wireless AP function in new release Intel Mobile Platform SDK for Linux</title>
		<link>http://software.intel.com/en-us/blogs/2007/10/18/consideration-of-scanning-wireless-ap-function-in-new-release-intel-mobile-platform-sdk-for-linux/</link>
		<comments>http://software.intel.com/en-us/blogs/2007/10/18/consideration-of-scanning-wireless-ap-function-in-new-release-intel-mobile-platform-sdk-for-linux/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 06:56:11 +0000</pubDate>
		<dc:creator>Feng Li (Intel)</dc:creator>
				<category><![CDATA[Mobility]]></category>

		<guid isPermaLink="false">http://software.intel.com/en-us/blogs/2007/10/18/consideration-of-scanning-wireless-ap-function-in-new-release-intel-mobile-platform-sdk-for-linux/</guid>
		<description><![CDATA[How to scan the access point on linux platform? The Wireless tool package is a useful library. Please see the link: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html In the MPSDK, we built the Wireless tool in as a static_library and invoke the Wireless tool API in the MPSDK Providerclass_network project. In the wireless tool library, we find that there are two methods of scanning AP. 1) use [...]]]></description>
			<content:encoded><![CDATA[<p>How to scan the access point on linux platform? The Wireless tool package is a useful library. Please see the link: <a HREF="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html</a></p>
<p>In the <a HREF="http://ossmpsdk.intel.com/">MPSDK</a>, we built the Wireless tool in as a static_library and invoke the Wireless tool API in the MPSDK Providerclass_network project. In the wireless tool library, we find that there are two methods of scanning AP.</p>
<p>1) use the wireless scanning event .</p>
<p>You can refer to the source code of iwlist::scanning. It uses the functions of iw_extract_event_stream() and others to get the AP list.</p>
<p>2) use the iw_scan() function.It is a easy way to do the job and you can get a lot of information about the Access Point.</p>
<p>In the <a HREF="http://ossmpsdk.intel.com/">MPSDK</a>, we plan to implement the second method, but still need to figure out the appropriate solution for license issue.</p>
<p>Do you have any recommendation?</p>
]]></content:encoded>
			<wfw:commentRss>http://software.intel.com/en-us/blogs/2007/10/18/consideration-of-scanning-wireless-ap-function-in-new-release-intel-mobile-platform-sdk-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

