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

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

Completed in 1689 milliseconds