Lines Matching refs:wsc
7502 static struct wpabuf * wpas_p2p_nfc_handover(int ndef, struct wpabuf *wsc, in wpas_p2p_nfc_handover() argument
7509 wpabuf_free(wsc); in wpas_p2p_nfc_handover()
7514 wsc_len = wsc ? wpabuf_len(wsc) : 0; in wpas_p2p_nfc_handover()
7517 wpabuf_free(wsc); in wpas_p2p_nfc_handover()
7523 if (wsc) in wpas_p2p_nfc_handover()
7524 wpabuf_put_buf(ret, wsc); in wpas_p2p_nfc_handover()
7528 wpabuf_free(wsc); in wpas_p2p_nfc_handover()
7576 struct wpabuf *wsc, *p2p; in wpas_p2p_nfc_handover_req() local
7594 wsc = wps_build_nfc_handover_req_p2p( in wpas_p2p_nfc_handover_req()
7597 wsc = NULL; in wpas_p2p_nfc_handover_req()
7602 return wpas_p2p_nfc_handover(ndef, wsc, p2p); in wpas_p2p_nfc_handover_req()
7609 struct wpabuf *wsc, *p2p; in wpas_p2p_nfc_handover_sel() local
7623 wsc = wps_build_nfc_handover_sel_p2p( in wpas_p2p_nfc_handover_sel()
7630 wsc = NULL; in wpas_p2p_nfc_handover_sel()
7635 return wpas_p2p_nfc_handover(ndef, wsc, p2p); in wpas_p2p_nfc_handover_sel()