Home
last modified time | relevance | path

Searched refs:ti_private_cmd_t (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dipc_sta.c55 ti_private_cmd_t private_cmd;
164 pIpcSta->wext_req.u.data.length = sizeof(ti_private_cmd_t); in IPC_STA_Private_Send()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvWext.c171 ti_private_cmd_t my_command; in wlanDrvWext_Handler()
176 os_memoryZero(drv, &my_command, sizeof(ti_private_cmd_t)); in wlanDrvWext_Handler()
186 …pyFromUser(drv, &my_command, ((union iwreq_data *)iw_req)->data.pointer, sizeof(ti_private_cmd_t))) in wlanDrvWext_Handler()
DCmdInterpretWext.c1376 ti_private_cmd_t *my_command = (ti_private_cmd_t *)cmdObj->param3; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DprivateCmd.h89 } ti_private_cmd_t; typedef
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
Ddriver_ti.c120 ti_private_cmd_t private_cmd; in wpa_driver_tista_private_send()
139 iwr.u.data.length = sizeof(ti_private_cmd_t); in wpa_driver_tista_private_send()