Home
last modified time | relevance | path

Searched refs:dhd_ioctl (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h37 typedef struct dhd_ioctl { struct
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() function
182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ in wl_ioctl()
347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe()
366 return dhd_ioctl(wl, cmd, buf, *len, TRUE); in ioctl_setinformation_fe()