Lines Matching full:fi
2 * @brief Wi-Fi Network manager API
4 * This file contains the Wi-Fi network manager API. These APIs are used by the
5 * any network management application to register as a Wi-Fi network manager.
23 * @brief Wi-Fi Network manager API
24 * @defgroup wifi_nm Wi-Fi Network Manager API
35 /** Types of Wi-Fi interface */
37 /** IEEE 802.11 Wi-Fi Station */
39 /** IEEE 802.11 Wi-Fi Soft AP */
47 /** Wi-Fi interface type */
59 /** Wi-Fi Management operations */
95 * @brief Get a Wi-Fi type for a given interface
103 * @brief Check if the interface is a Wi-Fi station 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
117 * @retval true If the interface is a Wi-Fi Soft AP interface.
130 * @retval -ENOTSUP If the interface is not a Wi-Fi interface.
139 * @param type Wi-Fi type
144 * @retval -ENOTSUP If the interface is not a Wi-Fi interface.