Searched refs:ie_len (Results 1 – 1 of 1) sorted by relevance
161 unsigned int ie_len = 0; in nrf_wifi_wpa_supp_event_proc_scan_res() local169 ie_len = scan_res->ies_len; in nrf_wifi_wpa_supp_event_proc_scan_res()177 r = k_calloc(sizeof(*r) + ie_len + beacon_ie_len, sizeof(char)); in nrf_wifi_wpa_supp_event_proc_scan_res()223 r->ie_len = ie_len; in nrf_wifi_wpa_supp_event_proc_scan_res()228 memcpy(pos, ie, ie_len); in nrf_wifi_wpa_supp_event_proc_scan_res()230 pos += ie_len; in nrf_wifi_wpa_supp_event_proc_scan_res()396 event.deauth_info.ie_len = (frame + frame_len - mgmt->u.deauth.variable); in nrf_wifi_wpa_supp_event_proc_deauth()432 event.disassoc_info.ie_len = (frame + frame_len - mgmt->u.disassoc.variable); in nrf_wifi_wpa_supp_event_proc_disassoc()559 scan_info->scan_params.ie.ie_len = params->extra_ies_len; in nrf_wifi_wpa_supp_scan2()811 max_ie_len = (params->ie_len > NRF_WIFI_MAX_IE_LEN) ? in nrf_wifi_wpa_supp_authenticate()[all …]