Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:hs20

360 		struct wpabuf *hs20;
361 hs20 = wpabuf_alloc(20);
362 if (hs20) {
366 wpas_hs20_add_indication(hs20, pps_mo_id);
369 if (wpabuf_len(hs20) <= len) {
372 wpabuf_head(hs20), wpabuf_len(hs20));
373 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
375 wpabuf_free(hs20);