<?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: For iPhone Wifi Develop</title>
	<atom:link href="http://www.developers-life.com/for-iphone-wifi-develop.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developers-life.com/for-iphone-wifi-develop.html</link>
	<description>Develop on Objective-C, UIKit, C, OpenGL for  iPhone, iPad, Mac OS X</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vladimir Boychentsov</title>
		<link>http://www.developers-life.com/for-iphone-wifi-develop.html/comment-page-1#comment-2746</link>
		<dc:creator>Vladimir Boychentsov</dc:creator>
		<pubDate>Thu, 16 Jul 2009 23:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.developers-life.com/?p=267#comment-2746</guid>
		<description>thanks :)</description>
		<content:encoded><![CDATA[<p>thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polymar</title>
		<link>http://www.developers-life.com/for-iphone-wifi-develop.html/comment-page-1#comment-2745</link>
		<dc:creator>polymar</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.developers-life.com/?p=267#comment-2745</guid>
		<description>Anyway..there are some minor changes with OS 3.0. That code you posted will crash your phone. And i want to be nice...here they are, so you can update your post:

the location of the framework is different..so
change
libHandle = dlopen(&quot;/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211&quot;, RTLD_LAZY);

to

libHandle = dlopen(&quot;/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager&quot;, RTLD_LAZY);
there are some minor diffs in the data you get back.. as of now i remember the signal strength was different... but you&#039;ll figure it out.</description>
		<content:encoded><![CDATA[<p>Anyway..there are some minor changes with OS 3.0. That code you posted will crash your phone. And i want to be nice&#8230;here they are, so you can update your post:</p>
<p>the location of the framework is different..so<br />
change<br />
libHandle = dlopen(&#8220;/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211&#8243;, RTLD_LAZY);</p>
<p>to</p>
<p>libHandle = dlopen(&#8220;/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager&#8221;, RTLD_LAZY);<br />
there are some minor diffs in the data you get back.. as of now i remember the signal strength was different&#8230; but you&#8217;ll figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polymar</title>
		<link>http://www.developers-life.com/for-iphone-wifi-develop.html/comment-page-1#comment-2744</link>
		<dc:creator>polymar</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.developers-life.com/?p=267#comment-2744</guid>
		<description>really good job copying word by word my original blog post:
check it out: http://openovo.wordpress.com/2008/12/15/linking-private-framework/
in this case you should put a reference.</description>
		<content:encoded><![CDATA[<p>really good job copying word by word my original blog post:<br />
check it out: <a href="http://openovo.wordpress.com/2008/12/15/linking-private-framework/" rel="nofollow">http://openovo.wordpress.com/2008/12/15/linking-private-framework/</a><br />
in this case you should put a reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

