Official DS Wifi FAQ, All the answers you're dying to know. |
![]() ![]() |
Official DS Wifi FAQ, All the answers you're dying to know. |
Nov 6 2005, 03:37 PM
Post
#12
|
|
|
Novice Group: Members Posts: 35 Joined: 12-October 05 Member No.: 7920 |
|
|
|
|
Nov 7 2005, 01:47 AM
Post
#13
|
|
![]() Novice Group: Members Posts: 25 Joined: 2-November 05 Member No.: 8074 |
|
|
|
|
Nov 7 2005, 05:21 AM
Post
#14
|
|
![]() Proud Fan ![]() Group: Emulator Author Posts: 203 Joined: 29-September 05 From: The depths of the Internet Member No.: 7779 |
Of course I'm making progress... just wait, something big is about to happen...
-Stephen |
|
|
|
Nov 8 2005, 12:33 PM
Post
#15
|
|
|
Novice Group: Members Posts: 29 Joined: 22-October 05 Member No.: 7995 |
Ha haven't all understant in your last news... Is the project paused ? Will it be late ? About 1 week, 2 week, or undermined ?
(Sorry but I've a bad english...) |
|
|
|
Nov 8 2005, 06:15 PM
Post
#16
|
|
![]() Novice Group: Members Posts: 26 Joined: 3-October 05 Member No.: 7840 |
He is not feeling very well he's sick do you mean that?
|
|
|
|
Nov 19 2005, 07:33 PM
Post
#17
|
|
|
Novice Group: Members Posts: 29 Joined: 22-October 05 Member No.: 7995 |
12 days without an update ! Have you progressed ?
|
|
|
|
Nov 23 2005, 03:16 PM
Post
#18
|
|
|
Novice Group: Members Posts: 35 Joined: 12-October 05 Member No.: 7920 |
Update Update Update! But no change in percentages...
|
|
|
|
Nov 24 2005, 07:08 PM
Post
#19
|
|
|
Member Group: Members Posts: 78 Joined: 4-October 05 Member No.: 7849 |
QUOTE (sgstair @ Nov 7 2005, 06:21 AM) Updates updates updates..... It's all MKDS fault!? (meaning that you are all playing that all the time) Any news with the tcp stack? This post has been edited by bafio: Nov 25 2005, 12:37 AM |
|
|
|
Dec 13 2005, 06:38 PM
Post
#20
|
|
![]() Novice Group: Members Posts: 26 Joined: 3-October 05 Member No.: 7840 |
Hey Stephen,
Can you make a little update for backlight off when closing nds and a ''zoeff'' signal for getting a signal? My nds can hold for only 2 hours with your tool! This post has been edited by Lockwood: Dec 13 2005, 06:38 PM |
|
|
|
Mar 6 2006, 09:48 AM
Post
#21
|
|
|
Novice Group: Members Posts: 29 Joined: 17-December 05 Member No.: 8373 |
Hello,
I have some stupid (?) questions. Could you answer me ? What are exactly the BaseBand and the RF chips ? What are spinlock and WIFI_AUTHLEVEL ? ( wifi_shared.h ) I know what is SSID but BSSID ? RSSI ? I read somewhere that only the ARM7 was able to use Wifi's registers but i see the file wifi_arm9.h and wifi_arm9.c. So, i'm a little disappointed. There is a great function in wifi_arm7.c : Wifi_ProcessReceivedFrame. Is-it possible to have more explanation about the code ? what is for ? |
|
|
|
Mar 6 2006, 05:11 PM
Post
#22
|
|
![]() Proud Fan ![]() Group: Emulator Author Posts: 203 Joined: 29-September 05 From: The depths of the Internet Member No.: 7779 |
QUOTE (yorel @ Mar 6 2006, 04:48 AM) Hello, I have some stupid (?) questions. Could you answer me ? What are exactly the BaseBand and the RF chips ? What are spinlock and WIFI_AUTHLEVEL ? ( wifi_shared.h ) I know what is SSID but BSSID ? RSSI ? I read somewhere that only the ARM7 was able to use Wifi's registers but i see the file wifi_arm9.h and wifi_arm9.c. So, i'm a little disappointed. There is a great function in wifi_arm7.c : Wifi_ProcessReceivedFrame. Is-it possible to have more explanation about the code ? what is for ? The baseband & RF chips make up the chipset that does most of the work involved in sending and receiving data. Specificly the RF chip is composed of a Phase Locked Loop translating a reference frequency into a specific transmit frequency, and a mixer, which "moves" a data signal into the RF domain. The baseband chip talks to the RF chip, and controls when to send and receive data, as well as handling buffering of the sending and receiving processes. a spinlock is a type of locking mechanism used in multithreaded interprocess communication, to ensure atomic data access. WIFI_AUTHLEVEL is an arbitrary specifier used to track the process of authenticating and then associating to an access point. BSSID is the base station SSID, or group SSID in the case of an ad-hoc network RSSI is Received Signal Strength Indicator Yes; the wifi hardware can *only* be used from the arm7. The reason I have a lot of code on the arm9 side is that I've written a transport interface that allows the arm9 to command the arm7, and tell it what to do basicly, and the data is transferred between the processors automaticly. Wifi_ProcessReceivedFrame is called whenever a frame is received; it's purpose is to detect certain types of frames (specificly: beacons, and authentication and associacion related packets) and to change the local state or local data store based on them. The function itself is large, but it's premise and layout is very simple. -Stephen |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 02:50 AM |