<?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: iPhone Wireless Scanner iOS5</title>
	<atom:link href="http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/</link>
	<description>RIA, Cocoa and Entrepreneurship</description>
	<pubDate>Sun, 20 May 2012 05:28:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-186</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 13 Apr 2012 00:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-186</guid>
		<description>Everyone only finds the dlsym for Apple80211Open, Apple80211Close, Apple80211BindToInterface, and Apple80211Scan.  But what about WirelessGetAssociationInfo and alike?  Are there other parts of Apple80211 available in the IPConfiguration bundle according to your library dumps?</description>
		<content:encoded><![CDATA[<p>Everyone only finds the dlsym for Apple80211Open, Apple80211Close, Apple80211BindToInterface, and Apple80211Scan.  But what about WirelessGetAssociationInfo and alike?  Are there other parts of Apple80211 available in the IPConfiguration bundle according to your library dumps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-185</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Thu, 05 Apr 2012 01:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-185</guid>
		<description>Hi,
I test the sample on my ipod without jb and IOS 5.0.1

but when I scan Networks, I never find wifi server.

it's always null....

can you help me ? thanks~</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I test the sample on my ipod without jb and IOS 5.0.1</p>
<p>but when I scan Networks, I never find wifi server.</p>
<p>it&#8217;s always null&#8230;.</p>
<p>can you help me ? thanks~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pengpeng</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-184</link>
		<dc:creator>pengpeng</dc:creator>
		<pubDate>Sat, 31 Mar 2012 05:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-184</guid>
		<description>Hi,
I test the sample on my jailbroken iPod 4G running IOS5.0.1. I copy StumblerIOS5.app to /Applications, but it will terminate immediately so I can't see the scan results. I try using Xcode4.2 to build and run on my iPod, this time it will not exit, but the results is nil, I am sure there is a Wi-Fi network nearby.
Any help would be great. Sorry for my poor English.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I test the sample on my jailbroken iPod 4G running IOS5.0.1. I copy StumblerIOS5.app to /Applications, but it will terminate immediately so I can&#8217;t see the scan results. I try using Xcode4.2 to build and run on my iPod, this time it will not exit, but the results is nil, I am sure there is a Wi-Fi network nearby.<br />
Any help would be great. Sorry for my poor English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan O</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-183</link>
		<dc:creator>Dan O</dc:creator>
		<pubDate>Thu, 15 Mar 2012 14:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-183</guid>
		<description>I am trying to get this to work in an private app that needs to know what WiFi Connection the Ipad is on.   Any way when I put the SOStumber.h/m in my code I get an error with the following
apple80211Scan(airportHandle, &amp;scan_networks, parameters);

It gives me an "implicit conversion of Objectiv-C pointer type 'NSDictionary *' to C pointer type 'void *' requires a bridged cast

I have looked at all the settings from your test app and they all look the same.  I know I am missing something but can't figure it out.

I just need to see what WiFi I am currently attached to.

Any help would be great.</description>
		<content:encoded><![CDATA[<p>I am trying to get this to work in an private app that needs to know what WiFi Connection the Ipad is on.   Any way when I put the SOStumber.h/m in my code I get an error with the following<br />
apple80211Scan(airportHandle, &amp;scan_networks, parameters);</p>
<p>It gives me an &#8220;implicit conversion of Objectiv-C pointer type &#8216;NSDictionary *&#8217; to C pointer type &#8216;void *&#8217; requires a bridged cast</p>
<p>I have looked at all the settings from your test app and they all look the same.  I know I am missing something but can&#8217;t figure it out.</p>
<p>I just need to see what WiFi I am currently attached to.</p>
<p>Any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tpnolan</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-181</link>
		<dc:creator>tpnolan</dc:creator>
		<pubDate>Thu, 01 Mar 2012 07:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-181</guid>
		<description>I'm curious, has anyone tested the monitor mode support ?
Can captured packets be successfully parsed into aircrack-ng ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious, has anyone tested the monitor mode support ?<br />
Can captured packets be successfully parsed into aircrack-ng ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimtaeil</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-179</link>
		<dc:creator>kimtaeil</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-179</guid>
		<description>hi~

I tried to build in Xcode 4.2 but it does't work.

Is it only work on Device???

please tell me how to test  T.T</description>
		<content:encoded><![CDATA[<p>hi~</p>
<p>I tried to build in Xcode 4.2 but it does&#8217;t work.</p>
<p>Is it only work on Device???</p>
<p>please tell me how to test  T.T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nimesh</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-178</link>
		<dc:creator>nimesh</dc:creator>
		<pubDate>Mon, 19 Dec 2011 10:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-178</guid>
		<description>i have tried wifi neworks scanning using stumbler class but when i tried  

dlopen("System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration",1)

It gives "file not find"

Please help me out in this.</description>
		<content:encoded><![CDATA[<p>i have tried wifi neworks scanning using stumbler class but when i tried  </p>
<p>dlopen(&#8221;System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration&#8221;,1)</p>
<p>It gives &#8220;file not find&#8221;</p>
<p>Please help me out in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Purnima</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-175</link>
		<dc:creator>Purnima</dc:creator>
		<pubDate>Sun, 04 Dec 2011 03:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-175</guid>
		<description>Guvener
      Any progress on doing Wi-Fi scans for non-jailbroken devices with the workaround I mentioned.
Jagan</description>
		<content:encoded><![CDATA[<p>Guvener<br />
      Any progress on doing Wi-Fi scans for non-jailbroken devices with the workaround I mentioned.<br />
Jagan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guvener Gokce</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-160</link>
		<dc:creator>Guvener Gokce</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-160</guid>
		<description>that's lucky, good for u. </description>
		<content:encoded><![CDATA[<p>that&#8217;s lucky, good for u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwarf</title>
		<link>http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/170/comment-page-1/#comment-159</link>
		<dc:creator>Dwarf</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.guvenergokce.com/?p=170#comment-159</guid>
		<description>My app is in the Store, using this framework and working in iOS4, but it crashes in iOS5.</description>
		<content:encoded><![CDATA[<p>My app is in the Store, using this framework and working in iOS4, but it crashes in iOS5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

