pub async fn select_bss(
    allowed_candidate_list: Vec<ScannedCandidate>,
    reason: ConnectReason,
    inspect_node: Arc<Mutex<AutoPersist<BoundedListNode>>>,
    telemetry_sender: TelemetrySender
) -> Option<ScannedCandidate>
Expand description

BSS selection. Selects the best from a list of candidates that are available for connection.