Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h86 struct nrf_wifi_umac_event_mlme *deauth,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c370 struct nrf_wifi_umac_event_mlme *deauth, in nrf_wifi_wpa_supp_event_proc_deauth() argument
381 frame = deauth->frame.frame; in nrf_wifi_wpa_supp_event_proc_deauth()
382 frame_len = deauth->frame.frame_len; in nrf_wifi_wpa_supp_event_proc_deauth()
385 if (frame_len < 24 + sizeof(mgmt->u.deauth)) { in nrf_wifi_wpa_supp_event_proc_deauth()
393 event.deauth_info.reason_code = le_to_host16(mgmt->u.deauth.reason_code); in nrf_wifi_wpa_supp_event_proc_deauth()
394 if (frame + frame_len > mgmt->u.deauth.variable) { in nrf_wifi_wpa_supp_event_proc_deauth()
395 event.deauth_info.ie = mgmt->u.deauth.variable; in nrf_wifi_wpa_supp_event_proc_deauth()
396 event.deauth_info.ie_len = (frame + frame_len - mgmt->u.deauth.variable); in nrf_wifi_wpa_supp_event_proc_deauth()
399 if (vif_ctx_zep->supp_drv_if_ctx && vif_ctx_zep->supp_callbk_fns.deauth) { in nrf_wifi_wpa_supp_event_proc_deauth()
400 vif_ctx_zep->supp_callbk_fns.deauth(vif_ctx_zep->supp_drv_if_ctx, in nrf_wifi_wpa_supp_event_proc_deauth()
[all …]