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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 64 extern int wl_get(void *wl, int cmd, void *buf, int len);
dhdu_linux.c 226 * wl_get or wl_set functions also check if it is a local command hence they in turn
227 * call dhd_ioctl if required. Name wl_get/wl_set is retained because these functions are
233 return wl_get(dhd, cmd, buf, len);
290 if ((ret = wl_get(wl, WLC_GET_MAGIC, &val, sizeof(int))) < 0)
294 if ((ret = wl_get(wl, WLC_GET_VERSION, &val, sizeof(int))) < 0)
340 /* This function is called by wl_get to execute either local dhd command
378 /* The function is replica of wl_get in wlu_linux.c. Optimize when we have some
382 wl_get(void *wl, int cmd, void *buf, int len) function

Completed in 76 milliseconds