qcacld-3.0: Prevent uninitialized variable access
In lim_gen_link_specific_probe_resp_from_assoc_resp() API the
stack variable status can result in returning uninitialized
value.
Initialize the variable on declaration to avoid unexpected
behavior.
Change-Id: I47ef404979f49211e4d511d02646b51e47b003f1
CRs-Fixed: 3698062