Lines Matching full:infrastructure
31 * This file include definitions for the Infrastructure Link Selector.
55 * This function implements platform specific rules for selecting infrastructure link.
57 * This function should return the infrastructure link that is selected by platform specific rules.
58 …* If the function returns nullptr, the generic infrastructure link selections rules will be applie…
67 * This class implements Infrastructure Link Selector.
75 * @param[in] aInfraLinkNames A list of infrastructure link candidates to select from.
85 …* This method selects an infrastructure link among infrastructure link candidates using rules belo…
87 * The infrastructure link in the most usable state is selected:
96 * @returns The selected infrastructure link.
102 * This enumeration infrastructure link states.
106 kInvalid, ///< The infrastructure link is invalid.
107 kDown, ///< The infrastructure link is down.
108 kUp, ///< The infrastructure link is up, but not running.
109 kUpAndRunning, ///< The infrastructure link is up and running.