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.c94 static int dhd_iovar_setint(void *dhd, char *name, int var);
1631 ret = dhd_iovar_setint(dhd, cmd->name, flag); in dhd_proptxstatusenable()
1649 ret = dhd_iovar_setint(dhd, cmd->name, mode); in dhd_proptxstatusmode()
1667 ret = dhd_iovar_setint(dhd, cmd->name, flag); in dhd_proptxopt()
1851 if ((ret = dhd_iovar_setint(dhd, "dwnldstate", TRUE))) { in dhd_download()
1925 if ((ret = dhd_iovar_setint(dhd, "dwnldstate", FALSE))) { in dhd_download()
2705 return (dhd_iovar_setint(dhd, cmd->name, msglevel)); in dhd_do_msglevel()
3002 dhd_iovar_setint(void *dhd, char *name, int var) in dhd_iovar_setint() function