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

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 62 extern int wl_set(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
214 return wl_set(dhd, cmd, buf, len);
297 /* This function is called by wl_set to execute either local dhd command
321 /* The function is replica of wl_set in wlu_linux.c. Optimize when we have some
325 wl_set(void *wl, int cmd, void *buf, int len) function
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 62 extern int wl_set(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
214 return wl_set(dhd, cmd, buf, len);
297 /* This function is called by wl_set to execute either local dhd command
321 /* The function is replica of wl_set in wlu_linux.c. Optimize when we have some
325 wl_set(void *wl, int cmd, void *buf, int len) function

Completed in 38 milliseconds