Searched refs:nfc_dh_pubkey (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 700 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req() argument 711 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req() 723 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req() 780 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel() argument 792 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_sel() 804 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_sel() 820 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req_p2p() argument 830 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req_p2p() 843 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req_p2p() 858 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel_p2p() argument [all …]
|
D | wps.h | 888 struct wpabuf *nfc_dh_pubkey); 890 struct wpabuf *nfc_dh_pubkey, 893 struct wpabuf *nfc_dh_pubkey); 896 struct wpabuf *nfc_dh_pubkey,
|