Home
last modified time | relevance | path

Searched refs:WHChildWEPKeyGeneratorFunc (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/demos.TWL/mp_shared/wh/
Dwh.h100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc); typedef
189 extern void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func);
Dwh.c323 static WHChildWEPKeyGeneratorFunc sChildWEPKeyGenerator = NULL;
3440 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator()
/TwlSDK-5.4/build/demos/wireless_shared/wh/
Dwh.h100 typedef u16 (*WHChildWEPKeyGeneratorFunc) (u16 *wepkey, const WMBssDesc *bssDesc); typedef
189 extern void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func);
Dwh.c331 static WHChildWEPKeyGeneratorFunc sChildWEPKeyGenerator = NULL;
3584 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator()