pub unsafe extern "C-unwind" fn CWMergeNetworks(
networks: &NSSet<CWNetwork>,
) -> Retained<NSSet<CWNetwork>>Available on crate features
CWNetwork and CoreWLANUtil only.Expand description
Parameter networks: The set of networks to merge.
Merges the specified set of CWNetwork objects.
Duplicate networks are defined as networks with the same SSID, security type, and BSS type (IBSS or Infrastructure). When duplicate networks exist, the network with the best RSSI value will be chosen.