My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 18, 2009
    Stumbler (Stumbler - the Wireless Network Stumbler for the iPhone) Wiki page commented on by sleepypcx   -   Any idea on how to detect WPA2? as it seems like it doesnt detect WPA2
    Any idea on how to detect WPA2? as it seems like it doesnt detect WPA2

Older

  • Nov 29, 2009
    issue 31 (Apple80211SetPower not working in v3.0 (3.1.2..)) commented on by ntuveri   -   I have experienced the same issue, with the same environment (iPhone 3.1.2). The relevant entries on the console log are: Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [Apple80211App]: Setting power state to 1 Sun Nov 29 18:33:38 unknown configd[23] <Error>: WiFi:[281208818.725708]: Unable to dispatch message to client dataaccessd (0x10000004) Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [configd]: Setting power state to 0 Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::powerOff Ready to power off
    I have experienced the same issue, with the same environment (iPhone 3.1.2). The relevant entries on the console log are: Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [Apple80211App]: Setting power state to 1 Sun Nov 29 18:33:38 unknown configd[23] <Error>: WiFi:[281208818.725708]: Unable to dispatch message to client dataaccessd (0x10000004) Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [configd]: Setting power state to 0 Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::powerOff Ready to power off
  • Nov 29, 2009
    issue 31 (Apple80211SetPower not working in v3.0 (3.1.2..)) commented on by ntuveri   -   I have experienced the same issue, with the same environment (iPhone 3.1.2). The console logs relevant entries are: Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [Apple80211App]: Setting power state to 1 Sun Nov 29 18:33:38 unknown configd[23] <Error>: WiFi:[281208818.725708]: Unable to dispatch message to client dataaccessd (0x10000004) Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [configd]: Setting power state to 0 Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::powerOff Ready to power off
    I have experienced the same issue, with the same environment (iPhone 3.1.2). The console logs relevant entries are: Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [Apple80211App]: Setting power state to 1 Sun Nov 29 18:33:38 unknown configd[23] <Error>: WiFi:[281208818.725708]: Unable to dispatch message to client dataaccessd (0x10000004) Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::setPOWER() [configd]: Setting power state to 0 Sun Nov 29 18:33:38 unknown kernel[0] <Debug>: AppleBCMWLAN::powerOff Ready to power off
  • Nov 20, 2009
    issue 32 (You permitted this in your head page) reported by Lanny.Rosicky   -   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
    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
  • Nov 12, 2009
    Stumbler (Stumbler - the Wireless Network Stumbler for the iPhone) Wiki page commented on by hasithaRandika   -   hi guys i'v a iphone 2G jail brocken one. now my wifi is not working. previously it works fine. some time back i updated the phone to 2.2 vertions from then onwords it's not working. now i have 3.0 but still it's not working. i have followed all your tips. i'v reset network settings more than 10 times. but it's not there. sometimes it says can't scan for wifi networks. so can this app help me out??? and how to find this ip address of my phone
    hi guys i'v a iphone 2G jail brocken one. now my wifi is not working. previously it works fine. some time back i updated the phone to 2.2 vertions from then onwords it's not working. now i have 3.0 but still it's not working. i have followed all your tips. i'v reset network settings more than 10 times. but it's not there. sometimes it says can't scan for wifi networks. so can this app help me out??? and how to find this ip address of my phone
  • Nov 06, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by mobileset   -   i change to the following libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY); and install in my ipod touch 3.1.2, application install but when launch it, it crash, do i have only as the above or do have modify any handle, open = dlsym(libHandle, “Apple80211Open”); bind = dlsym(libHandle, “Apple80211BindToInterface”); close = dlsym(libHandle, “Apple80211Close”); associate = dlsym(libHandle, “Apple80211Associate”); scan = dlsym(libHandle, “Apple80211Scan”); is the above functions still same for new WiFiManager.bundle, can anyone help me
    i change to the following libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY); and install in my ipod touch 3.1.2, application install but when launch it, it crash, do i have only as the above or do have modify any handle, open = dlsym(libHandle, “Apple80211Open”); bind = dlsym(libHandle, “Apple80211BindToInterface”); close = dlsym(libHandle, “Apple80211Close”); associate = dlsym(libHandle, “Apple80211Associate”); scan = dlsym(libHandle, “Apple80211Scan”); is the above functions still same for new WiFiManager.bundle, can anyone help me
  • Nov 03, 2009
    Apple80211Functions (A list of all the known Apple80211 functions) Wiki page commented on by teotsuka   -   Can I use this function on iPhone SDK 3.0? If this function can't use on 3.0, I would like to know another funtion name.
    Can I use this function on iPhone SDK 3.0? If this function can't use on 3.0, I would like to know another funtion name.
  • Nov 02, 2009
    Apple80211Functions (A list of all the known Apple80211 functions) Wiki page commented on by Peter.Marchut   -   Can you modulate the frequency that the radio antenna emits?
    Can you modulate the frequency that the radio antenna emits?
  • Nov 02, 2009
    CellStumbler (A *very* basic Cell Stumbler) Wiki page commented on by jerome.waveidea   -   When compiling this code to iPhone OS 3.1, it always returns a cell count of zero ? Is this normal ? Thanks
    When compiling this code to iPhone OS 3.1, it always returns a cell count of zero ? Is this normal ? Thanks
  • Oct 28, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by mimosians   -   hi, i'm newbie for iphone dev., i have task to get wifi info such as ssid, signal strength and so on, when i search i get about stumbler, i get the source code and try to implement into xcode, but getting error, can i import the src into xcode and what are the settings i need to do, i would like to know the steps to import the stumbler src so its can work on device 3.1.2, i'm using mac os 10.5.8 with xcode ver 3.1.4 and ipod touch 2g 3.1.2 is it any possible to run this stumbler on my ipod thanks
    hi, i'm newbie for iphone dev., i have task to get wifi info such as ssid, signal strength and so on, when i search i get about stumbler, i get the source code and try to implement into xcode, but getting error, can i import the src into xcode and what are the settings i need to do, i would like to know the steps to import the stumbler src so its can work on device 3.1.2, i'm using mac os 10.5.8 with xcode ver 3.1.4 and ipod touch 2g 3.1.2 is it any possible to run this stumbler on my ipod thanks
  • Oct 22, 2009
    Apple80211Scan Wiki page commented on by JDBaran   -   Last param isn't pointer to dictionaryRef, {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
    Last param isn't pointer to dictionaryRef, {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
  • Oct 22, 2009
    Apple80211Scan Wiki page commented on by JDBaran   -   Last param isn't by ref, {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
    Last param isn't by ref, {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
  • Oct 22, 2009
    Apple80211Scan Wiki page commented on by JDBaran   -   {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
    {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} should be {{{ int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); }}} Example: {{{ CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters); }}}
  • Oct 22, 2009
    Apple80211Scan Wiki page commented on by JDBaran   -   int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); should be int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); The parameter list is not passed by ref, Example: CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters);
    int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef *parameters); should be int Apple80211Scan(struct Apple80211 *handle, CFArrayRef *list, CFDictionaryRef parameters); The parameter list is not passed by ref, Example: CFArrayRef results; NSDictionary *nsparam = [NSDictionary dictionaryWithObjectsAndKeys: (id)kCFBooleanFalse,CFSTR("SCAN_MERGE"),nil]; CFDictionaryRef parameters = (CFDictionaryRef)nsparam; Apple80211Scan(airportHandle,&results,parameters);
  • Oct 19, 2009
    issue 31 (Apple80211SetPower not working in v3.0 (3.1.2..)) reported by Omer.Paran   -   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
    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
  • Oct 08, 2009
    issue 30 (DBi instead of RSSI, and auto refresh every xx seconds?) reported by teachera...@yahoo.com   -   Would it be possible to have a reading of the signal strength in DBi or like in netstumbler or SNR, Would it be possible to have an auto refresh every xx seconds, so we can monitor the signal strength as we walk.
    Would it be possible to have a reading of the signal strength in DBi or like in netstumbler or SNR, Would it be possible to have an auto refresh every xx seconds, so we can monitor the signal strength as we walk.
  • Sep 14, 2009
    issue 29 (Ad-Hoc mode functions on 3.x) reported by juliankessel   -   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.
    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.
  • Aug 28, 2009
    issue 20 (Apple80211Associate method signature ) commented on by russmcb   -   Should've posted some time ago that the 3rd parameter must be nil, not an empty string. Had this working for some time. Thanks, though!
    Should've posted some time ago that the 3rd parameter must be nil, not an empty string. Had this working for some time. Thanks, though!
  • Aug 28, 2009
    issue 20 (Apple80211Associate method signature ) commented on by tsohel   -   Russmcb, you are too nearer the goal. first confirm that you are passing single network(access point) data as network parameter and password(if it is WPA/WAP network) in 3rd parameter else nil.
    Russmcb, you are too nearer the goal. first confirm that you are passing single network(access point) data as network parameter and password(if it is WPA/WAP network) in 3rd parameter else nil.
  • Aug 28, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by tsohel   -   hoopsanity, first confirm that you are using all functions properly and check the handle value too. It is working for me smoothly in the device(3.*). Best of luck.
    hoopsanity, first confirm that you are using all functions properly and check the handle value too. It is working for me smoothly in the device(3.*). Best of luck.
  • Jul 22, 2009
    Stumbler (Stumbler - the Wireless Network Stumbler for the iPhone) Wiki page commented on by mobileset   -   i download the stumbler source code, i try to build in xcode but getting error, do any one can tell me the step to build the stumbler project in xcode, please help me, thanks
    i download the stumbler source code, i try to build in xcode but getting error, do any one can tell me the step to build the stumbler project in xcode, please help me, thanks
  • Jul 21, 2009
    Stumbler (Stumbler - the Wireless Network Stumbler for the iPhone) Wiki page commented on by adrien.nicolet   -   That's a great API! I could check the sources out. Now what should I do to "install" this on my mac? I want to be able to use it in another project. I just want to be able to get the signal's strength of 3 known wireless networks. Any suggestions? I'm new on iPhone dev and I'm a little bit lost! Thank you! Adi
    That's a great API! I could check the sources out. Now what should I do to "install" this on my mac? I want to be able to use it in another project. I just want to be able to get the signal's strength of 3 known wireless networks. Any suggestions? I'm new on iPhone dev and I'm a little bit lost! Thank you! Adi
  • Jul 15, 2009
    issue 20 (Apple80211Associate method signature ) commented on by russmcb   -   Hmm ... I've got everything working *except* associating with a network in 3.0. I'm getting a -101 result--??
    Hmm ... I've got everything working *except* associating with a network in 3.0. I'm getting a -101 result--??
  • Jul 15, 2009
    issue 20 (Apple80211Associate method signature ) commented on by russmcb   -   Hmm ... I've got everything working *except* associating with a network in 3.0. I'm getting a -101 result--??
    Hmm ... I've got everything working *except* associating with a network in 3.0. I'm getting a -101 result--??
  • Jun 30, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by hoopsanity   -   Yuuichi, thanks for your response. I tried to run in the device(3.0) but it stll shows EXEC ERROR.
    Yuuichi, thanks for your response. I tried to run in the device(3.0) but it stll shows EXEC ERROR.
  • Jun 28, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by yuuichi.teranishi   -   You cannot run it on simulator. dlopen returns NULL. I confirmed wifi scanning works on both iPhone 3G (OS 3.0) and 3GS.
    You cannot run it on simulator. dlopen returns NULL. I confirmed wifi scanning works on both iPhone 3G (OS 3.0) and 3GS.
  • Jun 28, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by hoopsanity   -   Hi guys, I have some problem implementing wifi scanning. when the code reaches: open(libhandle,&airporthandle); there will be an error: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: iPhone Simulator 3.0 (138), iPhone OS 3.0 (7A341) Please help me,thank you.
    Hi guys, I have some problem implementing wifi scanning. when the code reaches: open(libhandle,&airporthandle); there will be an error: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: iPhone Simulator 3.0 (138), iPhone OS 3.0 (7A341) Please help me,thank you.
  • Jun 28, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by hoopsanity   -   Hi guys, I have some problem implementing wifi scanning. when the code reaches: open(libhandle,&airporthandle); there will be an error: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: iPhone Simulator 3.0 (138), iPhone OS 3.0 (7A341) Please help me,thank you.
    Hi guys, I have some problem implementing wifi scanning. when the code reaches: open(libhandle,&airporthandle); there will be an error: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: iPhone Simulator 3.0 (138), iPhone OS 3.0 (7A341) Please help me,thank you.
  • Jun 20, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by da...@infomind.com   -   It is possible... It is even trivial. If you have an app for 2.2.1 that uses the Apple80211.framework, the fix is so easy you'll slap yourself on the back of the head for 10 minutes... :-) Change this line: libHandle = dlopen("/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211", RTLD_LAZY); To This line: libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY); Leave everything else the same, and enjoy. You'll notice that there are some minor differences in the data you get back, but, for the most part, everything should work the same, and your app should start to function again using 3.0. This has been tested on 3.0GM. Enjoy.
    It is possible... It is even trivial. If you have an app for 2.2.1 that uses the Apple80211.framework, the fix is so easy you'll slap yourself on the back of the head for 10 minutes... :-) Change this line: libHandle = dlopen("/System/Library/PrivateFrameworks/Apple80211.framework/Apple80211", RTLD_LAZY); To This line: libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY); Leave everything else the same, and enjoy. You'll notice that there are some minor differences in the data you get back, but, for the most part, everything should work the same, and your app should start to function again using 3.0. This has been tested on 3.0GM. Enjoy.
  • Jun 04, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by tmm3rd   -   It must be possible, since you just updated WiFiFoFum to be 3.0 compatible ;-)
    It must be possible, since you just updated WiFiFoFum to be 3.0 compatible ;-)
  • Jun 02, 2009
    issue 21 (Command Line/Ad-Hoc Features) commented on by kourge   -   Is the Marvell 88W8686 chip even capable of creating an ad hoc network?
    Is the Marvell 88W8686 chip even capable of creating an ad hoc network?
  • May 12, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by indiekiduk   -   It's not possible
    It's not possible
  • Apr 22, 2009
    issue 28 (Illegal use of this software by hackers, personally I am rep...) reported by ChadDennisForsgren   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Apr 16, 2009
    issue 20 (Apple80211Associate method signature ) commented on by renault.john   -   can you post the code snippet?
    can you post the code snippet?
  • Apr 14, 2009
    issue 20 (Apple80211Associate method signature ) commented on by bharat.shukla20   -   Hi Ranult, I am also trying to use the same Apple80211Associate using its address(pointer) to associae to unsecure AP,I am passing the same dictionary as the secone argument returned by the scan. But the function fails with error code 9. Were you able to associte using this function. If YES could you please help me outif I'm missing anything. Thanks Raj
    Hi Ranult, I am also trying to use the same Apple80211Associate using its address(pointer) to associae to unsecure AP,I am passing the same dictionary as the secone argument returned by the scan. But the function fails with error code 9. Were you able to associte using this function. If YES could you please help me outif I'm missing anything. Thanks Raj
  • Apr 13, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by yuuichi.teranishi   -   Can I ask how to do it? I've been trying to implement WiFi-scan application on 3.0.
    Can I ask how to do it? I've been trying to implement WiFi-scan application on 3.0.
  • Apr 13, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by indiekiduk   -   Because when I set the entitlement com.apple.wifi.manager-access true I can then use WiFiManagerClientCreate and it works. If I don't have that entitlement set then it doesn't work. I found that locationd has that entitlement set (by looking at the binary in a text editor) so I tried to copy what it does.
    Because when I set the entitlement com.apple.wifi.manager-access true I can then use WiFiManagerClientCreate and it works. If I don't have that entitlement set then it doesn't work. I found that locationd has that entitlement set (by looking at the binary in a text editor) so I tried to copy what it does.
  • Apr 13, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by jon.lund   -   What do you mean, special entitlement... how do you know that?
    What do you mean, special entitlement... how do you know that?
  • Apr 13, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by indiekiduk   -   You need a special entitlement now, I wonder if Apple plan to sell it?
    You need a special entitlement now, I wonder if Apple plan to sell it?
  • Apr 13, 2009
    issue 27 (Monitor Mode) reported by Sean7512   -   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?
    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?
  • Apr 13, 2009
    issue 26 (Apple80211 gone from 3.0b2) commented on by Sean7512   -   i've also noticed this, and i could not get access on the beta 2 yet :(
    i've also noticed this, and i could not get access on the beta 2 yet :(
  • Apr 06, 2009
    issue 23 (Stumbler on 2.0 Firmware) commented on by gleesonger   -   Has this project been abandoned or has it been suspended till the release of the 3.0 firmware either way this would be very handy.Ger
    Has this project been abandoned or has it been suspended till the release of the 3.0 firmware either way this would be very handy.Ger
  • Apr 04, 2009
    issue 26 (Apple80211 gone from 3.0b2) reported by indiekiduk   -   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.
    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.
  • Jan 15, 2009
    issue 23 (Stumbler on 2.0 Firmware) commented on by frank.ma...@embedded-sys.com   -   Hello, I have a few questions concerning the NetStumbler app. 1. I do not see a an objective-c implementation or a c source file for functions in the file "Apple80211.h". Are these functions part of the iPhone OS? If so, is there any documention on how to use these functions? 2. Can this project be built under OS 2.1.1 and then installed via the Ad-Hoc installation method? Thank You, frank
    Hello, I have a few questions concerning the NetStumbler app. 1. I do not see a an objective-c implementation or a c source file for functions in the file "Apple80211.h". Are these functions part of the iPhone OS? If so, is there any documention on how to use these functions? 2. Can this project be built under OS 2.1.1 and then installed via the Ad-Hoc installation method? Thank You, frank
  • Jan 06, 2009
    issue 21 (Command Line/Ad-Hoc Features) commented on by JGrunzweig   -   Have there been any updates/solutions to this problem as of yet? I'm currently attempting to find a wireless-tool equivalent for the iPhone cli.
    Have there been any updates/solutions to this problem as of yet? I'm currently attempting to find a wireless-tool equivalent for the iPhone cli.
  • Dec 31, 2008
    issue 23 (Stumbler on 2.0 Firmware) commented on by chevol.davis   -   We need this on the 2.0 firmware ASAP
    We need this on the 2.0 firmware ASAP
  • Dec 31, 2008
    issue 22 (Getting MobileApple80211.c to work in official SDK 6.0 OS 2....) commented on by chevol.davis   -   Changed the path and getting errors still
    Changed the path and getting errors still
  • Dec 14, 2008
    issue 23 (Stumbler on 2.0 Firmware) commented on by eldaaran   -   Are you having any luck dynamic linking to Apple80211* on the new firmware? I checked SVN and the version currently posted there is the original (the same as I've been working with). Have the function prototypes changed or did the library get moved to a different path in the new firmware?
    Are you having any luck dynamic linking to Apple80211* on the new firmware? I checked SVN and the version currently posted there is the original (the same as I've been working with). Have the function prototypes changed or did the library get moved to a different path in the new firmware?
  • Nov 11, 2008
    issue 23 (Stumbler on 2.0 Firmware) Owner changed by lokkju   -   I've be posting the updated code here soon.
    Owner: lokkju
    I've be posting the updated code here soon.
    Owner: lokkju
  • Nov 11, 2008
    issue 23 (Stumbler on 2.0 Firmware) commented on by gmags1   -   Would love to get it on 2.x firmware. Can someone post it up here?
    Would love to get it on 2.x firmware. Can someone post it up here?
 
Hosted by Google Code