Searched refs:assoc_resp (Results 1 – 2 of 2) sorted by relevance
82 struct nrf_wifi_umac_event_mlme *assoc_resp,
308 struct nrf_wifi_umac_event_mlme *assoc_resp, in nrf_wifi_wpa_supp_event_proc_assoc_resp() argument320 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 …]