Home
last modified time | relevance | path

Searched refs:wps_nfc_dh_pubkey (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dnfc_pw_token.c70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey); in main()
Dconfig.h727 struct wpabuf *wps_nfc_dh_pubkey; member
Dwps_supplicant.c1958 wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
1963 &wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
1974 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL || in wpas_wps_start_nfc()
1983 wps->dh_pubkey = wpabuf_dup(wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_start_nfc()
Dconfig_file.c970 config->wps_nfc_dh_pubkey); in wpa_config_write_global()
Dconfig.c1831 wpabuf_free(config->wps_nfc_dh_pubkey); in wpa_config_free()
3080 { BIN(wps_nfc_dh_pubkey), CFG_CHANGED_NFC_PASSWORD_TOKEN },
DREADME-WPS332 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
/external/wpa_supplicant_8/src/ap/
Dap_config.h371 struct wpabuf *wps_nfc_dh_pubkey; member
Dwps_hostapd.c1719 hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_token_gen()
1724 &hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_token_gen()
1738 if (!hapd->conf->wps_nfc_dh_pubkey || in hostapd_wps_nfc_token_enable()
1746 wps->ap_nfc_dh_pubkey = wpabuf_dup(hapd->conf->wps_nfc_dh_pubkey); in hostapd_wps_nfc_token_enable()
Dap_config.c500 wpabuf_free(conf->wps_nfc_dh_pubkey); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
DREADME-WPS315 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dconfig_file.c2634 wpabuf_free(bss->wps_nfc_dh_pubkey); in hostapd_config_fill()
2635 bss->wps_nfc_dh_pubkey = hostapd_parse_bin(pos); in hostapd_config_fill()