Searched refs:nfc_dh_pubkey (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 697 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req() argument 708 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req() 720 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req() 775 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel() argument 787 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_sel() 799 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_sel() 815 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req_p2p() argument 825 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req_p2p() 838 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req_p2p() 853 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel_p2p() argument [all …]
|
D | wps.h | 876 struct wpabuf *nfc_dh_pubkey); 878 struct wpabuf *nfc_dh_pubkey, 881 struct wpabuf *nfc_dh_pubkey); 884 struct wpabuf *nfc_dh_pubkey,
|