qcacld-3.0: Fix potential uninitialized peer might be used directly
The uninitialized peer might be used directly if device mode is SAP mode
and the link_vdev is not mlo vdev in the wlan_hdd_add_key_all_mlo_vdev.
Init the peer to NULL before checking the each link_vdev to address this
potential issue.
Change-Id: Ifbf2b68a030fada8a2a1b1cacf5d2a6ef703befe
CRs-Fixed: 3344320