|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: PS3 WLAN Access Point [message #1549 is a reply to message #1515] |
Sun, 24 June 2012 15:13   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Here is an application to play with PS3 Jupiter in user space with libusb.
http://gitbrew.org/~glevand/ps3/linux/ps3_jupiter_libusb.tar .gz
Try it out and you should see a new AP with SSID "wlan_rockz" on channel 6 with no security 
[glevand@arch ps3_jupiter_libusb]$ sudo ./ps3_jupiter_ap
EURUS command 0x114f status (0x0006)
got event (0x00000400 0x00000010 0x000d0dd2 0x00000000 0xc00290fc)
got event (0x00000080 0x00001000 0x000d0dd4 0x00000004 0xc00290fc)
firmware version: JUPITER-TWO-FW-20.0.12.p0(Jan 19 2010 21:20:53)
got event (0x00000100 0x00000010 0x000d0dd7 0x00000001 0xc00290fc)
[Updated on: Sun, 24 June 2012 21:05] Report message to a moderator
|
|
|
|
| Re: PS3 WLAN Access Point [message #1564 is a reply to message #1549] |
Mon, 25 June 2012 19:26   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Hmm, if i use parameter 0 with command 0x1 then my SSID "wlan_rockz" is ignored and instead i see this:
Cell 07 - Address: 00:00:00:00:00:00
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=60/70 Signal level=-50 dBm
Encryption key:off
ESSID:"Eurus_Primary_Phy1"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
In this case SSID is "Eurus_Primary_Phy1".
[Updated on: Mon, 25 June 2012 19:35] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: PS3 WLAN Access Point [message #1580 is a reply to message #1579] |
Fri, 29 June 2012 20:31   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Mega Cool I can associate to my PS3 AP with a WLAN client.
Every time i associate i get this event:
got event (0x00000008 0x00000010 0x0000ee4b 0x00000008 0xc00290fc)
And every time i disconnect i get this event:
got event (0x00000010 0x00000002 0x000105fb 0x0000000e 0xc00290fc)
Here is output of iwconfig on my client:
wlan1 IEEE 802.11abgn ESSID:"wlan_rockz"
Mode:Managed Frequency:2.437 GHz Access Point: 00:00:00:00:00:00
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1 Missed beacon:0
[Updated on: Fri, 29 June 2012 20:32] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: PS3 WLAN Access Point [message #1587 is a reply to message #1586] |
Sat, 30 June 2012 14:30  |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Figured out new commands: 0x104d and 0x104f.
0x104d enables/disables Short Slot Time (see 802.11 spec)
0x104f returns current Short Slot Time configuration.
|
|
|
|