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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_common.h64 extern int wl_get(void *wl, int cmd, void *buf, int len);
H A Ddhdu_linux.c226 * 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 24 milliseconds