Lines Matching refs:vif_ctx
382 void nrf_wifi_event_proc_get_power_save_info(void *vif_ctx, in nrf_wifi_event_proc_get_power_save_info() argument
388 if (!vif_ctx || !ps_info) { in nrf_wifi_event_proc_get_power_save_info()
392 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_get_power_save_info()
618 void nrf_wifi_event_proc_twt_setup_zep(void *vif_ctx, in nrf_wifi_event_proc_twt_setup_zep() argument
626 if (!vif_ctx || !twt_setup_info) { in nrf_wifi_event_proc_twt_setup_zep()
630 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_twt_setup_zep()
657 void nrf_wifi_event_proc_twt_teardown_zep(void *vif_ctx, in nrf_wifi_event_proc_twt_teardown_zep() argument
664 if (!vif_ctx || !twt_teardown_info) { in nrf_wifi_event_proc_twt_teardown_zep()
668 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_twt_teardown_zep()
678 void nrf_wifi_event_proc_twt_sleep_zep(void *vif_ctx, in nrf_wifi_event_proc_twt_sleep_zep() argument
691 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_twt_sleep_zep()
822 mode->mode = def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->mode; in nrf_wifi_mode()
828 if (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->txinjection_mode == true) { in nrf_wifi_mode()
833 if (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->promisc_mode == true) { in nrf_wifi_mode()
902 channel->channel = def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->channel; in nrf_wifi_channel()
945 if (((def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->mode) & in nrf_wifi_filter()
947 def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->packet_filter = in nrf_wifi_filter()
966 def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->packet_filter; in nrf_wifi_filter()
982 filter->filter = def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->packet_filter; in nrf_wifi_filter()