Searched refs:nfc_dh_pubkey (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 702 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req() argument 713 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req() 725 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req() 782 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel() argument 794 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_sel() 806 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_sel() 822 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req_p2p() argument 832 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req_p2p() 845 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req_p2p() 860 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel_p2p() argument [all …]
|
D | wps.h | 878 struct wpabuf *nfc_dh_pubkey); 880 struct wpabuf *nfc_dh_pubkey, 883 struct wpabuf *nfc_dh_pubkey); 886 struct wpabuf *nfc_dh_pubkey,
|