Lines Matching refs:dhd_iovar

1042 	ret = dhd_iovar(dhd, 0, "sssr_reg_info", NULL, 0,  (char *)dhd->sssr_reg_info,  in dhd_get_sssr_reg_info()
1420 ret = dhd_iovar(dhd, 0, "sdtc", (char *)iov_req, iovlen, in dhd_sdtc_etb_init()
2207 return dhd_iovar(dhd, 0, "cons", msg, msglen, NULL, 0, TRUE); in dhd_bus_console_in()
3024 bcmerror = dhd_iovar(dhd_pub, bssidx, "proxy_arp_advertise", val, sizeof(int_val), in dhd_doiovar()
6471 ret = dhd_iovar(dhd, idx, "arp_table_clear", NULL, 0, NULL, 0, TRUE); in dhd_aoe_arp_clr()
6495 ret = dhd_iovar(dhd, idx, "arp_hostip_clear", NULL, 0, NULL, 0, TRUE); in dhd_aoe_hostip_clr()
6516 ret = dhd_iovar(dhd, idx, "arp_hostip", (char *)&ipaddr, sizeof(ipaddr), in dhd_arp_offload_add_ip()
6544 ret = dhd_iovar(dhd, idx, "arp_hostip", NULL, 0, (char *)buf, buflen, in dhd_arp_get_arp_hostip_table()
7412 ret = dhd_iovar(dhd, 0, "sroam", NULL, 0, (char *)psroam, sroamlen, FALSE); in dhd_sroam_set_mon()
7427 ret = dhd_iovar(dhd, 0, "sroam", (char *)psroam, sroamlen, NULL, 0, TRUE); in dhd_sroam_set_mon()
10513 rc = dhd_iovar(dhd, 0, "ecounters_autoconfig", NULL, 0, (char *)&buf, sizeof(buf), FALSE); in dhd_ecounter_autoconfig()
10633 if ((rc = dhd_iovar(dhd, 0, "ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_start_ecounters()
10672 if ((rc = dhd_iovar(dhd, 0, "ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_stop_ecounters()
10799 rc = dhd_iovar(dhd, 0, "event_ecounters", (char *)req, req->len, NULL, 0, TRUE); in dhd_start_event_ecounters()
10839 if ((rc = dhd_iovar(dhd, 0, "event_ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_stop_event_ecounters()
11327 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()
11355 ret = dhd_iovar(dhd, 0, "roam_rssi_limit", NULL, 0, (char *)plmt, plmt_len, FALSE); in dhd_roam_rssi_limit_get()
11407 ret = dhd_iovar(dhd, 0, "roam_rssi_limit", (char *)plmt, plmt_len, NULL, 0, TRUE); in dhd_roam_rssi_limit_set()
11436 ret = dhd_iovar(dhd, 0, "roam_min_delta", NULL, 0, (char *)pmin_delta, plen, FALSE); in dhd_roam_min_delta_get()
11485 ret = dhd_iovar(dhd, 0, "roam_min_delta", (char *)pmin_delta, plen, NULL, 0, TRUE); in dhd_roam_min_delta_set()
11708 dhd_iovar(dhd_pub_t *pub, int ifidx, char *name, char *param_buf, uint param_len, char *res_buf, in dhd_iovar() function