Lines Matching +full:int +full:- +full:enum
4 * SPDX-License-Identifier: Apache-2.0
9 * the Zephyr OS layer of the Wi-Fi driver.
26 int nrf_wifi_if_start_zep(const struct device *dev);
28 int nrf_wifi_if_stop_zep(const struct device *dev);
30 int nrf_wifi_if_set_config_zep(const struct device *dev,
31 enum ethernet_config_type type,
34 int nrf_wifi_if_get_config_zep(const struct device *dev,
35 enum ethernet_config_type type,
38 enum ethernet_hw_caps nrf_wifi_if_caps_get(const struct device *dev);
40 int nrf_wifi_if_send(const struct device *dev,
53 enum nrf_wifi_status nrf_wifi_if_carr_state_chg(void *os_vif_ctx,
54 enum nrf_wifi_fmac_if_carr_state carr_state);
56 int nrf_wifi_stats_get(const struct device *dev,
63 unsigned int event_len);
65 int nrf_wifi_stats_reset(const struct device *dev);