Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h82 struct nrf_wifi_umac_event_mlme *assoc_resp,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c308 struct nrf_wifi_umac_event_mlme *assoc_resp, in nrf_wifi_wpa_supp_event_proc_assoc_resp() argument
320 frame = assoc_resp->frame.frame; in nrf_wifi_wpa_supp_event_proc_assoc_resp()
321 frame_len = assoc_resp->frame.frame_len; in nrf_wifi_wpa_supp_event_proc_assoc_resp()
324 if (frame_len < 24 + sizeof(mgmt->u.assoc_resp)) { in nrf_wifi_wpa_supp_event_proc_assoc_resp()
331 status = le_to_host16(mgmt->u.assoc_resp.status_code); in nrf_wifi_wpa_supp_event_proc_assoc_resp()
336 if (frame_len > 24 + sizeof(mgmt->u.assoc_resp)) { in nrf_wifi_wpa_supp_event_proc_assoc_resp()
337 event.assoc_reject.resp_ies = (unsigned char *)mgmt->u.assoc_resp.variable; in nrf_wifi_wpa_supp_event_proc_assoc_resp()
339 (frame_len - 24 - sizeof(mgmt->u.assoc_resp)); in nrf_wifi_wpa_supp_event_proc_assoc_resp()
349 if (frame_len > 24 + sizeof(mgmt->u.assoc_resp)) { in nrf_wifi_wpa_supp_event_proc_assoc_resp()
350 event.assoc_info.resp_ies = (unsigned char *)mgmt->u.assoc_resp.variable; in nrf_wifi_wpa_supp_event_proc_assoc_resp()
[all …]