Currently BcnNumIes is uint8_t, which is used to hold ie length, and it cannot be used to hold if ie length is greater than 255, it will wrap-around to zero or smaller number. So change BcnNumIes variable type from uint8_t to uint16_t. Also change to bss desc copy logic in sme_rrm_send_beacon_report_xmit_ind function. Change-Id: Ie92a9afbf6e3674a0730f5f48210424b1d34386d CRs-Fixed: 2124579 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |