Lines Matching refs:dhd_iovar

635 	ret = dhd_iovar(dhd, 0, "sssr_reg_info", NULL, 0,  (char *)&dhd->sssr_reg_info,  in dhd_get_sssr_reg_info()
1339 return dhd_iovar(dhd, 0, "cons", msg, msglen, NULL, 0, TRUE); in dhd_bus_console_in()
1914 bcmerror = dhd_iovar(dhd_pub, bssidx, "proxy_arp_advertise", val, sizeof(int_val), in dhd_doiovar()
4320 ret = dhd_iovar(dhd, idx, "arp_table_clear", NULL, 0, NULL, 0, TRUE); in dhd_aoe_arp_clr()
4334 ret = dhd_iovar(dhd, idx, "arp_hostip_clear", NULL, 0, NULL, 0, TRUE); in dhd_aoe_hostip_clr()
4348 ret = dhd_iovar(dhd, idx, "arp_hostip", (char *)&ipaddr, sizeof(ipaddr), in dhd_arp_offload_add_ip()
4370 ret = dhd_iovar(dhd, idx, "arp_hostip", NULL, 0, (char *)buf, buflen, in dhd_arp_get_arp_hostip_table()
5174 ret = dhd_iovar(dhd, 0, "sroam", NULL, 0, (char *)psroam, sroamlen, FALSE); in dhd_sroam_set_mon()
5189 ret = dhd_iovar(dhd, 0, "sroam", (char *)psroam, sroamlen, NULL, 0, TRUE); in dhd_sroam_set_mon()
6685 err = dhd_iovar(dhd, 0, "event_log_set_type", (char *)&logset_type, in dhd_get_preserve_log_numbers()
6706 rc = dhd_iovar(dhd, 0, "ecounters_autoconfig", NULL, 0, (char *)&buf, sizeof(buf), FALSE); in dhd_ecounter_autoconfig()
6826 if ((rc = dhd_iovar(dhd, 0, "ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_start_ecounters()
6865 if ((rc = dhd_iovar(dhd, 0, "ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_stop_ecounters()
6991 rc = dhd_iovar(dhd, 0, "event_ecounters", (char *)req, req->len, NULL, 0, TRUE); in dhd_start_event_ecounters()
7031 if ((rc = dhd_iovar(dhd, 0, "event_ecounters", (char *)req, req->len, NULL, 0, TRUE)) < 0) { in dhd_stop_event_ecounters()
7819 ret = dhd_iovar(dhd, 0, "he", (char *)&mybuf, sizeof(mybuf), NULL, 0, TRUE); in dhd_control_he_enab()