Home
last modified time | relevance | path

Searched refs:supp_callbk_fns (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c118 if (vif_ctx_zep->supp_drv_if_ctx && vif_ctx_zep->supp_callbk_fns.scan_start) { in nrf_wifi_wpa_supp_event_proc_scan_start()
119 vif_ctx_zep->supp_callbk_fns.scan_start(vif_ctx_zep->supp_drv_if_ctx); in nrf_wifi_wpa_supp_event_proc_scan_start()
143 vif_ctx_zep->supp_callbk_fns.scan_done) { in nrf_wifi_wpa_supp_event_proc_scan_done()
144 vif_ctx_zep->supp_callbk_fns.scan_done(vif_ctx_zep->supp_drv_if_ctx, in nrf_wifi_wpa_supp_event_proc_scan_done()
249 if (vif_ctx_zep->supp_drv_if_ctx && vif_ctx_zep->supp_callbk_fns.scan_res) { in nrf_wifi_wpa_supp_event_proc_scan_res()
250 vif_ctx_zep->supp_callbk_fns.scan_res(vif_ctx_zep->supp_drv_if_ctx, r, more_res); in nrf_wifi_wpa_supp_event_proc_scan_res()
302 if (vif_ctx_zep->supp_drv_if_ctx && vif_ctx_zep->supp_callbk_fns.auth_resp) { in nrf_wifi_wpa_supp_event_proc_auth_resp()
303 vif_ctx_zep->supp_callbk_fns.auth_resp(vif_ctx_zep->supp_drv_if_ctx, &event); in nrf_wifi_wpa_supp_event_proc_auth_resp()
363 vif_ctx_zep->supp_callbk_fns.assoc_resp) { in nrf_wifi_wpa_supp_event_proc_assoc_resp()
364 vif_ctx_zep->supp_callbk_fns.assoc_resp(vif_ctx_zep->supp_drv_if_ctx, in nrf_wifi_wpa_supp_event_proc_assoc_resp()
[all …]
Dfmac_main.c230 vif_ctx_zep->supp_callbk_fns.scan_done) { in nrf_wifi_scan_timeout_work()
231 vif_ctx_zep->supp_callbk_fns.scan_done(vif_ctx_zep->supp_drv_if_ctx, in nrf_wifi_scan_timeout_work()
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h70 struct zep_wpa_supp_dev_callbk_fns supp_callbk_fns; member
Dwpa_supp_if.h21 struct zep_wpa_supp_dev_callbk_fns *supp_callbk_fns);