Search found 6 matches
- Sun Aug 16, 2009 10:39 pm
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Re: Hi, I'm not entirely sure what I am doing. WEP key connect
I don't think so, I think the problem is that for some reason DHCP is failing. I can't connect to open networks either using this code. Yes, its most definitely 40-bit, the key is a 10-digit phone number. Anyways, for now I've moved on to just using the firmware settings to connect(which works ...
- Thu Aug 13, 2009 2:51 am
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Re: Hi, I'm not entirely sure what I am doing. WEP key connect
I can't connect to open OR closed networks. So something else is wrong with the code. I wonder if this example ever worked in the first place? When I tested it out, it was unreadable because the keyboard was on top of the text in the terminal, so I changed that. Its not my DS or my connection ...
- Sat Aug 08, 2009 12:44 pm
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Re: Hi, I'm not entirely sure what I am doing. WEP key connect
Oh, okay cool, I kind of suspected that. I'll try that out tomorrow. Man, thanks elhobbs, I hope you don't find my questions annoying or stupid or anything, I've just been getting back into programming after a long break and I am a little bit out of my mind these days. Everything you have posted ...
- Fri Aug 07, 2009 6:23 am
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Re: Hi, I'm not entirely sure what I am doing. WEP key connect
thanks elhobbs! Works wonders. I'm still not able to get a valid connection (ASSOCSTATUS_CANNOTCONNECT), but I think I'm on the right track. I'm modifying the example code for connecting to access points so I can use WEP. I'm pretty sure my error has something to do with the wepkey string. I looks ...
- Thu Aug 06, 2009 8:42 pm
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Re: Hi, I'm not entirely sure what I am doing. WEP key connect
Ooooh... So I should probably just put 0 in there? Makes a lot of sense now, for some reason I thought it would be some complicated string I would have to get out the the access point struct or something.
EDIT: okay sorry, I have another question that might sound stupid. But for the WEP key, what ...
EDIT: okay sorry, I have another question that might sound stupid. But for the WEP key, what ...
- Thu Aug 06, 2009 6:32 am
- Forum: DS/DSi Development
- Topic: Hi, I'm not entirely sure what I am doing. WEP key connect
- Replies: 9
- Views: 11593
Hi, I'm not entirely sure what I am doing. WEP key connect
// Wifi_ConnectAP: Connect to an access point
// Wifi_AccessPoint * apdata: basic data on the AP
// int wepmode: indicates whether wep is used, and what kind
// int wepkeyid: indicates which wep key ID to use for transmitting
// unsigned char * wepkey: the wep key, to be used in all 4 key slots ...
// Wifi_AccessPoint * apdata: basic data on the AP
// int wepmode: indicates whether wep is used, and what kind
// int wepkeyid: indicates which wep key ID to use for transmitting
// unsigned char * wepkey: the wep key, to be used in all 4 key slots ...