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
此提交包含在:
@@ -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;
|
||||
|
新增問題並參考
封鎖使用者