Home
last modified time | relevance | path

Searched refs:set_if_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h59 int set_if_status; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2049 vif_ctx_zep->set_if_status = 0; in nrf_wifi_iftype_change()
2066 if (vif_ctx_zep->set_if_status != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_iftype_change()
2067 LOG_ERR("%s: set interface failed: %d", __func__, vif_ctx_zep->set_if_status); in nrf_wifi_iftype_change()
Dnet_if.c63 vif_ctx_zep->set_if_status = event->return_value; in nrf_wifi_set_iface_event_handler()