Searched refs:wsc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 615 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p, in p2p_parse_ies_separate() argument 620 msg->wps_attributes = wpabuf_alloc_copy(wsc, wsc_len); in p2p_parse_ies_separate()
|
H A D | p2p_i.h | 715 int p2p_parse_ies_separate(const u8 *wsc, size_t wsc_len, const u8 *p2p,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 9120 static struct wpabuf * wpas_p2p_nfc_handover(int ndef, struct wpabuf *wsc, in wpas_p2p_nfc_handover() argument 9127 wpabuf_free(wsc); in wpas_p2p_nfc_handover() 9132 wsc_len = wsc ? wpabuf_len(wsc) : 0; in wpas_p2p_nfc_handover() 9135 wpabuf_free(wsc); in wpas_p2p_nfc_handover() 9141 if (wsc) in wpas_p2p_nfc_handover() 9142 wpabuf_put_buf(ret, wsc); in wpas_p2p_nfc_handover() 9146 wpabuf_free(wsc); in wpas_p2p_nfc_handover() 9194 struct wpabuf *wsc, *p2p; in wpas_p2p_nfc_handover_req() local 9212 wsc = wps_build_nfc_handover_req_p2p( in wpas_p2p_nfc_handover_req() 9215 wsc = NULL; in wpas_p2p_nfc_handover_req() [all …]
|
H A D | README-WPS | 347 media type "application/vnd.wfa.wsc", the NDEF message payload (with or
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README-WPS | 329 "application/vnd.wfa.wsc", the NDEF message payload (with or without
|