Home
last modified time | relevance | path

Searched defs:hCuWext (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dcu_wext.c171 VOID CuOs_Destroy(THandle hCuWext) in CuOs_Destroy()
178 S32 CuOs_Get_SSID(THandle hCuWext, OS_802_11_SSID* ssid) in CuOs_Get_SSID()
198 S32 CuOs_Get_BSSID(THandle hCuWext, TMacAddr bssid) in CuOs_Get_BSSID()
215 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel) in CuOs_GetCurrentChannel()
232 S32 CuOs_GetCurrentStats(THandle hCuWext, S32* rssi) in CuOs_GetCurrentStats()
250 S32 CuOs_Start_Scan(THandle hCuWext, OS_802_11_SSID* ssid, U8 scanType) in CuOs_Start_Scan()
290 S32 CuOs_GetBssidList(THandle hCuWext, OS_802_11_BSSID_LIST_EX *bssidList) in CuOs_GetBssidList()
350 S32 CuOs_Set_BSSID(THandle hCuWext, TMacAddr bssid) in CuOs_Set_BSSID()
365 S32 CuOs_Set_ESSID(THandle hCuWext, OS_802_11_SSID* ssid) in CuOs_Set_ESSID()
386 S32 CuOs_GetTxPowerLevel(THandle hCuWext, S32* pTxPowerLevel) in CuOs_GetTxPowerLevel()
[all …]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c80 THandle hCuWext; member