Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:assocreq_ies_len

573 		data.assoc_info.req_ies_len = wpa_s->mlme.assocreq_ies_len;
770 wpa_s->mlme.assocreq_ies_len = (buf + blen) - ies;
771 wpa_s->mlme.assocreq_ies = os_malloc(wpa_s->mlme.assocreq_ies_len);
774 wpa_s->mlme.assocreq_ies_len);