| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 720 if (cmd == WLC_SET_VAR) { in dhd_conf_set_intiovar() 723 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, sizeof(iovbuf), TRUE, 0)) < 0) in dhd_conf_set_intiovar() 748 if (cmd == WLC_SET_VAR) { in dhd_conf_set_bufiovar() 799 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, "rsdb_mode", (char *)&rsdb_mode_cfg, in dhd_conf_rsdb_mode() 815 {WLC_SET_VAR, "rsdb_mode", dhd_conf_rsdb_mode}, 871 cmd = WLC_SET_VAR; in dhd_conf_set_wl_cmd() 960 bcmerror = dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, "country", (char *)cspec, in dhd_conf_set_country() 1037 dhd_conf_set_intiovar(dhd, WLC_SET_VAR, "roam_off", dhd->conf->roam_off, 0, FALSE); in dhd_conf_set_roam() 1052 dhd_conf_set_intiovar(dhd, WLC_SET_VAR, "fullroamperiod", in dhd_conf_set_roam() 1102 ret = dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, "event_msgs", eventmask, in dhd_conf_apply_eventbuffer() [all …]
|
| H A D | dhd_common.c | 947 if (ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) { in dhd_wl_ioctl() 3406 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3417 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 3703 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 3727 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() 3748 arp_mode, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_set() 3765 arp_enable, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_enable() 3886 ndo_enable, WLC_SET_VAR, TRUE, 0); in dhd_ndo_enable() 3918 retcode = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, iov_len, TRUE, idx); in dhd_ndo_add_ip() 3951 retcode = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, iov_len, TRUE, idx); in dhd_ndo_remove_ip() [all …]
|
| H A D | wldev_common.c | 166 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 290 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | wl_android_ext.c | 6475 {WLC_GET_VAR, WLC_SET_VAR, "event_msg", wl_ext_event_msg}, 6476 {WLC_GET_VAR, WLC_SET_VAR, "gtk_key_info", wl_ext_gtk_key_info}, 6477 {WLC_GET_VAR, WLC_SET_VAR, "recal", wl_ext_recal}, 6478 {WLC_GET_VAR, WLC_SET_VAR, "rsdb_mode", wl_ext_rsdb_mode}, 6479 {WLC_GET_VAR, WLC_SET_VAR, "mkeep_alive", wl_ext_mkeep_alive}, 6481 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_add", wl_ext_pkt_filter_add}, 6482 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_delete", wl_ext_pkt_filter_delete}, 6483 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_enable", wl_ext_pkt_filter_enable}, 6486 {WLC_GET_VAR, WLC_SET_VAR, "mesh_peer_status", wl_ext_mesh_peer_status}, 6489 {WLC_GET_VAR, WLC_SET_VAR, "send_probreq", wl_ext_send_probreq}, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 1444 if (cmd == WLC_SET_VAR) { in dhd_conf_set_intiovar() 1447 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, sizeof(iovbuf), TRUE, ifidx)) < 0) in dhd_conf_set_intiovar() 1472 if (cmd == WLC_SET_VAR) { in dhd_conf_set_bufiovar() 1513 } else if (cmd == WLC_SET_VAR) { in dhd_conf_iovar_buf() 1641 bcmerror = dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, "country", (char *)cspec, in dhd_conf_set_country() 1698 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&rsdb_mode_cfg, in dhd_conf_rsdb_mode() 1722 dhd_conf_iovar_buf(dhd, 0, WLC_SET_VAR, cmd, var, sizeof(var)); in dhd_conf_reg2args() 1847 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&mybuf, in dhd_conf_he_cmd() 1881 ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, iovar_len, TRUE, 0); in dhd_conf_scan_mac() 1934 {WLC_SET_VAR, "rsdb_mode", dhd_conf_rsdb_mode}, [all …]
|
| H A D | wl_android_ext.c | 2657 {WLC_GET_VAR, WLC_SET_VAR, "event_msg", wl_ext_event_msg}, 2659 {WLC_GET_VAR, WLC_SET_VAR, "gtk_key_info", wl_ext_gtk_key_info}, 2661 {WLC_GET_VAR, WLC_SET_VAR, "recal", wl_ext_recal}, 2662 {WLC_GET_VAR, WLC_SET_VAR, "rsdb_mode", wl_ext_rsdb_mode}, 2663 {WLC_GET_VAR, WLC_SET_VAR, "mkeep_alive", wl_ext_mkeep_alive}, 2665 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_add", wl_ext_pkt_filter_add}, 2666 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_delete", wl_ext_pkt_filter_delete}, 2667 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_enable", wl_ext_pkt_filter_enable}, 2670 {WLC_GET_VAR, WLC_SET_VAR, "mesh_peer_status", wl_ext_mesh_peer_status}, 2673 {WLC_GET_VAR, WLC_SET_VAR, "send_probreq", wl_ext_send_probreq}, [all …]
|
| H A D | dhd_cfg80211.c | 348 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 362 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 473 err = wldev_ioctl_set(ndev, WLC_SET_VAR, buf, buf_len); in wl_dongle_filter()
|
| H A D | wldev_common.c | 200 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 323 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | dhd_common.c | 1871 if (ioc->cmd == WLC_SET_VAR && buf) { in dhd_wl_ioctl() 1971 if ((ioc->cmd == WLC_SET_VAR && in dhd_wl_ioctl() 2013 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 2085 if ((ret == BCME_OK && ioc->cmd == WLC_SET_VAR && in dhd_wl_ioctl() 2097 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 6036 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 6042 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 6058 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 6363 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 6387 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 1378 if (cmd == WLC_SET_VAR) { in dhd_conf_set_intiovar() 1381 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, sizeof(iovbuf), TRUE, 0)) < 0) in dhd_conf_set_intiovar() 1406 if (cmd == WLC_SET_VAR) { in dhd_conf_set_bufiovar() 1447 } else if (cmd == WLC_SET_VAR) { in dhd_conf_iovar_buf() 1498 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&rsdb_mode_cfg, in dhd_conf_rsdb_mode() 1522 dhd_conf_iovar_buf(dhd, 0, WLC_SET_VAR, cmd, var, sizeof(var)); in dhd_conf_reg2args() 1647 dhd_conf_set_bufiovar(dhd, 0, WLC_SET_VAR, cmd, (char *)&mybuf, in dhd_conf_he_cmd() 1681 ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, iovbuf, iovar_len, TRUE, 0); in dhd_conf_scan_mac() 1706 {WLC_SET_VAR, "rsdb_mode", dhd_conf_rsdb_mode}, 1707 {WLC_SET_VAR, "he", dhd_conf_he_cmd}, [all …]
|
| H A D | wl_android_ext.c | 2673 {WLC_GET_VAR, WLC_SET_VAR, "event_msg", wl_ext_event_msg}, 2675 {WLC_GET_VAR, WLC_SET_VAR, "gtk_key_info", wl_ext_gtk_key_info}, 2677 {WLC_GET_VAR, WLC_SET_VAR, "recal", wl_ext_recal}, 2678 {WLC_GET_VAR, WLC_SET_VAR, "rsdb_mode", wl_ext_rsdb_mode}, 2679 {WLC_GET_VAR, WLC_SET_VAR, "mkeep_alive", wl_ext_mkeep_alive}, 2681 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_add", wl_ext_pkt_filter_add}, 2682 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_delete", wl_ext_pkt_filter_delete}, 2683 {WLC_GET_VAR, WLC_SET_VAR, "pkt_filter_enable", wl_ext_pkt_filter_enable}, 2686 {WLC_GET_VAR, WLC_SET_VAR, "mesh_peer_status", wl_ext_mesh_peer_status}, 2689 {WLC_GET_VAR, WLC_SET_VAR, "send_probreq", wl_ext_send_probreq}, [all …]
|
| H A D | dhd_cfg80211.c | 348 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 362 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 473 err = wldev_ioctl_set(ndev, WLC_SET_VAR, buf, buf_len); in wl_dongle_filter()
|
| H A D | wldev_common.c | 200 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 323 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | dhd_common.c | 1871 if (ioc->cmd == WLC_SET_VAR && buf) { in dhd_wl_ioctl() 1971 if ((ioc->cmd == WLC_SET_VAR && in dhd_wl_ioctl() 2013 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 2085 if ((ret == BCME_OK && ioc->cmd == WLC_SET_VAR && in dhd_wl_ioctl() 2097 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 6041 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 6047 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 6063 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 6368 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 6392 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_cfg80211.c | 342 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 356 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 452 err = wldev_ioctl_set(ndev, WLC_SET_VAR, buf, buf_len); in wl_dongle_filter()
|
| H A D | wldev_common.c | 162 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 285 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | dhd_common.c | 1129 if (ioc->cmd == WLC_SET_VAR && buf) { in dhd_wl_ioctl() 1203 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 3893 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3899 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3915 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 4219 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 4243 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() 4261 arp_mode, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_set() 4286 arp_enable, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_enable() 4420 ndo_enable, WLC_SET_VAR, TRUE, 0); in dhd_ndo_enable() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_cfg80211.c | 342 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 356 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 452 err = wldev_ioctl_set(ndev, WLC_SET_VAR, buf, buf_len); in wl_dongle_filter()
|
| H A D | wldev_common.c | 162 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 285 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | dhd_common.c | 1130 if (ioc->cmd == WLC_SET_VAR && buf) { in dhd_wl_ioctl() 1204 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 3913 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3919 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3935 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 4239 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 4263 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() 4281 arp_mode, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_set() 4306 arp_enable, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_enable() 4440 ndo_enable, WLC_SET_VAR, TRUE, 0); in dhd_ndo_enable() [all …]
|
| H A D | dhd_cdc.c | 353 if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR)) { in dhd_prot_ioctl() 379 if ((!ret) && (ioc->cmd == WLC_SET_VAR) && (!strcmp(buf, "wme_dp"))) { in dhd_prot_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_cfg80211.c | 342 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 356 err = wldev_ioctl_set(ndev, WLC_SET_VAR, iovbuf, len); in wl_dongle_offload() 452 err = wldev_ioctl_set(ndev, WLC_SET_VAR, buf, buf_len); in wl_dongle_filter()
|
| H A D | wldev_common.c | 162 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf() 285 ret = wldev_ioctl_set(dev, WLC_SET_VAR, buf, iovar_len); in wldev_iovar_setbuf_bsscfg()
|
| H A D | dhd_common.c | 1130 if (ioc->cmd == WLC_SET_VAR && buf) { in dhd_wl_ioctl() 1204 if ((ioc->cmd == WLC_GET_VAR || ioc->cmd == WLC_SET_VAR) && in dhd_wl_ioctl() 3913 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3919 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_enable() 3935 master_mode, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_enable() 4239 rc = dhd_wl_ioctl_cmd(dhd, WLC_SET_VAR, buf, buf_len, TRUE, 0); in dhd_pktfilter_offload_set() 4263 id, WLC_SET_VAR, TRUE, 0); in dhd_pktfilter_offload_delete() 4281 arp_mode, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_set() 4306 arp_enable, WLC_SET_VAR, TRUE, 0); in dhd_arp_offload_enable() 4440 ndo_enable, WLC_SET_VAR, TRUE, 0); in dhd_ndo_enable() [all …]
|
| H A D | dhd_cdc.c | 353 if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR)) { in dhd_prot_ioctl() 379 if ((!ret) && (ioc->cmd == WLC_SET_VAR) && (!strcmp(buf, "wme_dp"))) { in dhd_prot_ioctl()
|