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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 65 extern int wl_set(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
266 return wl_set(dhd, cmd, buf, len);
359 /* This function is called by wl_set to execute either local dhd command
400 /* The function is replica of wl_set in wlu_linux.c. Optimize when we have some
404 wl_set(void *wl, int cmd, void *buf, int len) function

Completed in 53 milliseconds