qcacld-3.0: Add connection manager Logic for connect resp from LIM

Add connection manager Logic for connect resp from LIM.

Change-Id: Ifea77cd839d5f21f50b03f833fd0daa8a1cd8bdd
CRs-Fixed: 2846957
此提交包含在:
gaurank kathpalia
2020-12-31 14:03:43 +05:30
提交者 snandini
父節點 87bd531536
當前提交 dc7cca8a80
共有 18 個檔案被更改,包括 485 行新增186 行删除

查看文件

@@ -246,8 +246,6 @@ typedef struct sap_StationAssocIndication_s {
uint8_t staId;
uint8_t status;
/* Required for indicating the frames to upper layer */
uint32_t beaconLength;
uint8_t *beaconPtr;
uint32_t assocReqLength;
uint8_t *assocReqPtr;
bool fWmmEnabled;

查看文件

@@ -1397,8 +1397,6 @@ QDF_STATUS sap_signal_hdd_event(struct sap_context *sap_ctx,
assoc_ind->staId = csr_roaminfo->staId;
assoc_ind->status = 0;
/* Required for indicating the frames to upper layer */
assoc_ind->beaconLength = csr_roaminfo->beaconLength;
assoc_ind->beaconPtr = csr_roaminfo->beaconPtr;
assoc_ind->assocReqLength = csr_roaminfo->assocReqLength;
assoc_ind->assocReqPtr = csr_roaminfo->assocReqPtr;
assoc_ind->fWmmEnabled = csr_roaminfo->wmmEnabledSta;