<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Script for scanning for available wireless network</title>
	<atom:link href="http://www.mohdshakir.net/2007/02/12/shell-script-for-the-day-scanning-for-available-wireless-network/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mohdshakir.net/2007/02/12/shell-script-for-the-day-scanning-for-available-wireless-network</link>
	<description></description>
	<lastBuildDate>Wed, 04 Jan 2012 14:47:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shakir</title>
		<link>http://www.mohdshakir.net/2007/02/12/shell-script-for-the-day-scanning-for-available-wireless-network/comment-page-1#comment-6598</link>
		<dc:creator>shakir</dc:creator>
		<pubDate>Sun, 25 Feb 2007 21:31:50 +0000</pubDate>
		<guid isPermaLink="false">/?p=61#comment-6598</guid>
		<description>That&#039;s really minimal, but as I&#039;m using it for site survey (normally just to see the AP list and their signal strength), I need to use &quot;watch&quot; to refresh the output. &quot;iwlist&quot; gives a more detailed output than &quot;wlanconfig&quot; but as I&#039;m using it with &quot;watch&quot;, chances are that not all scan results will be displayed in the screen if there are many APs in the area. &quot;wlanconfig&#039;s&quot; output is more simplified and can fit in many scan result in one screen. The readability for &quot;wlanconfig&#039;s&quot;output  is better than iwlist too.

I reload the driver since if I don&#039;t do that, I&#039;ll probably see APs that was in my previous scan&#039;s result (though I&#039;m no longer in the area) thus giving false result. I still use programs such as kismet but as what I really need for the survey are primarily AP list and their signal strength (the rest are just bonus), these 2 programs fit my need :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s really minimal, but as I&#8217;m using it for site survey (normally just to see the AP list and their signal strength), I need to use &#8220;watch&#8221; to refresh the output. &#8220;iwlist&#8221; gives a more detailed output than &#8220;wlanconfig&#8221; but as I&#8217;m using it with &#8220;watch&#8221;, chances are that not all scan results will be displayed in the screen if there are many APs in the area. &#8220;wlanconfig&#8217;s&#8221; output is more simplified and can fit in many scan result in one screen. The readability for &#8220;wlanconfig&#8217;s&#8221;output  is better than iwlist too.</p>
<p>I reload the driver since if I don&#8217;t do that, I&#8217;ll probably see APs that was in my previous scan&#8217;s result (though I&#8217;m no longer in the area) thus giving false result. I still use programs such as kismet but as what I really need for the survey are primarily AP list and their signal strength (the rest are just bonus), these 2 programs fit my need <img src='http://www.mohdshakir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Bahathir Hashim</title>
		<link>http://www.mohdshakir.net/2007/02/12/shell-script-for-the-day-scanning-for-available-wireless-network/comment-page-1#comment-6596</link>
		<dc:creator>Mohammad Bahathir Hashim</dc:creator>
		<pubDate>Sun, 25 Feb 2007 17:31:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=61#comment-6596</guid>
		<description>Actually, the minimalist is

# ifconfing ath0 up
# iwlist ath0 scan 


We also can use, a passive scanning, using airodump-ng (aircrack-ng suite)  or kismet, for better wifi scanning.</description>
		<content:encoded><![CDATA[<p>Actually, the minimalist is</p>
<p># ifconfing ath0 up<br />
# iwlist ath0 scan </p>
<p>We also can use, a passive scanning, using airodump-ng (aircrack-ng suite)  or kismet, for better wifi scanning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

