Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:os_malloc

231 	buf = os_malloc(sizeof(*mgmt) + 6 + extra_len);
337 buf = os_malloc(buflen);
457 wpa_s->mlme.assocreq_ies = os_malloc(wpa_s->mlme.assocreq_ies_len);
642 buf = os_malloc(sizeof(*mgmt) + 200 + wpa_s->mlme.extra_probe_ie_len);
1168 wpa_s->mlme.assocresp_ies = os_malloc(wpa_s->mlme.assocresp_ies_len);
1459 bss->ie = os_malloc(ie_len);
1493 bss->wpa_ie = os_malloc(elems.wpa_ie_len + 2);
1510 bss->rsn_ie = os_malloc(elems.rsn_ie_len + 2);
1527 bss->wmm_ie = os_malloc(elems.wmm_len + 2);
1545 bss->mdie = os_malloc(elems.mdie_len + 2);
2270 buf = os_malloc(400);
2622 wpa_s->mlme.extra_ie = os_malloc(params->wpa_ie_len);
2850 wpa_s->mlme.scan_freqs = os_malloc((i + 1) * sizeof(int));
3099 wpa_s->mlme.ft_ies = os_malloc(ies_len);
3173 wpa_s->mlme.extra_probe_ie = os_malloc(ies_len);