Home
last modified time | relevance | path

Searched refs:wldev_iovar_setint (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_cfg80211.c195 err = wldev_iovar_setint(ndev, "bus:host_access", bus_host_access); in wl_dongle_up()
224 err = wldev_iovar_setint(ndev, "bus:host_access", bus_host_access); in wl_dongle_down()
256 err = wldev_iovar_setint(ndev, "bus:txglomalign", dongle_align); in wl_dongle_glom()
263 err = wldev_iovar_setint(ndev, "bus:txglom", glom); in wl_dongle_glom()
284 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
291 err = wldev_iovar_setint(ndev, "roam_off", roamvar); in wl_dongle_roam()
484 err = wldev_iovar_setint(ndev, "pkt_filter_mode", filter_mode); in wl_dongle_filter()
H A Dwl_roam.c302 error = wldev_iovar_setint(dev, "roamscan_mode", mode); in set_roamscan_mode()
364 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in set_roamscan_chanspec_list()
376 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in set_roamscan_chanspec_list()
528 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in wl_update_roamscan_cache_by_band()
535 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in wl_update_roamscan_cache_by_band()
H A Dwl_cfgvif.c1667 if ((err = wldev_iovar_setint(dev, "chanspec", in wl_cfg80211_set_channel()
2810 err = wldev_iovar_setint(dev, "map", 2); in wl_cfg80211_set_ap_role()
2815 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_set_ap_role()
2854 err = wldev_iovar_setint(dev, "apsta", 1); in wl_cfg80211_set_ap_role()
2857 err = wldev_iovar_setint(dev, "apsta", 0); in wl_cfg80211_set_ap_role()
2872 err = wldev_iovar_setint(dev, "map", 2); in wl_cfg80211_set_ap_role()
2877 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_set_ap_role()
2896 err = wldev_iovar_setint(dev, "apsta", 0); in wl_cfg80211_set_ap_role()
3090 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_bcn_bringup_ap()
3564 err = wldev_iovar_setint(dev, "pspretend_retry_limit", ps_pretend_retries); in wl_cfg80211_set_scb_timings()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_cfg80211.c195 err = wldev_iovar_setint(ndev, "bus:host_access", bus_host_access); in wl_dongle_up()
224 err = wldev_iovar_setint(ndev, "bus:host_access", bus_host_access); in wl_dongle_down()
256 err = wldev_iovar_setint(ndev, "bus:txglomalign", dongle_align); in wl_dongle_glom()
263 err = wldev_iovar_setint(ndev, "bus:txglom", glom); in wl_dongle_glom()
284 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
291 err = wldev_iovar_setint(ndev, "roam_off", roamvar); in wl_dongle_roam()
484 err = wldev_iovar_setint(ndev, "pkt_filter_mode", filter_mode); in wl_dongle_filter()
H A Dwl_roam.c302 error = wldev_iovar_setint(dev, "roamscan_mode", mode); in set_roamscan_mode()
364 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in set_roamscan_chanspec_list()
376 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in set_roamscan_chanspec_list()
528 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in wl_update_roamscan_cache_by_band()
535 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in wl_update_roamscan_cache_by_band()
H A Dwl_cfgvif.c1674 if ((err = wldev_iovar_setint(dev, "chanspec", in wl_cfg80211_set_channel()
2817 err = wldev_iovar_setint(dev, "map", 2); in wl_cfg80211_set_ap_role()
2822 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_set_ap_role()
2861 err = wldev_iovar_setint(dev, "apsta", 1); in wl_cfg80211_set_ap_role()
2864 err = wldev_iovar_setint(dev, "apsta", 0); in wl_cfg80211_set_ap_role()
2879 err = wldev_iovar_setint(dev, "map", 2); in wl_cfg80211_set_ap_role()
2884 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_set_ap_role()
2903 err = wldev_iovar_setint(dev, "apsta", 0); in wl_cfg80211_set_ap_role()
3097 err = wldev_iovar_setint(dev, "dwds", 1); in wl_cfg80211_bcn_bringup_ap()
3571 err = wldev_iovar_setint(dev, "pspretend_retry_limit", ps_pretend_retries); in wl_cfg80211_set_scb_timings()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_roam.c121 error = wldev_iovar_setint(dev, "roamscan_mode", mode); in set_roamscan_mode()
178 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in set_roamscan_channel_list()
190 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in set_roamscan_channel_list()
499 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in wl_update_roamscan_cache_by_band()
506 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in wl_update_roamscan_cache_by_band()
H A Ddhd_cfg80211.c254 err = wldev_iovar_setint(ndev, "bus:txglomalign", dongle_align); in wl_dongle_glom()
261 err = wldev_iovar_setint(ndev, "bus:txglom", glom); in wl_dongle_glom()
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
288 err = wldev_iovar_setint(ndev, "roam_off", roamvar); in wl_dongle_roam()
463 err = wldev_iovar_setint(ndev, "pkt_filter_mode", filter_mode); in wl_dongle_filter()
H A Dwl_android.c1042 ret = wldev_iovar_setint(dev, "hogsqs", set_val2); in wl_android_hogsqs()
2599 error = wldev_iovar_setint(dev, "scan_home_away_time", time); in wl_android_set_scan_home_away_time()
2696 error = wldev_iovar_setint(dev, "scan_passive_time", scan_passive_time); in wl_android_set_scan_dfs_channel_mode()
3003 error = wldev_iovar_setint(dev, "okc_enable", mode); in wl_android_set_okc_mode()
3058 error = wldev_iovar_setint(dev, "okc_enable", okc_enable); in wl_android_okc_enable()
3386 error = wldev_iovar_setint(dev, "fccpwrlimit2g", enable); in wl_android_set_fcc_pwr_limit_2g()
3577 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_resp", data)) != BCME_OK) { in wl_android_wbtext()
3621 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_timer_threshold", in wl_cfg80211_wbtext_btm_timer_threshold()
3646 if ((error = wldev_iovar_setint(dev, "wnm_btmdelta", in wl_cfg80211_wbtext_btm_delta()
3683 if ((error = wldev_iovar_setint(dev, "wnm", wnmmask)) != BCME_OK) { in wl_cfg80211_wbtext_estm_enable()
[all …]
H A Ddhd_bandsteer.c539 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_init()
599 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_deinit()
H A Dwldev_common.h61 s32 wldev_iovar_setint(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_roam.c123 error = wldev_iovar_setint(dev, "roamscan_mode", mode); in set_roamscan_mode()
180 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in set_roamscan_channel_list()
192 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in set_roamscan_channel_list()
516 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in wl_update_roamscan_cache_by_band()
523 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in wl_update_roamscan_cache_by_band()
H A Ddhd_cfg80211.c254 err = wldev_iovar_setint(ndev, "bus:txglomalign", dongle_align); in wl_dongle_glom()
261 err = wldev_iovar_setint(ndev, "bus:txglom", glom); in wl_dongle_glom()
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
288 err = wldev_iovar_setint(ndev, "roam_off", roamvar); in wl_dongle_roam()
463 err = wldev_iovar_setint(ndev, "pkt_filter_mode", filter_mode); in wl_dongle_filter()
H A Dwl_android.c1028 ret = wldev_iovar_setint(dev, "hogsqs", set_val2); in wl_android_hogsqs()
1058 ret = wldev_iovar_setint(dev, "scan_protect_bss", result); in wl_android_scan_protect_bss()
1187 ret = wldev_iovar_setint(dev, "maxassoc", max_assoc); in wl_android_set_maxassoc_limit()
1428 ret = wldev_iovar_setint(dev, "block_assoc", enable_blockassoc); in wl_android_block_associations()
2407 error = wldev_iovar_setint(dev, "scan_home_away_time", time); in wl_android_set_scan_home_away_time()
2504 error = wldev_iovar_setint(dev, "scan_passive_time", scan_passive_time); in wl_android_set_scan_dfs_channel_mode()
2811 error = wldev_iovar_setint(dev, "okc_enable", mode); in wl_android_set_okc_mode()
2866 error = wldev_iovar_setint(dev, "okc_enable", okc_enable); in wl_android_okc_enable()
3194 error = wldev_iovar_setint(dev, "fccpwrlimit2g", enable); in wl_android_set_fcc_pwr_limit_2g()
3385 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_resp", data)) != BCME_OK) { in wl_android_wbtext()
[all …]
H A Ddhd_bandsteer.c539 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_init()
599 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_deinit()
H A Dwldev_common.h61 s32 wldev_iovar_setint(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_cfg80211.c254 err = wldev_iovar_setint(ndev, "bus:txglomalign", dongle_align); in wl_dongle_glom()
261 err = wldev_iovar_setint(ndev, "bus:txglom", glom); in wl_dongle_glom()
281 err = wldev_iovar_setint(ndev, "bcn_timeout", bcn_timeout); in wl_dongle_roam()
288 err = wldev_iovar_setint(ndev, "roam_off", roamvar); in wl_dongle_roam()
463 err = wldev_iovar_setint(ndev, "pkt_filter_mode", filter_mode); in wl_dongle_filter()
H A Dwl_roam.c123 error = wldev_iovar_setint(dev, "roamscan_mode", mode); in set_roamscan_mode()
180 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in set_roamscan_channel_list()
192 error = wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in set_roamscan_channel_list()
516 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_NORMAL); in wl_update_roamscan_cache_by_band()
523 wldev_iovar_setint(dev, "roamscan_mode", ROAMSCAN_MODE_WES); in wl_update_roamscan_cache_by_band()
H A Dwl_android.c1047 ret = wldev_iovar_setint(dev, "hogsqs", set_val2); in wl_android_hogsqs()
1077 ret = wldev_iovar_setint(dev, "scan_protect_bss", result); in wl_android_scan_protect_bss()
1206 ret = wldev_iovar_setint(dev, "maxassoc", max_assoc); in wl_android_set_maxassoc_limit()
1629 ret = wldev_iovar_setint(dev, "block_assoc", enable_blockassoc); in wl_android_block_associations()
2685 error = wldev_iovar_setint(dev, "scan_home_away_time", time); in wl_android_set_scan_home_away_time()
2782 error = wldev_iovar_setint(dev, "scan_passive_time", scan_passive_time); in wl_android_set_scan_dfs_channel_mode()
3089 error = wldev_iovar_setint(dev, "okc_enable", mode); in wl_android_set_okc_mode()
3144 error = wldev_iovar_setint(dev, "okc_enable", okc_enable); in wl_android_okc_enable()
3472 error = wldev_iovar_setint(dev, "fccpwrlimit2g", enable); in wl_android_set_fcc_pwr_limit_2g()
3663 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_resp", data)) != BCME_OK) { in wl_android_wbtext()
[all …]
H A Ddhd_bandsteer.c539 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_init()
599 if ((err = wldev_iovar_setint( in dhd_bandsteer_module_deinit()
H A Dwldev_common.h61 s32 wldev_iovar_setint(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c974 error = wldev_iovar_setint(dev, "fccpwrlimit2g", enable); in wl_android_set_fcc_pwr_limit_2g()
1110 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_resp", data)) != BCME_OK) { in wl_android_wbtext()
1154 if ((error = wldev_iovar_setint(dev, "wnm_bsstrans_timer_threshold", in wl_cfg80211_wbtext_btm_timer_threshold()
1179 if ((error = wldev_iovar_setint(dev, "wnm_btmdelta", in wl_cfg80211_wbtext_btm_delta()
2723 wldev_iovar_setint(dev, "lpc", lpc_enabled); in wl_android_set_lpc()
2762 err = wldev_iovar_setint(net, "rmc_ackreq", rmc_enable); in wl_android_rmc_enable()
2844 error = wldev_iovar_setint(dev, "scan_ps", mode); in wl_android_set_singlecore_scan()
2924 err = wldev_iovar_setint(dev, "sar_enable", setval); in wl_android_set_sarlimit_txctrl()
2943 error = wldev_iovar_setint(dev, "roam_off", mode); in wl_android_set_roam_mode()
3224 ret = wldev_iovar_setint(dev, config->iovar, config->param); in wl_android_iolist_add()
[all …]
H A Dwldev_common.h62 s32 wldev_iovar_setint(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwldev_common.h55 s32 wldev_iovar_setint(
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwldev_common.h55 s32 wldev_iovar_setint(

123