Posted By: wraggster
New release from Youresam, heres the release details:
I have modded luaplayer with a new function: scanning for access points. I originally intended to make a little app that scanned for accesspoints and tried to ploit your location, but after a bit of testing, I gave up. SO..here it is
Functions:
Wlan.scanInit()
Activates the wifi
Wlan.scan()
Returns a table similar to System.listDirectory(), except you have .name, .mac, and .strength (EXAMPLE: gotscan = Wlan.scan(), gotscan[1].name is the first wireless points name)
Wlan.scanTerm()
Turns off the wifi
NOTE:
Dont attempt to Wlan.scanInit() if the wlan switch is down. The PSP crashes.
Download and Give Feedback Via Comments