Home
last modified time | relevance | path

Searched refs:hotlist_params (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_cfgvendor.c657 gscan_hotlist_scan_params_t *hotlist_params; in wl_cfgvendor_hotlist_cfg() local
663 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in wl_cfgvendor_hotlist_cfg()
664 if (!hotlist_params) { in wl_cfgvendor_hotlist_cfg()
669 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in wl_cfgvendor_hotlist_cfg()
675 pbssid = hotlist_params->bssid; in wl_cfgvendor_hotlist_cfg()
696 hotlist_params->nbssid = j; in wl_cfgvendor_hotlist_cfg()
702 hotlist_params->lost_ap_window = nla_get_u32(iter); in wl_cfgvendor_hotlist_cfg()
709 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in wl_cfgvendor_hotlist_cfg()
715 kfree(hotlist_params); in wl_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_cfgvendor.c735 gscan_hotlist_scan_params_t *hotlist_params; in wl_cfgvendor_hotlist_cfg() local
741 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in wl_cfgvendor_hotlist_cfg()
742 if (!hotlist_params) { in wl_cfgvendor_hotlist_cfg()
747 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in wl_cfgvendor_hotlist_cfg()
753 pbssid = hotlist_params->bssid; in wl_cfgvendor_hotlist_cfg()
774 hotlist_params->nbssid = j; in wl_cfgvendor_hotlist_cfg()
780 hotlist_params->lost_ap_window = nla_get_u32(iter); in wl_cfgvendor_hotlist_cfg()
787 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in wl_cfgvendor_hotlist_cfg()
793 kfree(hotlist_params); in wl_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Drtw_cfgvendor.c751 gscan_hotlist_scan_params_t *hotlist_params; in wl_cfgvendor_hotlist_cfg() local
757 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in wl_cfgvendor_hotlist_cfg()
758 if (!hotlist_params) { in wl_cfgvendor_hotlist_cfg()
763 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in wl_cfgvendor_hotlist_cfg()
769 pbssid = hotlist_params->bssid; in wl_cfgvendor_hotlist_cfg()
790 hotlist_params->nbssid = j; in wl_cfgvendor_hotlist_cfg()
796 hotlist_params->lost_ap_window = nla_get_u32(iter); in wl_cfgvendor_hotlist_cfg()
803 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in wl_cfgvendor_hotlist_cfg()
809 kfree(hotlist_params); in wl_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Drtw_cfgvendor.c741 gscan_hotlist_scan_params_t *hotlist_params; in wl_cfgvendor_hotlist_cfg() local
747 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in wl_cfgvendor_hotlist_cfg()
748 if (!hotlist_params) { in wl_cfgvendor_hotlist_cfg()
753 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in wl_cfgvendor_hotlist_cfg()
759 pbssid = hotlist_params->bssid; in wl_cfgvendor_hotlist_cfg()
780 hotlist_params->nbssid = j; in wl_cfgvendor_hotlist_cfg()
786 hotlist_params->lost_ap_window = nla_get_u32(iter); in wl_cfgvendor_hotlist_cfg()
793 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in wl_cfgvendor_hotlist_cfg()
799 kfree(hotlist_params); in wl_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Drtw_cfgvendor.c739 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
745 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
746 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
751 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
757 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
778 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
784 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
791 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
797 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drtw_cfgvendor.c755 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
761 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
762 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
767 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
773 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
794 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
800 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
807 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
813 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_cfgvendor.c773 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
779 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
780 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
785 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
791 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
812 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
818 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
825 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
831 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_cfgvendor.c752 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
758 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
759 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
764 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
770 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
791 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
797 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
804 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
810 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drtw_cfgvendor.c759 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
765 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
766 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
771 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
777 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
798 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
804 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
811 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
817 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drtw_cfgvendor.c755 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
761 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
762 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
767 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
773 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
794 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
800 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
807 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
813 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfgvendor.c754 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
760 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
761 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
766 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
772 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
793 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
799 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
806 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
812 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfgvendor.c754 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
760 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
761 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
766 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
772 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
793 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
799 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
806 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
812 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drtw_cfgvendor.c762 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
768 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
769 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
774 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
780 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
801 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
807 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
814 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
820 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_cfgvendor.c763 gscan_hotlist_scan_params_t *hotlist_params; in rtw_cfgvendor_hotlist_cfg() local
769 hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); in rtw_cfgvendor_hotlist_cfg()
770 if (!hotlist_params) { in rtw_cfgvendor_hotlist_cfg()
775 hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; in rtw_cfgvendor_hotlist_cfg()
781 pbssid = hotlist_params->bssid; in rtw_cfgvendor_hotlist_cfg()
802 hotlist_params->nbssid = j; in rtw_cfgvendor_hotlist_cfg()
808 hotlist_params->lost_ap_window = nla_get_u32(iter); in rtw_cfgvendor_hotlist_cfg()
815 DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { in rtw_cfgvendor_hotlist_cfg()
821 kfree(hotlist_params); in rtw_cfgvendor_hotlist_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pno.c3383 struct dhd_pno_hotlist_params *hotlist_params) in dhd_pno_set_for_hotlist() argument
3397 NULL_CHECK(hotlist_params, "hotlist_params is NULL", err); in dhd_pno_set_for_hotlist()
3421 _params->params_batch.nchan = hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3422 _params->params_batch.scan_fr = hotlist_params->scan_fr; in dhd_pno_set_for_hotlist()
3423 if (hotlist_params->nchan) in dhd_pno_set_for_hotlist()
3424 memcpy(_params->params_hotlist.chan_list, hotlist_params->chan_list, in dhd_pno_set_for_hotlist()
3428 rem_nchan = ARRAYSIZE(hotlist_params->chan_list) - hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3429 if (hotlist_params->band == WLC_BAND_2G || hotlist_params->band == WLC_BAND_5G) { in dhd_pno_set_for_hotlist()
3432 &_params->params_hotlist.chan_list[hotlist_params->nchan], in dhd_pno_set_for_hotlist()
3433 &rem_nchan, hotlist_params->band, FALSE); in dhd_pno_set_for_hotlist()
[all …]
H A Ddhd_pno.h493 struct dhd_pno_hotlist_params *hotlist_params);
535 struct dhd_pno_hotlist_params *hotlist_params);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pno.c3685 struct dhd_pno_hotlist_params *hotlist_params) in dhd_pno_set_for_hotlist() argument
3699 NULL_CHECK(hotlist_params, "hotlist_params is NULL", err); in dhd_pno_set_for_hotlist()
3723 _params->params_batch.nchan = hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3724 _params->params_batch.scan_fr = hotlist_params->scan_fr; in dhd_pno_set_for_hotlist()
3725 if (hotlist_params->nchan) in dhd_pno_set_for_hotlist()
3726 memcpy(_params->params_hotlist.chan_list, hotlist_params->chan_list, in dhd_pno_set_for_hotlist()
3730 rem_nchan = ARRAYSIZE(hotlist_params->chan_list) - hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3731 if (hotlist_params->band == WLC_BAND_2G || in dhd_pno_set_for_hotlist()
3733 hotlist_params->band == WLC_BAND_6G || in dhd_pno_set_for_hotlist()
3735 hotlist_params->band == WLC_BAND_5G) { in dhd_pno_set_for_hotlist()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pno.c3685 struct dhd_pno_hotlist_params *hotlist_params) in dhd_pno_set_for_hotlist() argument
3699 NULL_CHECK(hotlist_params, "hotlist_params is NULL", err); in dhd_pno_set_for_hotlist()
3723 _params->params_batch.nchan = hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3724 _params->params_batch.scan_fr = hotlist_params->scan_fr; in dhd_pno_set_for_hotlist()
3725 if (hotlist_params->nchan) in dhd_pno_set_for_hotlist()
3726 memcpy(_params->params_hotlist.chan_list, hotlist_params->chan_list, in dhd_pno_set_for_hotlist()
3730 rem_nchan = ARRAYSIZE(hotlist_params->chan_list) - hotlist_params->nchan; in dhd_pno_set_for_hotlist()
3731 if (hotlist_params->band == WLC_BAND_2G || in dhd_pno_set_for_hotlist()
3733 hotlist_params->band == WLC_BAND_6G || in dhd_pno_set_for_hotlist()
3735 hotlist_params->band == WLC_BAND_5G) { in dhd_pno_set_for_hotlist()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pno.c3656 struct dhd_pno_hotlist_params *hotlist_params) argument
3670 NULL_CHECK(hotlist_params, "hotlist_params is NULL", err);
3694 _params->params_batch.nchan = hotlist_params->nchan;
3695 _params->params_batch.scan_fr = hotlist_params->scan_fr;
3696 if (hotlist_params->nchan)
3697 memcpy(_params->params_hotlist.chan_list, hotlist_params->chan_list,
3701 rem_nchan = ARRAYSIZE(hotlist_params->chan_list) - hotlist_params->nchan;
3702 if (hotlist_params->band == WLC_BAND_2G || hotlist_params->band == WLC_BAND_5G) {
3705 &_params->params_hotlist.chan_list[hotlist_params->nchan],
3706 &rem_nchan, hotlist_params->band, FALSE);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pno.c3656 struct dhd_pno_hotlist_params *hotlist_params)
3670 NULL_CHECK(hotlist_params, "hotlist_params is NULL", err);
3694 _params->params_batch.nchan = hotlist_params->nchan;
3695 _params->params_batch.scan_fr = hotlist_params->scan_fr;
3696 if (hotlist_params->nchan)
3697 memcpy(_params->params_hotlist.chan_list, hotlist_params->chan_list,
3701 rem_nchan = ARRAYSIZE(hotlist_params->chan_list) - hotlist_params->nchan;
3702 if (hotlist_params->band == WLC_BAND_2G || hotlist_params->band == WLC_BAND_5G) {
3705 &_params->params_hotlist.chan_list[hotlist_params->nchan],
3706 &rem_nchan, hotlist_params->band, FALSE);
[all …]

12