Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c518 char iovbuf[32]; in dhd_set_suspend() local
534 sizeof(wl_pkt_filter_enable_t), iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
535 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
538 4, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
539 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
542 bcm_mkiovar("roam_off", (char *)&roamvar, 4, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
543 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
553 sizeof(wl_pkt_filter_enable_t), iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
554 dhdcdc_set_ioctl(dhd, 0, WLC_SET_VAR, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
558 4, iovbuf, sizeof(iovbuf)); in dhd_set_suspend()
[all …]
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_iw.c1688 char iovbuf[WL_EVENTING_MASK_LEN + 12]; in wl_iw_set_event_mask() local
1690 dev_iw_iovar_getbuf(dev, "event_msgs", "", 0, iovbuf, sizeof(iovbuf)); in wl_iw_set_event_mask()
1691 bcopy(iovbuf, eventmask, WL_EVENTING_MASK_LEN); in wl_iw_set_event_mask()
1694 iovbuf, sizeof(iovbuf)); in wl_iw_set_event_mask()