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

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 61 extern int wl_get(void *wl, int cmd, void *buf, int len);
174 * wl_get or wl_set functions also check if it is a local command hence they in turn
175 * call dhd_ioctl if required. Name wl_get/wl_set is retained because these functions are
181 return wl_get(dhd, cmd, buf, len);
238 if ((ret = wl_get(wl, WLC_GET_MAGIC, &val, sizeof(int))) < 0)
242 if ((ret = wl_get(wl, WLC_GET_VERSION, &val, sizeof(int))) < 0)
288 /* This function is called by wl_get to execute either local dhd command
306 /* The function is replica of wl_get in wlu_linux.c. Optimize when we have some
310 wl_get(void *wl, int cmd, void *buf, int len) function
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 61 extern int wl_get(void *wl, int cmd, void *buf, int len);
174 * wl_get or wl_set functions also check if it is a local command hence they in turn
175 * call dhd_ioctl if required. Name wl_get/wl_set is retained because these functions are
181 return wl_get(dhd, cmd, buf, len);
238 if ((ret = wl_get(wl, WLC_GET_MAGIC, &val, sizeof(int))) < 0)
242 if ((ret = wl_get(wl, WLC_GET_VERSION, &val, sizeof(int))) < 0)
288 /* This function is called by wl_get to execute either local dhd command
306 /* The function is replica of wl_get in wlu_linux.c. Optimize when we have some
310 wl_get(void *wl, int cmd, void *buf, int len) function

Completed in 889 milliseconds