Searched refs:nfc_dh_pubkey (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 704 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req() argument 715 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req() 727 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req() 784 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel() argument 796 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_sel() 808 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_sel() 824 struct wpabuf *nfc_dh_pubkey) in wps_build_nfc_handover_req_p2p() argument 834 if (nfc_dh_pubkey == NULL) { in wps_build_nfc_handover_req_p2p() 847 nfc_dh_pubkey, NULL, 0) || in wps_build_nfc_handover_req_p2p() 862 struct wpabuf *nfc_dh_pubkey, in wps_build_nfc_handover_sel_p2p() argument [all …]
|
D | wps.h | 935 struct wpabuf *nfc_dh_pubkey); 937 struct wpabuf *nfc_dh_pubkey, 940 struct wpabuf *nfc_dh_pubkey); 943 struct wpabuf *nfc_dh_pubkey,
|