Code Monkey home page Code Monkey logo

iphone-wireless's People

iphone-wireless's Issues

Apple80211GetInfoCopy returns error for iPhone 5s with iOS 7.0.4

What steps will reproduce the problem?
1. Apple80211GetInfoCopy Calling this function returns error
2. So Dictionary is NULL
3.

What is the expected output? What do you see instead?
Should return error

What version of the product are you using? On what operating system?
iOS 7.0.4 iPhone 5s

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2014 at 4:38

How recent is the Stumbler-0.04.1189413695.zip ?


On the screenshot (as attached) it says the code .zip file was uploaded in 
2007, which is 3 years ago. But in the "Project Home -> Updates", there are 
quite a few discussions in 2010 each month.

My question is: how recent or updated the code in Stumbler-0.04.1189413695.zip 
is?

Is it working for the iPhone 3GS and iPhone 4? If so, please change the 
"Uploaded -> September 2007" to a date in 2010.

Thanks,

Gary



Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 3:37

Attachments:

GUI does not scroll correctly if more than 6 protected networks

The GUI does not scroll correctly if there are more than 6 protected
networks in the list.  The same may be true of open networks, but I am
unable to verify.

If there are many networks in the list, attempting to scroll up (to show
the end of the list) will cause the screen to scroll up slightly, but it
will immediately "spring" back down so that the first network on the list -
and the "Protected" group header - is always shown at the top.  This
effectively makes it impossible to browse anything except the first 6
networks listed.

Original issue reported on code.google.com by [email protected] on 21 Sep 2007 at 6:44

Command Line/Ad-Hoc Features

I cannot find a way to initiate an ad-hoc network from the iphone.  The
iphone can join pre-existing ad-hoc networks, but can't seem to create one.

Usage example:  Two iphones next to each other, no pre-existing wireless
networks.  Initiating an ad-hoc network is necessary to establish network
connectivity between them.

I believe the "airport" command line utility has the capability to do this
in the "big" Apple80211 framework, but I am not that experienced with it.

This functionality would be useful both in a gui (such as the existing
stumbler app), and the command line.

On a separate note, all utilities provided by this code base would be very
useful from a command line app so that they can be controlled (and
scripted) from an ssh session.

Thanks for the awesome work so far!

-Clay




Original issue reported on code.google.com by [email protected] on 27 May 2008 at 10:05

Getting MobileApple80211.c to work in official SDK 6.0 OS 2.0

What steps will reproduce the problem?
1. Trying to build Apple80211.c in the new SDK v6.0 OS 2.0 of iPhone
2. The code compiles and links fine
3. dlopen fails to load the airport 

What is the expected output? What do you see instead?
get backj a handle to the airport library the same it work with the toolchain

What version of the product are you using? On what operating system?
latest code - downloaded today

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Jun 2008 at 1:08

Iphone Wifi problem

What steps will reproduce the problem?
1. Trying to use Wifi everytime


What is the expected output? What do you see instead?

Expect to see wifi network. No output after scanning for wifi networks.


What version of the product are you using? On what operating system?

Iphone 3G 3.1.3

Please provide any additional information below.

In Syslog i get the following error when i use wifi.

WiFi[]Unable to dispatch message to client dataaccessd 


Original issue reported on code.google.com by [email protected] on 5 Apr 2012 at 10:56

dlopen returns NIL

What steps will reproduce the problem?
1. Create new iPhone project
2. Add MSNetworksManager class
3. Compile and try to debug on real device
4. As a result, this string "libHandle = 
dlopen("/System/Library/Frameworks/Preferences.framework/Preferences", 
RTLD_LAZY);" returns NIL

What is the expected output? What do you see instead?
I expected to see an instance of lib handler and I can see NIL value

What version of the product are you using? On what operating system?
Latest version from SVN

Please provide any additional information below.
Maybe problem is that I need to use jailbreaked iPhone and I can't use such 
approach on legal device?

Original issue reported on code.google.com by [email protected] on 4 May 2011 at 12:29

Apple80211 gone from 3.0b2

Apple have replaced Apple80211 with something called MobileWiFi which has
completely different methods. e.g.

_WiFiManagerClientCreate
_WiFiManagerClientScheduleWithRunLoop
_WiFiManagerClientSetType
_WiFiManagerClientCopyDevices
_WiFiDeviceClientRegisterPowerCallback
_WiFiDeviceClientRegisterLinkCallback
_WiFiDeviceClientGetInterfaceName
_WiFiManagerClientCopyProperty
_WiFiDeviceClientScanAsync
static void
CLWifiService::onWiFiDeviceClientScanCallback(__WiFiDeviceClient*, const
__CFArray*, WiFiError, void*)   // (used in locationd)

I can't figure out the params to the create method right now.

Original issue reported on code.google.com by [email protected] on 4 Apr 2009 at 1:34

WPA Enterprise???

I would love it if you could somehow enable the use of Username/Password wifis 
such as WPA 
Enterprise - is there any chance of this happening - this has been a huge issue 
at my school where 
it is WPA Enterprise and I am stuck to starbucks and ir department with the 
open wifis.  

Thanks for all of your work and I hope we can get this working!!


Original issue reported on code.google.com by [email protected] on 11 Sep 2007 at 10:41

Crash at app start

What steps will reproduce the problem?
1. Install via SSH
2. Reboot
3. Start Stumbler

What is the expected output? What do you see instead?
The main screen, but it crashes at start.

What version of the product are you using? On what operating system?
The zip download.
Iphone 2.0.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Sep 2008 at 5:57

Which wifi am I connected to

Can I know to which wifi I am currently connected? If yes is there an API or is 
it some property inside the network data.

Thanks,

Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 1:47

suggestion: auto detect internet

Hi

It would be nice to walk with the iphone in the pocket searching for
Internet accesses and have it to vibrate/ring when it finds a real open
network...

is there any possibility to:
-associate to an open network
-get ip
-try to open a known page (e.g. google)
-if 
   -success then --> ring/vibrate
   -if not (redirected to a login page) --> next open network

Original issue reported on code.google.com by [email protected] on 22 Oct 2007 at 9:26

Install is buggy

What steps will reproduce the problem?
1. Download Stumbler
2. Tap into your iPod/iPhone over FTP
3. Place Stumbler.app in the correct 'applications DIR, and try to run it.

What is the expected output? What do you see instead?

A working version of Stumbler, where i can see WiFi networks, what
encryption they're using and signal strength. All i see is the Stumbler
logo(default.png), and then Stumbler freezes, and i have to hold down the
'Home' button. If i delete the default.png, i get a black screen, and get
kicked out of the app.

What version of the product are you using? On what operating system?

iPod Touch 8GB 1.1.4 with Software upgrade, jailbroken. Tried putting the
apps on my iPod from a Windows XP machine, using SmartFTP. It's worked before.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Apr 2008 at 4:24

Monitor Mode

Does anyone have an update on the progress to support monitor mode.  I am
attempting a solution, but there does not seem to be any capable driver for
the Marvell 88W8686 WiFi chip.

Has anyone else been successful at all?

Original issue reported on code.google.com by [email protected] on 13 Apr 2009 at 12:10

streaming audio shoutcast. and live 365.com

What steps will reproduce the problem?. 
no one can stream as of now but.....

What is the expected output? What do you see instead?
orb networks dot tunes.com joing forces enabling internet streaming through 
servers and private 
networks based with an app for the phone.
What version of the product are you using? On what operating system?
ipod touch

Please provide any additional information below.
I Wangta give ideas for apple love this page will come up with more as time 
flys by.


Original issue reported on code.google.com by [email protected] on 20 Jan 2008 at 9:32

WPA2 mistaken for WEP

What steps will reproduce the problem?
1. Scan
2.
3.

What is the expected output? What do you see instead?
My wireless network is protected with WPA2 personal, but it shows as WEP.

What version of the product are you using? On what operating system?
1.1.1 ipod touch, latest ver for Stumbler.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Oct 2007 at 10:35

Important : a very big bug !

What steps will reproduce the problem?
1.download it
2. transfer it by ssh
3. run it !
4. it show and quit

What is the expected output? What do you see instead?
It quit on firmware 3.1.3, please fix it ! 


What version of the product are you using? On what operating system?
3.1.3, ipod touch 1g

Please provide any additional information below.

Important, for the other members, if you  wish to crack a wifi, collect datas 
and then use the app aircrack to crack the wifi.



Original issue reported on code.google.com by [email protected] on 30 Mar 2011 at 4:28

Encryption icon

Can there be an icon on the main screen that shows the encryption type?

Original issue reported on code.google.com by [email protected] on 16 Nov 2007 at 1:48

Wifi On Off?

Has any progress been made on toggling Wifi on and off?

Original issue reported on code.google.com by [email protected] on 17 Feb 2011 at 4:25

Error on iOS SDK 5.0 when calling open(&handle);

Following code (opening a handel with C library dlfcn.h) was working find till 
iOS 4.3.3 

----------
void *handle = 
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", 
RTLD_LAZY);

    int (*open)(void *) = dlsym(handle, "Apple80211Open");
    int (*bind)(void *, CFStringRef) = dlsym(handle, "Apple80211BindToInterface");
    int (*close)(void *) = dlsym(handle, "Apple80211Close");        
    int (*scan)(void *, CFArrayRef *, void *) = dlsym(handle, "Apple80211Scan");

    open(&handle);    
    bind(handle, CFSTR("en0"));   
    CFDictionaryRef parameters = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);    
    CFArrayRef networks;    
    scan(handle, &networks, parameters);

----------
With new SDK 5.0 on beta getting following error, 
Is there any one who have found a solution on this?

Errors:
warning: check_safe_call: could not restore current frame
warning: Unable to restore previously selected frame.

Original issue reported on code.google.com by [email protected] on 10 Jun 2011 at 4:23

Ad-Hoc mode functions on 3.x

This is more a question than a issue.

What are the functions put the iphone wireless networking chip into the ad-hoc 
mode?

There is a commercial application available via RockYourPhone.com called MyWi 
(hxxp://www.rockyourphone.com/index.php/mywi.html) that implements the Ad-Hoc 
mode, also on from 
firmware ver 2.x to 3.x. It seems like it creates a new virtual device.
As far as I read, the function(s) are not  documented by apple at all.

Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 4:31

Apple80211Associate method signature

Hi,

I had to associate my iPhone to a given SSID, so I reverse engineered the 
associate function:

int Apple80211Associate(struct Apple80211 *handle, CFDictionaryRef *network, 
CFString *wpa_key);

handle: An open handle from an Apple80211Open call, that has also been bound to 
an interface using 
Apple80211BindToInterface.

network: one of the CFDictionaryRefs returned by the Apple80211Scan function.

wpa_key: NSString containing the WPA PSK.

Hopes that helps,
Renault



Original issue reported on code.google.com by [email protected] on 9 May 2008 at 9:03

To Which App I am connected?

Hey,

I have a simple question about the stumbler code.
Is is possible to get the information to which AP the iphone is currently 
connected? 


If not, are there any possibilities to connect (e.g. with an connect Button) to 
an available Wlan Network?

Thank for your help
greetings
Marcus


Original issue reported on code.google.com by [email protected] on 17 Sep 2010 at 6:31

App stalls when opening the WiFiManger lib on firmware 4.0

What steps will reproduce the problem?

When running code under iphone firmware 4.0

When code hits the instruction  libHandle = 
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", 
RTLD_LAZY);

control is never returned, app just hang.   Debugger Console gives the 
following message :

Current language:  auto; currently objective-c
warning: UUID mismatch detected with the loaded library - on disk is:
    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/System/Library
/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0 
(8A230m)/Symbols/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManag
er" (file 
not found).


What is the expected output? What do you see instead?
This same code works for firmware version 3.1.3, shouldn't the call return NULL 
if it's not found 
?

What version of the product are you using? On what operating system?
4.0 (8A230m) for iPod touch 2nd generation


Please provide any additional information below.
Same code works under 3.1.3(7E18).

Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 6:13

Stumbler Default.png

Here's my replacement for the Default.png image file that is displayed upon 
launch of Stumbler. 
Made it for myself but anyone else is free to use it.

Original issue reported on code.google.com by [email protected] on 12 Sep 2007 at 2:22

Attachments:

Suggestion: continuous scan...

It would be nice to have it continuously scanning and writing on a file 
the network, time and CELL ID :)

The cell id can be 'asked' to the baseband using at commands and without 
having to kill commcenter, just connecting to /dev/tty.debug instead 
of /dev/tty.baseband.

Original issue reported on code.google.com by zibree on 26 Oct 2007 at 12:12

After association, how to wait until IP is assigned

What steps will reproduce the problem?
1. Associate to a network.
2. Wait till the IP is assigned for the network.
3. Meanwhile if you query for the associated network before the IP is assigned, 
it returns the proper network name. 

What is the expected output? What do you see instead?
One should be able to wait until the IP address is assigned to the network.

This will be helpful to take further action in case of walled garden networks.


Original issue reported on code.google.com by [email protected] on 13 Aug 2010 at 8:32

About packet sniffing and AP cracking...

I put the network device of my iphone (en0) in promiscous (promisc, not
monitor) mode. Would it be useful to you? To capture Raw 802.11 packets?
If yes, contact me or leave a message here, thanks.

Original issue reported on code.google.com by [email protected] on 7 Feb 2010 at 12:34

Can't build framework with toolchain in 10.5.

The toolchain in 10.5 doesn't appear to support the ability to build dylibs.

I've managed to get it building by telling it to build as a bundle (with
the -bundle gcc flag) instead.

Furthermore, I've verified (with a different bundle) that dlopen/sym work
fine on the bundles created with Mac OS X 10.5 and the toolchain.

Original issue reported on code.google.com by [email protected] on 1 Nov 2007 at 3:00

Bluetooth discovery

I'm only interested in doing a bluetooth discovery and retrieve bluetooth
mac addresses. That functionality is missing.

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 9:10

enable bluetooth audio line for listening to music (works in callback mode, no incoming calls)

What steps will reproduce the problem?
1.after producing a callback you can listen to the music through bluetooth 
2.but the phone gets locked in that mode untill a restart
3.You cannot recieve calls during a callback 

What is the expected output? What do you see instead?
if someone could use CTSetAudioPath and maybe something like CTCallAnswer 
or CTAudioActive (like in the visual voicemail) commands couldn't we 
activate the bluetooth audio line without needing a callback? and therfore 
still being able to recieve calls.

What version of the product are you using? On what operating system?
A callback hack to listen to music through a bluetooth headset on a iphone.

Please provide any additional information below.
Thankyou anyone that can help. This is the iphone-wireless dev page.
Gaz 

Original issue reported on code.google.com by [email protected] on 6 Dec 2007 at 5:55

Apple80211SetPower not working in v3.0 (3.1.2..)

What steps will reproduce the problem?
1. Call Apple80211SetPower with 1 to turn Wi-Fi On
2. Call returns with 0 as OK
3. Wi-Fi is still off

What is the expected output? What do you see instead?
Wi-Fi was supposed to be turned on

What version of the product are you using? On what operating system?
3.1.2 - iPOD or IPhone 3G

Please provide any additional information below.
When trying to turn the Wi-Fi off, it only disconnects from the AP

Original issue reported on code.google.com by [email protected] on 19 Oct 2009 at 5:48

(Reopen) GUI does not scroll correctly until Rescan button pressed.

Still scrolls incorrectly for me - just tested it.

** New info: Hitting the rescan button makes the scrolling behave
correctly.  It still does not scroll correctly on first entering the app. 
The rescan workaround is good enough for me.

Running on firmware 1.0.2.  Using version 0.04.1189413695 installed via
AppTapp Installer.  Launching the app via SummerBoard.

I have 13 wifi networks in my immediate area.  3 are open and 10 protected.
 When I open Stumbler, the 3 networks are shown in the top under the "Open"
header.  The "Protected" header shows underneath with the first three
networks in that group.

If I flick the screen upward, it scrolls into the Protected group, but then
immediate springs back down so that half of the "Open" header is showing
(with no entries) with the "Protected" header and its entries immediately
below it.

Dragging the screen upward gives a similar result - as soon as I release
the screen, it immediately springs back down so that the "Open" header is
partially showing.

Because of this behavior, I can only see the first 6 protected networks
unless I hit rescan.

Original issue reported on code.google.com by [email protected] on 21 Sep 2007 at 8:51

How can I know security type using CAPABILITIES?

I have scanned and get the Wifi access point lists.

At this time, I wish to determine the CAPABILITIES, security types. 
How can I do that using it? Which one is one of NONE, WPA, WPA2, WEP? 
The value of CAPABILITIES is 1057, 1025,34,33,2,1073,1041 and 3121, etc... 
It is too various. I don't know what it represents. 
I am using "WEP" and "WPA_IE" key to obtain Boolean for NSDictionary, but It is 
not enough.

Anyone know how to do?



Original issue reported on code.google.com by [email protected] on 25 Aug 2010 at 11:16

Ping Webservice (to validate active connection)

Most WIFI spots are unsecured but require you login (or pay be Credit Card)
before they let you access the internet. You only ever find out by
connecting to the network and trying to get somewhere on the net.

Would be great if the application could "ping" at the http layer to
validate an active connection - maybe an echo webservice or a static site
(to validate the response). it can then say if the wifi network is truly open

Anyway, keep up the good work.

Original issue reported on code.google.com by [email protected] on 24 Sep 2007 at 10:23

You permitted this in your head page

While i am not a development newbie I am totally confused about the process of 
using frameworks 
in iPhone app development. Why is it necessary to spend your good resources on 
duplicating 
Apple's wifi libraries? Why does not apple publish the API to public rather 
than keep it private? If 
using your code will I be allowed on the App Store? Please point me to reading 
which would 
enlighten me.

Lanny Rosicky  

Original issue reported on code.google.com by [email protected] on 20 Nov 2009 at 9:43

How to fix linkage error while linking a third party library or framework ?

What steps will reproduce the problem?
1. Any third party library when linked.
2. Any third part framework when added.
3. Code deposition from Xcode 3 to Xcode 4.

What is the expected output? What do you see instead?
There's no output when adding library r framework,Command 
/Developer/Platforms/Iphonesimulator.Platform/Developer/Usr/Bin/Llvm-G++-4.2 
Failed With Exit Code 1


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 9:08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.