Searched defs:ioc (Results 1 - 2 of 2) sorted by path

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c98 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) argument
113 ret = dhd_nl_do_testmode(&dhd_nli, ioc);
118 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) argument
125 ifr->ifr_data = (caddr_t)ioc;
147 dhd_ioctl_t ioc; local
165 ioc.cmd = cmd;
166 ioc.buf = buf;
167 ioc.len = len;
168 ioc.set = set;
169 ioc
[all...]
H A Ddhdu_nl80211.c101 int dhd_nl_do_testmode(struct dhd_netlink_info *dhd_nli, dhd_ioctl_t *ioc) argument
114 NLA_PUT(msg, NL80211_ATTR_TESTDATA, sizeof(*ioc), ioc);

Completed in 39 milliseconds