Home
last modified time | relevance | path

Searched refs:if_type (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h57 int if_type; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c78 if ((vif_ctx_zep->if_type != NRF_WIFI_IFTYPE_STATION) in nrf_wifi_set_power_save()
80 && (vif_ctx_zep->if_type != NRF_WIFI_STA_TX_INJECTOR) in nrf_wifi_set_power_save()
83 && (vif_ctx_zep->if_type != NRF_WIFI_STA_PROMISC_TX_INJECTOR) in nrf_wifi_set_power_save()
178 if ((vif_ctx_zep->if_type != NRF_WIFI_IFTYPE_STATION) in nrf_wifi_get_power_save_config()
180 && (vif_ctx_zep->if_type != NRF_WIFI_STA_TX_INJECTOR) in nrf_wifi_get_power_save_config()
183 && (vif_ctx_zep->if_type != NRF_WIFI_STA_PROMISC_TX_INJECTOR) in nrf_wifi_get_power_save_config()
Dnet_if.c763 rpu_ctx_zep->vif_ctx_zep[vif_ctx_zep->vif_idx].if_type = in nrf_wifi_if_start_zep()
Dwpa_supp_if.c787 if (vif_ctx_zep->if_type == NRF_WIFI_IFTYPE_MONITOR) { in nrf_wifi_wpa_supp_authenticate()