Searched refs:pps_mo_id (Results 1 – 4 of 4) sorted by relevance
11 void wpas_hs20_add_indication(struct wpabuf *buf, int pps_mo_id);
62 void wpas_hs20_add_indication(struct wpabuf *buf, int pps_mo_id) in wpas_hs20_add_indication() argument67 wpabuf_put_u8(buf, pps_mo_id >= 0 ? 7 : 5); in wpas_hs20_add_indication()71 if (pps_mo_id >= 0) in wpas_hs20_add_indication()74 if (pps_mo_id >= 0) in wpas_hs20_add_indication()75 wpabuf_put_le16(buf, pps_mo_id); in wpas_hs20_add_indication()
363 int pps_mo_id = hs20_get_pps_mo_id(wpa_s, ssid); in sme_send_authentication() local366 wpas_hs20_add_indication(hs20, pps_mo_id); in sme_send_authentication()
1757 int pps_mo_id = hs20_get_pps_mo_id(wpa_s, ssid); in wpas_start_assoc_cb() local1760 wpas_hs20_add_indication(hs20, pps_mo_id); in wpas_start_assoc_cb()