Home
last modified time | relevance | path

Searched refs:wepkey (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.2.1/build/libraries/wm/ARM9/src/
Dwm_etc.c202 WMErrCode WM_SetWEPKey(WMCallbackFunc callback, u16 wepmode, const u16 *wepkey) in WM_SetWEPKey() argument
220 if (wepkey == NULL) in WM_SetWEPKey()
225 if ((u32)wepkey & 0x01f) in WM_SetWEPKey()
232 DC_StoreRange((void *)wepkey, WM_SIZE_WEPKEY); in WM_SetWEPKey()
239 result = WMi_SendCommand(WM_APIID_SET_WEPKEY, 2, (u32)wepmode, (u32)wepkey); in WM_SetWEPKey()
270 WMErrCode WM_SetWEPKeyEx(WMCallbackFunc callback, u16 wepmode, u16 wepkeyid, const u8 *wepkey) in WM_SetWEPKeyEx() argument
288 if (wepkey == NULL) in WM_SetWEPKeyEx()
297 if ((u32)wepkey & 0x01f) in WM_SetWEPKeyEx()
304 DC_StoreRange((void *)wepkey, WM_SIZE_WEPKEY); in WM_SetWEPKeyEx()
311 result = WMi_SendCommand(WM_APIID_SET_WEPKEY_EX, 3, (u32)wepmode, (u32)wepkey, (u32)wepkeyid); in WM_SetWEPKeyEx()
/TwlSDK-5.2.1/build/demos/wm/wep-1/src/
Dmain.c86 static u16 ParentWEPKeyGenerator(u16 *wepkey, const WMParentParam *parentParam);
87 static u16 ChildWEPKeyGenerator(u16 *wepkey, const WMBssDesc *bssDesc);
1105 u16 ParentWEPKeyGenerator(u16 *wepkey, const WMParentParam *parentParam) in ParentWEPKeyGenerator() argument
1128 MI_CpuCopy8(tmpWep, wepkey, 16); in ParentWEPKeyGenerator()
1129 OS_TPrintf("wepkey: %04x%04x %04x%04x %04x%04x %04x%04x\n", wepkey[0], wepkey[1], in ParentWEPKeyGenerator()
1130 wepkey[2], wepkey[3], wepkey[4], wepkey[5], wepkey[6], wepkey[7]); in ParentWEPKeyGenerator()
1136 u16 ChildWEPKeyGenerator(u16 *wepkey, const WMBssDesc *bssDesc) in ChildWEPKeyGenerator() argument
1154 MI_CpuCopy8(tmpWep, wepkey, 16); in ChildWEPKeyGenerator()
1155 OS_TPrintf("wepkey: %04x%04x %04x%04x %04x%04x %04x%04x\n", wepkey[0], wepkey[1], in ChildWEPKeyGenerator()
1156 wepkey[2], wepkey[3], wepkey[4], wepkey[5], wepkey[6], wepkey[7]); in ChildWEPKeyGenerator()
/TwlSDK-5.2.1/build/demos.TWL/mp_shared/wh/
Dwh.h99 typedef u16 (*WHParentWEPKeyGeneratorFunc) (u16 *wepkey, const WMParentParam *parentParam);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
/TwlSDK-5.2.1/build/demos/wireless_shared/wh/
Dwh.h99 typedef u16 (*WHParentWEPKeyGeneratorFunc) (u16 *wepkey, const WMParentParam *parentParam);
100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc);
/TwlSDK-5.2.1/include/nitro/wm/ARM9/
Dwm_api.h778 WMErrCode WM_SetWEPKey(WMCallbackFunc callback, u16 wepmode, const u16 *wepkey);
805 WMErrCode WM_SetWEPKeyEx(WMCallbackFunc callback, u16 wepmode, u16 wepkeyid, const u8 *wepkey);
/TwlSDK-5.2.1/include/twl/nwm/common/
Dnwm.h676 NWMRetCode NWM_SetWEPKey(NWMCallbackFunc callback, u16 wepmode, u16 wepkeyid, const u8 *wepkey, u16…