PSP AP Stumbler - Looking for testers
PSP AP Stumbler - Looking for testers
I've been working on an app that scans for wifi APs, and I'm in need of some outside help. Right now, I'm still trying to figure out the params for sceNetApctlScan(), so I've written an app that dumps the returned data to the screen. If anyone has some time to kill, just fire it up (make sure your Wlan switch is on...) and reply to this thread with the results. The number at the bottom of the screen is just to show you that it's updating every second, so don't bother to include that. If anyone has more complete information about sceNetApctlScan and it's parameters or return values, please PM me. Thanks for your time!
Download 1.0/1.5 eboots here: http://cocot.sytes.net/pspstumbler.rar
Download 1.0/1.5 eboots here: http://cocot.sytes.net/pspstumbler.rar
curly, this was meant to be a quick test app, but I did add a check for the wlan switch in. You can get the updated version at http://cocot.sytes.net/pspstumbler.rar
Thanks for the tip.
Thanks for the tip.
great.. .been waiting for a stumbler :)
You may want to add an option for connection choosing.. i had to delete both my connections and reset up a new one to get it to work.
Here's what i got:
Integers Returned:
1
0
-1
-1
-2012843800 | -2011952744 (alternating)
-2013003776
-559038737
-559038737
-559038737
-559038737
Just one access point, SSID is 'waccessTH'
LiQuiD8d
You may want to add an option for connection choosing.. i had to delete both my connections and reset up a new one to get it to work.
Here's what i got:
Integers Returned:
1
0
-1
-1
-2012843800 | -2011952744 (alternating)
-2013003776
-559038737
-559038737
-559038737
-559038737
Just one access point, SSID is 'waccessTH'
LiQuiD8d
liquid, in the actual app there will be connection management and all sorts of extra user-friendly stuff like that. For right now it's a proof-of-concept. I think I have a decent idea of what these values mean... the -559038737 values are an error code (0xDEADBEEF, anyone?) that can be discarded. The first number is the # of APs detected, and then five values are repeated for each AP found. I think that the alternating numbers are signal strength and name, although I have yet to nail that one down. I think that the -2013003776 has something to do with encryption, although again I have yet to prove this. The others are booleans that determine whether or not certain features are supported, like DHCP... I'd like to get a test with two access points to confirm my theory about the first value, and then try to get the AP name. The more test results I get, the easier this will be. Thanks for your efforts!
hmmm... interesting results...
i got:
1
0
-1
-1
-2011953128 / -2012843800
-2013003776
-559038737
-559038737
-559038737
-559038737
i ran it a few times to see if it changes when i moved around and it did but not as drastically as i might have thought.
i'm interested in just finding out how to retrieve the signal strength. any help please? im desperate...
i got:
1
0
-1
-1
-2011953128 / -2012843800
-2013003776
-559038737
-559038737
-559038737
-559038737
i ran it a few times to see if it changes when i moved around and it did but not as drastically as i might have thought.
i'm interested in just finding out how to retrieve the signal strength. any help please? im desperate...
also
Hi,
Im also working on an app that will do the same types of things as kismet/netstumbler.
Funnily enough, I reffered to it as PSPstumbler, so looks like I need to choose a new name.
I don't even have my PSP yet, so cant test your app to post the results. I will in a few weeks.
Have you/ are you hosting the sourcecode anywhere? I wouldn't mind taking a look if thats ok.
I am researching the wireless chipset to see how much we can do with it. Im hoping we can do something like "iwpriv" with it, and I'm even hoping for monitor mode.
HaQue
Im also working on an app that will do the same types of things as kismet/netstumbler.
Funnily enough, I reffered to it as PSPstumbler, so looks like I need to choose a new name.
I don't even have my PSP yet, so cant test your app to post the results. I will in a few weeks.
Have you/ are you hosting the sourcecode anywhere? I wouldn't mind taking a look if thats ok.
I am researching the wireless chipset to see how much we can do with it. Im hoping we can do something like "iwpriv" with it, and I'm even hoping for monitor mode.
HaQue
RFMon
Have you produced an RFMon style interface to the wlan controller?
I assume you are using sce ap scan API.
In which case not what I would like to see.
does anyone know of a method to issue direct commands to the wireless chipset?
or dump the wireless into monitor mode and do a raw capture?
or change wireless power output?
thoughts? comments?
*edited as I solve my own problems.
I assume you are using sce ap scan API.
In which case not what I would like to see.
does anyone know of a method to issue direct commands to the wireless chipset?
or dump the wireless into monitor mode and do a raw capture?
or change wireless power output?
thoughts? comments?
*edited as I solve my own problems.