Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c93 static int dhd_iovar_setint(void *dhd, char *name, int var);
1630 ret = dhd_iovar_setint(dhd, cmd->name, flag); in dhd_proptxstatusenable()
1648 ret = dhd_iovar_setint(dhd, cmd->name, mode); in dhd_proptxstatusmode()
1666 ret = dhd_iovar_setint(dhd, cmd->name, flag); in dhd_proptxopt()
1850 if ((ret = dhd_iovar_setint(dhd, "dwnldstate", TRUE))) { in dhd_download()
1924 if ((ret = dhd_iovar_setint(dhd, "dwnldstate", FALSE))) { in dhd_download()
2704 return (dhd_iovar_setint(dhd, cmd->name, msglevel)); in dhd_do_msglevel()
3001 dhd_iovar_setint(void *dhd, char *name, int var) in dhd_iovar_setint() function