Searched refs:wldev_iovar_getbuf (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | wldev_common.c | 82 s32 wldev_iovar_getbuf( in wldev_iovar_getbuf() function 137 err = wldev_iovar_getbuf(dev, iovar, pval, sizeof(*pval), iovar_buf, in wldev_iovar_getint() 350 error = wldev_iovar_getbuf(dev, "country", NULL, 0, &cspec, sizeof(cspec), NULL); in wldev_set_country()
|
D | wldev_common.h | 41 s32 wldev_iovar_getbuf(
|
D | wl_cfg80211.c | 3921 err = wldev_iovar_getbuf(dev, "sta_info", (struct ether_addr *)mac, in wl_cfg80211_get_station() 5227 err = wldev_iovar_getbuf(dev, "bw_cap", ¶m, sizeof(param), 7388 err = wldev_iovar_getbuf(ndev, "assoc_info", NULL, 0, wl->extra_buf, 7407 err = wldev_iovar_getbuf(ndev, "assoc_req_ies", NULL, 0, wl->extra_buf, 7428 err = wldev_iovar_getbuf(ndev, "assoc_resp_ies", NULL, 0, wl->extra_buf, 8477 err = wldev_iovar_getbuf(iscan->dev, "iscanresults", &list,
|