Home
last modified time | relevance | path

Searched refs:auth_resp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h78 struct nrf_wifi_umac_event_mlme *auth_resp,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c261 struct nrf_wifi_umac_event_mlme *auth_resp, in nrf_wifi_wpa_supp_event_proc_auth_resp() argument
272 frame = auth_resp->frame.frame; in nrf_wifi_wpa_supp_event_proc_auth_resp()
273 frame_len = auth_resp->frame.frame_len; in nrf_wifi_wpa_supp_event_proc_auth_resp()
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()