Jump to content

ainvar

Members
  • Posts

    1
  • Joined

  • Last visited

ainvar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm trying to modificate ap_search example (from devkitpro lastest version) to use my NDS with a wep key without using a game. The code works if I don't use wep so my problem is about setting wep parameters in the wifi_ConnectAP function, till now I have tried with unsigned char *key ="0000000000"; //My WEPkey Wifi_ConnectAP(ap,WEPMODE_40BIT,0,&key); Does anyone know where is the problem? How do wep parameters have to be set?
×
×
  • Create New...