Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h138 struct nrf_wifi_vif_ctx_zep *nrf_wifi_get_vif_ctx(struct net_if *iface);
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c113 struct nrf_wifi_vif_ctx_zep *nrf_wifi_get_vif_ctx(struct net_if *iface) in nrf_wifi_get_vif_ctx() function
Dnet_if.c445 vif_ctx_zep = nrf_wifi_get_vif_ctx(iface); in ip_maddr_event_handler()