wlan: Fix result code for ADD_STA failure during roaming
STA entry is not cleaned properly during ADD_STA failure.
currently result code is same for both assoc and reassoc response,
due to which lim sends eWNI_SME_JOIN_RSP instead of eWNI_SME_REASSOC_RSP.
At SME level eWNI_SME_JOIN_RSP is not processed further since substate is
different for reassoc response.
Fix this by adding different result code for reassoc response.
CRs-Fixed: 951861
Change-Id: I5be1351a71199e0eeecd5789fa8c4a8da538263e
1 file changed