Searched refs:dev_pw (Results 1 – 1 of 1) sorted by relevance
414 const struct wpabuf *dev_pw) in wps_build_nfc_pw_token() argument423 wpabuf_head(dev_pw), wpabuf_len(dev_pw)) || in wps_build_nfc_pw_token()625 struct wpabuf *dev_pw) in wps_nfc_token_build() argument629 if (pubkey == NULL || dev_pw == NULL) in wps_nfc_token_build()632 ret = wps_build_nfc_pw_token(id, pubkey, dev_pw); in wps_nfc_token_build()674 struct wpabuf **dev_pw) in wps_nfc_token_gen() argument696 wpabuf_clear_free(*dev_pw); in wps_nfc_token_gen()697 *dev_pw = pw; in wps_nfc_token_gen()699 return wps_nfc_token_build(ndef, *id, *pubkey, *dev_pw); in wps_nfc_token_gen()866 const u8 *dev_pw; in wps_build_nfc_handover_sel_p2p() local[all …]