Lines Matching refs:psoc
51 ucfg_scan_register_requester(struct wlan_objmgr_psoc *psoc, in ucfg_scan_register_requester() argument
54 return wlan_scan_register_requester(psoc, module_name, event_cb, arg); in ucfg_scan_register_requester()
68 void ucfg_scan_unregister_requester(struct wlan_objmgr_psoc *psoc, in ucfg_scan_unregister_requester() argument
71 return wlan_scan_unregister_requester(psoc, requester); in ucfg_scan_unregister_requester()
83 uint8_t *ucfg_get_scan_requester_name(struct wlan_objmgr_psoc *psoc,
95 wlan_scan_id ucfg_scan_get_scan_id(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_scan_id() argument
97 return wlan_scan_get_scan_id(psoc); in ucfg_scan_get_scan_id()
144 ucfg_is_6ghz_pno_scan_optimization_supported(struct wlan_objmgr_psoc *psoc);
179 ucfg_scan_register_pno_cb(struct wlan_objmgr_psoc *psoc,
235 QDF_STATUS ucfg_scan_psoc_set_enable(struct wlan_objmgr_psoc *psoc,
245 QDF_STATUS ucfg_scan_psoc_set_disable(struct wlan_objmgr_psoc *psoc,
276 struct wlan_objmgr_psoc *psoc, bool enable);
287 ucfg_scan_set_global_config(struct wlan_objmgr_psoc *psoc,
299 ucfg_scan_get_global_config(struct wlan_objmgr_psoc *psoc,
309 void ucfg_scan_set_obss_scan_offload(struct wlan_objmgr_psoc *psoc, bool value);
570 QDF_STATUS ucfg_scan_register_bcn_cb(struct wlan_objmgr_psoc *psoc,
580 QDF_STATUS ucfg_scan_update_user_config(struct wlan_objmgr_psoc *psoc,
603 QDF_STATUS ucfg_scan_psoc_enable(struct wlan_objmgr_psoc *psoc);
611 QDF_STATUS ucfg_scan_psoc_disable(struct wlan_objmgr_psoc *psoc);
619 QDF_STATUS ucfg_scan_psoc_open(struct wlan_objmgr_psoc *psoc);
627 QDF_STATUS ucfg_scan_psoc_close(struct wlan_objmgr_psoc *psoc);
636 uint32_t ucfg_scan_get_max_active_scans(struct wlan_objmgr_psoc *psoc);
647 bool ucfg_ie_allowlist_enabled(struct wlan_objmgr_psoc *psoc,
662 ucfg_copy_ie_allowlist_attrs(struct wlan_objmgr_psoc *psoc,
672 void ucfg_scan_set_bt_activity(struct wlan_objmgr_psoc *psoc,
680 bool ucfg_scan_get_bt_activity(struct wlan_objmgr_psoc *psoc);
688 bool ucfg_scan_is_mac_spoofing_enabled(struct wlan_objmgr_psoc *psoc);
698 ucfg_scan_get_extscan_adaptive_dwell_mode(struct wlan_objmgr_psoc *psoc);
708 void ucfg_scan_cfg_set_active_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_active_dwelltime() argument
711 return wlan_scan_cfg_set_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_active_dwelltime()
722 void ucfg_scan_cfg_set_active_2g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_active_2g_dwelltime() argument
725 return wlan_scan_cfg_set_active_2g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_active_2g_dwelltime()
736 void ucfg_scan_cfg_get_active_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_active_dwelltime() argument
739 return wlan_scan_cfg_get_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_active_dwelltime()
750 void ucfg_scan_cfg_set_passive_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_passive_dwelltime() argument
753 return wlan_scan_cfg_set_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_passive_dwelltime()
763 void ucfg_scan_cfg_get_passive_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_passive_dwelltime() argument
766 return wlan_scan_cfg_get_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_passive_dwelltime()
777 void ucfg_scan_cfg_get_active_2g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_active_2g_dwelltime() argument
780 return wlan_scan_cfg_get_active_2g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_active_2g_dwelltime()
792 QDF_STATUS ucfg_scan_cfg_set_active_6g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_active_6g_dwelltime() argument
795 return wlan_scan_cfg_set_active_6g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_active_6g_dwelltime()
806 QDF_STATUS ucfg_scan_cfg_get_passive_6g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_passive_6g_dwelltime() argument
809 return wlan_scan_cfg_get_passive_6g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_passive_6g_dwelltime()
821 QDF_STATUS ucfg_scan_cfg_set_passive_6g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_passive_6g_dwelltime() argument
824 return wlan_scan_cfg_set_passive_6g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_passive_6g_dwelltime()
835 QDF_STATUS ucfg_scan_cfg_get_active_6g_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_active_6g_dwelltime() argument
838 return wlan_scan_cfg_get_active_6g_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_active_6g_dwelltime()
850 void ucfg_scan_cfg_get_conc_active_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_conc_active_dwelltime() argument
853 return wlan_scan_cfg_get_conc_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_conc_active_dwelltime()
864 void ucfg_scan_cfg_set_conc_active_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_conc_active_dwelltime() argument
867 return wlan_scan_cfg_set_conc_active_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_conc_active_dwelltime()
878 void ucfg_scan_cfg_get_conc_passive_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_conc_passive_dwelltime() argument
881 return wlan_scan_cfg_get_conc_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_get_conc_passive_dwelltime()
892 void ucfg_scan_cfg_set_conc_passive_dwelltime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_conc_passive_dwelltime() argument
895 return wlan_scan_cfg_set_conc_passive_dwelltime(psoc, dwell_time); in ucfg_scan_cfg_set_conc_passive_dwelltime()
906 void ucfg_scan_cfg_get_dfs_chan_scan_allowed(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_dfs_chan_scan_allowed() argument
909 return wlan_scan_cfg_get_dfs_chan_scan_allowed(psoc, dfs_scan_enable); in ucfg_scan_cfg_get_dfs_chan_scan_allowed()
920 void ucfg_scan_cfg_set_dfs_chan_scan_allowed(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_set_dfs_chan_scan_allowed() argument
923 return wlan_scan_cfg_set_dfs_chan_scan_allowed(psoc, dfs_scan_enable); in ucfg_scan_cfg_set_dfs_chan_scan_allowed()
933 bool ucfg_scan_wake_lock_in_user_scan(struct wlan_objmgr_psoc *psoc);
943 bool ucfg_scan_cfg_honour_nl_scan_policy_flags(struct wlan_objmgr_psoc *psoc) in ucfg_scan_cfg_honour_nl_scan_policy_flags() argument
945 return wlan_scan_cfg_honour_nl_scan_policy_flags(psoc); in ucfg_scan_cfg_honour_nl_scan_policy_flags()
956 void ucfg_scan_cfg_get_conc_max_resttime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_conc_max_resttime() argument
959 return wlan_scan_cfg_get_conc_max_resttime(psoc, rest_time); in ucfg_scan_cfg_get_conc_max_resttime()
970 void ucfg_scan_cfg_get_conc_min_resttime(struct wlan_objmgr_psoc *psoc, in ucfg_scan_cfg_get_conc_min_resttime() argument
973 return wlan_scan_cfg_get_conc_min_resttime(psoc, rest_time); in ucfg_scan_cfg_get_conc_min_resttime()
983 bool ucfg_scan_is_pno_offload_enabled(struct wlan_objmgr_psoc *psoc);
993 void ucfg_scan_set_pno_offload(struct wlan_objmgr_psoc *psoc, bool value);
1001 bool ucfg_scan_get_pno_scan_support(struct wlan_objmgr_psoc *psoc);
1009 uint8_t ucfg_get_scan_backoff_multiplier(struct wlan_objmgr_psoc *psoc);
1018 bool ucfg_scan_is_dfs_chnl_scan_enabled(struct wlan_objmgr_psoc *psoc);
1027 uint32_t ucfg_scan_get_scan_timer_repeat_value(struct wlan_objmgr_psoc *psoc);
1036 uint32_t ucfg_scan_get_slow_scan_multiplier(struct wlan_objmgr_psoc *psoc);
1046 ucfg_scan_get_max_sched_scan_plan_interval(struct wlan_objmgr_psoc *psoc);
1056 ucfg_scan_get_max_sched_scan_plan_iterations(struct wlan_objmgr_psoc *psoc);
1066 ucfg_scan_get_user_config_sched_scan_plan(struct wlan_objmgr_psoc *psoc);
1097 bool ucfg_scan_is_pno_offload_enabled(struct wlan_objmgr_psoc *psoc) in ucfg_scan_is_pno_offload_enabled() argument
1103 void ucfg_scan_set_pno_offload(struct wlan_objmgr_psoc *psoc, bool value) in ucfg_scan_set_pno_offload() argument
1108 bool ucfg_scan_get_pno_scan_support(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_pno_scan_support() argument
1114 uint8_t ucfg_get_scan_backoff_multiplier(struct wlan_objmgr_psoc *psoc) in ucfg_get_scan_backoff_multiplier() argument
1120 bool ucfg_scan_is_dfs_chnl_scan_enabled(struct wlan_objmgr_psoc *psoc) in ucfg_scan_is_dfs_chnl_scan_enabled() argument
1126 uint32_t ucfg_scan_get_scan_timer_repeat_value(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_scan_timer_repeat_value() argument
1132 uint32_t ucfg_scan_get_slow_scan_multiplier(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_slow_scan_multiplier() argument
1138 ucfg_scan_get_max_sched_scan_plan_interval(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_max_sched_scan_plan_interval() argument
1144 ucfg_scan_get_max_sched_scan_plan_iterations(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_max_sched_scan_plan_iterations() argument
1150 ucfg_scan_get_user_config_sched_scan_plan(struct wlan_objmgr_psoc *psoc) in ucfg_scan_get_user_config_sched_scan_plan() argument
1163 bool ucfg_scan_is_connected_scan_enabled(struct wlan_objmgr_psoc *psoc);
1172 bool ucfg_scan_is_snr_monitor_enabled(struct wlan_objmgr_psoc *psoc) in ucfg_scan_is_snr_monitor_enabled() argument
1174 return wlan_scan_is_snr_monitor_enabled(psoc); in ucfg_scan_is_snr_monitor_enabled()