Question about wifi support for the slim

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
nergal
Posts: 8
Joined: Wed Apr 02, 2008 10:17 pm

Question about wifi support for the slim

Post by nergal »

Hey,

I have some plans to do some coding with pspsdk, but I was surfing the header files and examples last night and it seems that the API header for wifi support is rather thin. Does it work to send/recv data through wifi using the sdk? Is there full support for wifi on the slim psp through the pspsdk or only a subset?

Best Regards,
Nergal
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

Full functionaility.
nergal
Posts: 8
Joined: Wed Apr 02, 2008 10:17 pm

Post by nergal »

Great! Thanks, guess I was bit to fast surfing through the headers.
(The documentation hadn't yet been downloaded/compiled)
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

You won't find much because other than initializing the wifi, it uses plain sockets. So you look at the example code for how to init and connect to the access point, then do everything you want to do via sockets.
nergal
Posts: 8
Joined: Wed Apr 02, 2008 10:17 pm

Post by nergal »

J.F. wrote:You won't find much because other than initializing the wifi, it uses plain sockets. So you look at the example code for how to init and connect to the access point, then do everything you want to do via sockets.
I saw that there are functions like "sceWlanGPSend" but not in the API header file for "wlan". If I would like to control sending and recieving through the Wlan interface, I still have to use sockets? But that would only let me use the wlan device if there already exists an network connection to som AP...
I want to control the connection myself, perhaps that part isn't possible on the slim version?
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

That level of control isn't needed for most apps, so you'll probably have to figure it out yourself. Not going to be much if anything in the way of examples for that. :)
nergal
Posts: 8
Joined: Wed Apr 02, 2008 10:17 pm

Post by nergal »

J.F. wrote:That level of control isn't needed for most apps, so you'll probably have to figure it out yourself. Not going to be much if anything in the way of examples for that. :)
But I've googled some application that performs access point finding (wifi sniffing), they must have implemented some low level wlan access? Too bad they didn't release sources with their applications.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

That's not something we deal with here. There are probably some threads, but I don't know if they'll have what you're looking for. Use the Search at the top of the page, set the search term to "sniffer" and the forum to search to the PSP forum. That does return a few hits. If it's nothing you can use, you probably won't get help here.
Post Reply