Home
last modified time | relevance | path

Searched refs:vif_ctx (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwifi_mgmt.h36 void nrf_wifi_event_proc_twt_setup_zep(void *vif_ctx,
40 void nrf_wifi_event_proc_twt_teardown_zep(void *vif_ctx,
44 void nrf_wifi_event_proc_twt_sleep_zep(void *vif_ctx,
54 void nrf_wifi_event_proc_get_power_save_info(void *vif_ctx,
Dwifi_mgmt_scan.h23 void nrf_wifi_event_proc_disp_scan_res_zep(void *vif_ctx,
29 void nrf_wifi_rx_bcn_prb_resp_frm(void *vif_ctx,
Dfmac_main.h92 struct nrf_wifi_vif_ctx_zep *vif_ctx; member
140 void nrf_wifi_rpu_recovery_cb(void *vif_ctx,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c382 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
[all …]
Dfmac_main.c150 void nrf_wifi_event_proc_scan_done_zep(void *vif_ctx, in nrf_wifi_event_proc_scan_done_zep() argument
157 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_scan_done_zep()
239 static void nrf_wifi_process_rssi_from_rx(void *vif_ctx, in nrf_wifi_process_rssi_from_rx() argument
242 struct nrf_wifi_vif_ctx_zep *vif_ctx_zep = vif_ctx; in nrf_wifi_process_rssi_from_rx()
246 vif_ctx_zep = vif_ctx; in nrf_wifi_process_rssi_from_rx()
269 void nrf_wifi_event_get_reg_zep(void *vif_ctx, in nrf_wifi_event_get_reg_zep() argument
280 vif_ctx_zep = vif_ctx; in nrf_wifi_event_get_reg_zep()
396 void nrf_wifi_event_proc_cookie_rsp(void *vif_ctx, in nrf_wifi_event_proc_cookie_rsp() argument
404 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_cookie_rsp()
431 void reg_change_callbk_fn(void *vif_ctx, in reg_change_callbk_fn() argument
[all …]
Dwifi_mgmt_scan.c305 void nrf_wifi_event_proc_disp_scan_res_zep(void *vif_ctx, in nrf_wifi_event_proc_disp_scan_res_zep() argument
317 vif_ctx_zep = vif_ctx; in nrf_wifi_event_proc_disp_scan_res_zep()
385 void nrf_wifi_rx_bcn_prb_resp_frm(void *vif_ctx, in nrf_wifi_rx_bcn_prb_resp_frm() argument
390 struct nrf_wifi_vif_ctx_zep *vif_ctx_zep = vif_ctx; in nrf_wifi_rx_bcn_prb_resp_frm()
397 vif_ctx_zep = vif_ctx; in nrf_wifi_rx_bcn_prb_resp_frm()
Dnet_if.c179 struct nrf_wifi_fmac_vif_ctx *vif_ctx = vif_ctx_handle; in nrf_wifi_rpu_recovery_cb() local
184 if (!vif_ctx) { in nrf_wifi_rpu_recovery_cb()
190 fmac_dev_ctx = vif_ctx->fmac_dev_ctx; in nrf_wifi_rpu_recovery_cb()
198 vif_ctx_zep = vif_ctx->os_vif_ctx; in nrf_wifi_rpu_recovery_cb()
993 def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->txinjection_mode; in nrf_wifi_if_get_config_zep()
1081 if (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->txinjection_mode == in nrf_wifi_if_set_config_zep()
1094 mode = (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->mode) | in nrf_wifi_if_set_config_zep()
1097 mode = (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->mode) ^ in nrf_wifi_if_set_config_zep()
1114 if (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->promisc_mode == in nrf_wifi_if_set_config_zep()
1122 mode = (def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]->mode) | in nrf_wifi_if_set_config_zep()
[all …]
Dwpa_supp_if.c1966 struct nrf_wifi_fmac_vif_ctx *vif_ctx = NULL; in nrf_wifi_vif_state_change() local
1988 vif_ctx = def_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]; in nrf_wifi_vif_state_change()
1992 vif_ctx->ifflags = false; in nrf_wifi_vif_state_change()
2003 while (!vif_ctx->ifflags && timeout++ < SET_IFACE_EVENT_TIMEOUT_MS) { in nrf_wifi_vif_state_change()
2007 if (!vif_ctx->ifflags) { in nrf_wifi_vif_state_change()