qcacld-3.0: Add support for rssi based assoc rejection during connect
Add support to handle rssi based assoc rejection from a bssid and Try to connect to this bssid only after time interval indicated in Assoc reject or when rssi has improved by margin indicated in Assoc reject. Change-Id: I6363bf5346ff8804611afbac3058819dc820092d CRs-Fixed: 2070452
This commit is contained in:
@@ -1009,6 +1009,7 @@ typedef struct tagCsrRoamStruct {
|
||||
uint8_t *pReassocResp; /* reassociation response from new AP */
|
||||
uint16_t reassocRespLen; /* length of reassociation response */
|
||||
qdf_mc_timer_t packetdump_timer;
|
||||
qdf_list_t rssi_disallow_bssid;
|
||||
} tCsrRoamStruct;
|
||||
|
||||
#define GET_NEXT_ROAM_ID(pRoamStruct) (((pRoamStruct)->nextRoamId + 1 == 0) ? \
|
||||
|
مرجع در شماره جدید
Block a user