HomeSort by relevance Sort by last modified time
    Searched refs:WLC_SET_VAR (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 1023 rc = dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, buf, buf_len);
1034 rc = dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, buf, sizeof(buf));
1161 rc = dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, buf, buf_len);
1188 retcode = dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf));
    [all...]
dhd_cdc.c 271 if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR)) {
296 if ((!ret) && (ioc->cmd == WLC_SET_VAR) && (!strcmp(buf, "wme_dp"))) {
dhd_linux.c 557 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf));
561 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf));
579 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf));
583 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf));
805 ioc.cmd = WLC_SET_VAR;
840 ioc.cmd = WLC_SET_VAR;
884 ioc.cmd = WLC_SET_VAR;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 661 return wl_dev_ioctl(dev, WLC_SET_VAR, bufptr, iolen);
888 if (unlikely((err = wl_dev_ioctl(dev, WLC_SET_VAR, buf, len)))) {
    [all...]
wl_iw.c 418 return (dev_wlc_ioctl(dev, WLC_SET_VAR, buf, len));
439 return (dev_wlc_ioctl(dev, WLC_SET_VAR, bufptr, iolen));
474 return (dev_wlc_ioctl(dev, WLC_SET_VAR, ioctlbuf, buflen));
993 if ((error = dev_wlc_ioctl(dev, WLC_SET_VAR,
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 698 #define WLC_SET_VAR 263
    [all...]

Completed in 31 milliseconds