Home
last modified time | relevance | path

Searched refs:reject_ap_type (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qcacld-3.0/components/denylist_mgr/core/src/ !
H A Dwlan_dlm_core.c45 old_reject_ap_type = dlm_entry->reject_ap_type; in dlm_update_ap_info()
149 dlm_entry->reject_ap_type); in dlm_update_ap_info()
167 if (!dlm_entry->reject_ap_type) { in dlm_prune_old_entries_and_get_action()
198 dlm_entry->reject_ap_type); in dlm_prune_old_entries_and_get_action()
310 if (ap_info->reject_ap_type == USERSPACE_AVOID_TYPE) { in dlm_handle_avoid_list()
314 } else if (ap_info->reject_ap_type == DRIVER_AVOID_TYPE) { in dlm_handle_avoid_list()
334 if (ap_info->reject_ap_type == USERSPACE_AVOID_TYPE) in dlm_handle_avoid_list()
336 else if (ap_info->reject_ap_type == DRIVER_AVOID_TYPE) in dlm_handle_avoid_list()
349 QDF_MAC_ADDR_REF(entry->bssid.bytes), ap_info->reject_ap_type, in dlm_handle_avoid_list()
451 switch (ap_info->reject_ap_type) { in dlm_modify_entry()
[all …]
/wlan-driver/qcacld-3.0/components/denylist_mgr/dispatcher/inc/ !
H A Dwlan_dlm_api.h87 enum dlm_reject_ap_type reject_ap_type) in wlan_dlm_get_bssid_reject_list() argument
91 reject_ap_type); in wlan_dlm_get_bssid_reject_list()
155 enum dlm_reject_ap_type reject_ap_type) in wlan_dlm_get_bssid_reject_list() argument
H A Dwlan_dlm_public_struct.h140 enum dlm_reject_ap_type reject_ap_type; member
181 enum dlm_reject_ap_type reject_ap_type; member
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/inc/ !
H A Dwlan_dlm_core.h162 uint8_t reject_ap_type; member
302 enum dlm_reject_ap_type reject_ap_type);
/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_nud_tracking.c53 ap_info.reject_ap_type = DRIVER_AVOID_TYPE; in hdd_handle_nud_fail_sta()
H A Dwlan_hdd_dcs.c55 ap_info.reject_ap_type = DRIVER_RSSI_REJECT_TYPE; in hdd_dcs_add_bssid_to_reject_list()
H A Dwlan_hdd_cfg80211.c5728 ap_info.reject_ap_type = USERSPACE_AVOID_TYPE; in hdd_set_denylist_bssid()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_link_monitoring_algo.c247 ap_info.reject_ap_type = DRIVER_AVOID_TYPE; in lim_delete_sta_context()
H A Dlim_utils.c9703 ap_info.reject_ap_type = DRIVER_RSSI_REJECT_TYPE; in lim_add_bssid_to_reject_list()
/wlan-driver/qca-wifi-host-cmn/wmi/src/ !
H A Dwmi_unified_sta_tlv.c1174 wmi_get_wmi_reject_ap_type(enum dlm_reject_ap_type reject_ap_type) in wmi_get_wmi_reject_ap_type() argument
1176 switch (reject_ap_type) { in wmi_get_wmi_reject_ap_type()
1269 wmi_get_wmi_reject_ap_type(reject_list[i].reject_ap_type); in send_reject_ap_list_cmd_tlv()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ !
H A Dwlan_cm_roam_fw_sync.c233 ap_info.reject_ap_type = DRIVER_AVOID_TYPE; in cm_fw_roam_sync_start_ind()
1639 ap_info.reject_ap_type = DRIVER_AVOID_TYPE; in cm_handle_ho_fail()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/ !
H A Dwlan_cm_roam_api.c2885 ap_info.reject_ap_type = DRIVER_RSSI_REJECT_TYPE; in cm_add_bssid_to_reject_list()