Home
last modified time | relevance | path

Searched refs:zep_net_if_ctx (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c83 if (!vif_ctx_zep->zep_net_if_ctx) { in nrf_wifi_rpu_recovery_work_handler()
144 ret = net_if_down(vif_ctx_zep->zep_net_if_ctx); in nrf_wifi_rpu_recovery_work_handler()
157 ret = net_if_up(vif_ctx_zep->zep_net_if_ctx); in nrf_wifi_rpu_recovery_work_handler()
218 if (!vif_ctx_zep->zep_net_if_ctx) { in nrf_wifi_net_iface_work_handler()
224 net_if_dormant_off(vif_ctx_zep->zep_net_if_ctx); in nrf_wifi_net_iface_work_handler()
226 net_if_dormant_on(vif_ctx_zep->zep_net_if_ctx); in nrf_wifi_net_iface_work_handler()
236 struct net_if *iface = vif_ctx_zep->zep_net_if_ctx; in nrf_wifi_if_sniffer_rx_frm()
266 struct net_if *iface = vif_ctx_zep->zep_net_if_ctx; in nrf_wifi_if_rx_frm()
633 vif_ctx_zep->zep_net_if_ctx = iface; in nrf_wifi_if_init_zep()
769 mac_addr = net_if_get_link_addr(vif_ctx_zep->zep_net_if_ctx)->addr; in nrf_wifi_if_start_zep()
[all …]
Dwifi_mgmt_scan.c364 vif_ctx_zep->disp_scan_cb(vif_ctx_zep->zep_net_if_ctx, in nrf_wifi_event_proc_disp_scan_res_zep()
375 vif_ctx_zep->disp_scan_cb(vif_ctx_zep->zep_net_if_ctx, 0, NULL); in nrf_wifi_event_proc_disp_scan_res_zep()
440 wifi_mgmt_raise_raw_scan_result_event(vif_ctx_zep->zep_net_if_ctx, in nrf_wifi_rx_bcn_prb_resp_frm()
Dwifi_mgmt.c486 wifi_mgmt_raise_twt_event(vif_ctx_zep->zep_net_if_ctx, &twt_params); in nrf_wifi_twt_teardown_flows()
653 wifi_mgmt_raise_twt_event(vif_ctx_zep->zep_net_if_ctx, &twt_params); in nrf_wifi_event_proc_twt_setup_zep()
675 wifi_mgmt_raise_twt_event(vif_ctx_zep->zep_net_if_ctx, &twt_params); in nrf_wifi_event_proc_twt_teardown_zep()
725 wifi_mgmt_raise_twt_sleep_state(vif_ctx_zep->zep_net_if_ctx, in nrf_wifi_event_proc_twt_sleep_zep()
732 wifi_mgmt_raise_twt_sleep_state(vif_ctx_zep->zep_net_if_ctx, in nrf_wifi_event_proc_twt_sleep_zep()
Dfmac_main.c125 if (rpu_ctx->vif_ctx_zep[i].zep_net_if_ctx == iface) { in nrf_wifi_get_vif_ctx()
211 vif_ctx_zep->disp_scan_cb(vif_ctx_zep->zep_net_if_ctx, -ETIMEDOUT, NULL); in nrf_wifi_scan_timeout_work()
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h43 struct net_if *zep_net_if_ctx; member