nrfxlib API 0.1.0
Loading...
Searching...
No Matches
nrf_wifi_fmac_callbk_fns Struct Reference

Callback functions to be invoked by UMAC IF layer when a particular event occurs. More...

#include <fmac_structs.h>

Data Fields

void(* rpu_recovery_callbk_fn )(void *os_vif_ctx, void *event_data, unsigned int event_len)
 
void(* scan_start_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_umac_event_trigger_scan *scan_start_event, unsigned int event_len)
 
void(* scan_done_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_umac_event_trigger_scan *scan_done_event, unsigned int event_len)
 
void(* scan_abort_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_umac_event_trigger_scan *scan_done_event, unsigned int event_len)
 
void(* scan_res_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_umac_event_new_scan_results *scan_res, unsigned int event_len, bool more_res)
 
void(* disp_scan_res_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_umac_event_new_scan_display_results *scan_res, unsigned int event_len, bool more_res)
 
void(* reg_change_callbk_fn )(void *os_vif_ctx, struct nrf_wifi_event_regulatory_change *reg_change, unsigned int event_len)
 

Detailed Description

Callback functions to be invoked by UMAC IF layer when a particular event occurs.

This structure contains function pointers to all the callback functions that the UMAC IF layer needs to invoke for various events.


The documentation for this struct was generated from the following file: