Lines Matching refs:iovar_len
1464 s32 iovar_len; in dhd_conf_set_bufiovar() local
1473 iovar_len = bcm_mkiovar(name, buf, len, iovbuf, sizeof(iovbuf)); in dhd_conf_set_bufiovar()
1474 if (iovar_len > 0) in dhd_conf_set_bufiovar()
1475 ret = dhd_wl_ioctl_cmd(dhd, cmd, iovbuf, iovar_len, TRUE, ifidx); in dhd_conf_set_bufiovar()
1494 s32 iovar_len; in dhd_conf_iovar_buf() local
1514 iovar_len = bcm_mkiovar(name, buf, len, iovbuf, iovbuf_len); in dhd_conf_iovar_buf()
1515 if (iovar_len > 0) in dhd_conf_iovar_buf()
1516 ret = dhd_wl_ioctl_cmd(dhd, cmd, iovbuf, iovar_len, TRUE, ifidx); in dhd_conf_iovar_buf()
1863 s32 iovar_len; in dhd_conf_scan_mac() local
1879 iovar_len = bcm_mkiovar("scanmac", buffer, len, iovbuf, sizeof(iovbuf)); in dhd_conf_scan_mac()
1880 if (iovar_len > 0) in dhd_conf_scan_mac()
1881 ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, iovar_len, TRUE, 0); in dhd_conf_scan_mac()