Searched refs:rspReqd (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_admit_control.c | 947 uint8_t rspReqd = 1; in lim_process_hal_add_ts_rsp() local 970 lim_send_sme_addts_rsp(mac, rspReqd, eSIR_SME_ADDTS_RSP_FAILED, in lim_process_hal_add_ts_rsp() 979 lim_send_sme_addts_rsp(mac, rspReqd, eSIR_SME_SUCCESS, in lim_process_hal_add_ts_rsp() 990 lim_send_delts_req_action_frame(mac, peerMacAddr, rspReqd, in lim_process_hal_add_ts_rsp() 1007 lim_send_sme_addts_rsp(mac, rspReqd, eSIR_SME_ADDTS_RSP_FAILED, in lim_process_hal_add_ts_rsp()
|
H A D | lim_ft.c | 846 lim_ft_send_aggr_qos_rsp(struct mac_context *mac, uint8_t rspReqd, in lim_ft_send_aggr_qos_rsp() argument 853 if (!rspReqd) { in lim_ft_send_aggr_qos_rsp() 887 uint8_t rspReqd = 1; in lim_process_ft_aggr_qos_rsp() local 919 rspReqd, in lim_process_ft_aggr_qos_rsp() 938 lim_ft_send_aggr_qos_rsp(mac, rspReqd, pAggrQosRspMsg, in lim_process_ft_aggr_qos_rsp()
|
H A D | lim_send_sme_rsp_messages.h | 237 uint8_t rspReqd, uint32_t status,
|
H A D | lim_send_sme_rsp_messages.c | 1447 uint8_t rspReqd, uint32_t status, in lim_send_sme_addts_rsp() argument 1455 if (!rspReqd) in lim_send_sme_addts_rsp() 1498 if (!delts->rspReqd) in lim_send_sme_delts_rsp()
|
H A D | lim_process_sme_req_messages.c | 7497 lim_send_sme_addts_rsp(mac, pSirAddts->rspReqd, in __lim_process_sme_addts_req() 7615 lim_send_sme_addts_rsp(mac, pSirAddts->rspReqd, QDF_STATUS_E_FAILURE, in __lim_process_sme_addts_req()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 1462 uint8_t rspReqd; member 1481 uint8_t rspReqd; member 1506 uint8_t rspReqd; member
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
H A D | sme_qos.c | 3232 aggr_req->rspReqd = true; in sme_qos_ft_aggr_qos_req() 3687 pMsg->rspReqd = true; in sme_qos_add_ts_req() 3793 pMsg->rspReqd = true; in sme_qos_del_ts_req()
|