Loading
qcacmn: Add support for split profile BSSID in MBSSIE
If any nontransmitted BSSID profile is fragmented across multiple MBSSID elements, then it is called split profile. For a split profile to exist we need to have at least two MBSSID elements as part of the RX beacon or probe response Hence, first we need to identify the next MBSSID element and check for the 5th bit from the starting of next MBSSID IE and if it does not have Nontransmitted BSSID capability element, then it's a split profile case. This change is responsible in accumulating the non transmitted BSSID profile, fragmented across multiple MBSSIDs, so that the scan entry will not miss any information. Change-Id: Ia78cc47d1ffd03ada659d257b83741e7ab921fa2 CRs-Fixed: 2883389