From: Masashi Honma Date: Sat, 22 Dec 2012 13:25:51 +0000 (+0200) Subject: WPS_NFC: Fix typos in comments X-Git-Tag: hostap_2_0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2e61fe91dfb685e0a71a3d8acbe109017ec4b2;p=thirdparty%2Fhostap.git WPS_NFC: Fix typos in comments Signed-hostap: Masashi Honma --- diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index 1bca44420..bb70b9c55 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -716,12 +716,12 @@ struct wpa_config { struct wpabuf *wps_nfc_dh_pubkey; /** - * wps_nfc_dh_pubkey - NFC DH Private Key for password token + * wps_nfc_dh_privkey - NFC DH Private Key for password token */ struct wpabuf *wps_nfc_dh_privkey; /** - * wps_nfc_dh_pubkey - NFC Device Password for password token + * wps_nfc_dev_pw - NFC Device Password for password token */ struct wpabuf *wps_nfc_dev_pw;