/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/inc/ |
H A D | wlan_if_mgr_roam.h | 41 enum wlan_cm_rso_control_requestor requestor; member 115 enum wlan_cm_rso_control_requestor requestor); 131 enum wlan_cm_rso_control_requestor requestor); 165 enum wlan_cm_rso_control_requestor requestor);
|
/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/ |
H A D | wlan_if_mgr_roam.c | 96 roam_arg->requestor, in if_mgr_enable_roaming_on_vdev() 103 enum wlan_cm_rso_control_requestor requestor) in if_mgr_enable_roaming() argument 111 roam_arg.requestor = requestor; in if_mgr_enable_roaming() 143 wlan_cm_disable_rso(pdev, vdev_id, roam_arg->requestor, in if_mgr_disable_roaming_on_vdev() 149 enum wlan_cm_rso_control_requestor requestor) in if_mgr_disable_roaming() argument 157 roam_arg.requestor = requestor; in if_mgr_disable_roaming() 202 enum wlan_cm_rso_control_requestor requestor) in if_mgr_enable_roaming_after_p2p_disconnect() argument 215 roam_arg.requestor = requestor; in if_mgr_enable_roaming_after_p2p_disconnect()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | twt.c |
|
H A D | wpa_supplicant_i.h |
|
H A D | ctrl_iface.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/ |
H A D | wlan_serialization_utf.c | 114 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_remove_scan_cmd() 127 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_remove_nonscan_cmd() 144 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_cancel_scan_cmd() 161 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_cancel_nonscan_cmd() 174 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_remove_start_bss_cmd() 187 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_remove_stop_bss_cmd() 204 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_cancel_start_bss_cmd() 221 cmd.requestor = WLAN_UMAC_COMP_SERIALIZATION; in wlan_ser_utf_cancel_stop_bss_cmd()
|
H A D | wlan_serialization_api.c | 307 status = wlan_serialization_validate_cmd(req->requestor, req->cmd_type); in wlan_serialization_cancel_request() 316 cmd.source = req->requestor; in wlan_serialization_cancel_request() 361 status = wlan_serialization_validate_cmd(cmd_info->requestor, in wlan_serialization_remove_cmd() 371 cmd.source = cmd_info->requestor; in wlan_serialization_remove_cmd() 381 cmd_info->requestor); in wlan_serialization_remove_cmd()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_utils/ |
H A D | wlan_vdev_mlme_ser_if.c | 308 cmd.requestor = WLAN_UMAC_COMP_MLME; in wlan_vdev_mlme_ser_remove_request() 326 cmd.requestor = WLAN_UMAC_COMP_MLME; in wlan_vdev_mlme_ser_cancel_request()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/inc/ |
H A D | wlan_serialization_api.h | 365 enum wlan_umac_comp_id requestor; member
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_roam_api.h | 207 *cm_roam_get_requestor_string(enum wlan_cm_rso_control_requestor requestor); 232 enum wlan_cm_rso_control_requestor requestor, 245 enum wlan_cm_rso_control_requestor requestor,
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/ |
H A D | wlan_cm_roam_api.c | 209 char *cm_roam_get_requestor_string(enum wlan_cm_rso_control_requestor requestor) in cm_roam_get_requestor_string() argument 211 switch (requestor) { in cm_roam_get_requestor_string() 259 enum wlan_cm_rso_control_requestor requestor, in wlan_cm_disable_rso() argument 266 if (reason == REASON_DRIVER_DISABLED && requestor) in wlan_cm_disable_rso() 267 mlme_set_operations_bitmap(psoc, vdev_id, requestor, false); in wlan_cm_disable_rso() 273 vdev_id, cm_roam_get_requestor_string(requestor)); in wlan_cm_disable_rso() 282 enum wlan_cm_rso_control_requestor requestor, in wlan_cm_enable_rso() argument 289 if (reason == REASON_DRIVER_ENABLED && requestor) in wlan_cm_enable_rso() 290 mlme_set_operations_bitmap(psoc, vdev_id, requestor, true); in wlan_cm_enable_rso() 296 vdev_id, cm_roam_get_requestor_string(requestor)); in wlan_cm_enable_rso()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
H A D | wlan_scan_manager.c | 199 cmd.requestor = WLAN_UMAC_COMP_SCAN; in scm_release_serialization_command() 1533 cmd.requestor = 0; in scm_scan_cancel_req()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_api.h | 2193 uint8_t reason, enum wlan_cm_rso_control_requestor requestor); 2196 uint8_t reason, enum wlan_cm_rso_control_requestor requestor);
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_cmn.c | 640 cmd.requestor = WLAN_UMAC_COMP_MLO_MGR; in mlo_release_ser_link_set_active_cmd()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | sme_api.h | 1032 enum wlan_cm_rso_control_requestor requestor); 1036 enum wlan_cm_rso_control_requestor requestor);
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 641 enum wlan_cm_rso_control_requestor requestor); 2120 uint32_t requestor; member
|
/wlan-driver/qcacld-3.0/components/nan/core/src/ |
H A D | nan_main.c | 1066 cmd.requestor = WLAN_UMAC_COMP_NAN; in nan_datapath_event_handler()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_sme_req_messages.c | 7057 cmd.requestor = WLAN_UMAC_COMP_MLME; in lim_flush_all_peer_from_serialization_queue() 7067 cmd.requestor = WLAN_UMAC_COMP_MLME; in lim_flush_all_peer_from_serialization_queue() 7077 cmd.requestor = WLAN_UMAC_COMP_MLME; in lim_flush_all_peer_from_serialization_queue()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_api.c | 6648 enum wlan_cm_rso_control_requestor requestor) in sme_stop_roaming() argument 6659 return wlan_cm_disable_rso(mac->pdev, vdev_id, requestor, reason); in sme_stop_roaming() 6664 enum wlan_cm_rso_control_requestor requestor) in sme_start_roaming() argument 6668 return wlan_cm_enable_rso(mac->pdev, vdev_id, requestor, reason); in sme_start_roaming()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_param.h | 7132 uint32_t requestor; member
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
H A D | csr_api_roam.c | 2928 cmd.requestor = WLAN_UMAC_COMP_MLME; in csr_flush_pending_start_bss_cmd()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 6229 A_UINT32 requestor; member 6325 A_UINT32 requestor; member 6412 A_UINT32 requestor; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 4399 cmd->requestor = param->requester; in send_scan_stop_cmd_tlv() 14097 param->requester = evt->requestor; in extract_vdev_scan_ev_param_tlv()
|