Lines Matching full:interface
35 /** Types of Wi-Fi interface */
47 /** Wi-Fi interface type */
87 * @brief Get a Network manager instance for a given interface
89 * @param iface Interface
95 * @brief Get a Wi-Fi type for a given interface
97 * @param iface Interface
103 * @brief Check if the interface is a Wi-Fi station interface
105 * @param iface Interface
107 * @retval true If the interface is a Wi-Fi station interface.
113 * @brief Check if the interface is a Wi-Fi Soft AP interface
115 * @param iface Interface
117 * @retval true If the interface is a Wi-Fi Soft AP interface.
123 * @brief Register a managed interface
126 * @param iface Managed interface
130 * @retval -ENOTSUP If the interface is not a Wi-Fi interface.
136 * @brief Register a managed interface
140 * @param iface Managed interface
144 * @retval -ENOTSUP If the interface is not a Wi-Fi interface.
151 * @brief Unregister managed interface
154 * @param iface Interface
155 * @return int 0 for OK; -EINVAL for invalid parameters; -ENOENT if interface is not registered