Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dnfc_pw_token.c72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw); in main()
Dconfig.h726 struct wpabuf *wps_nfc_dev_pw; member
Dwps_supplicant.c1835 &wpa_s->conf->wps_nfc_dev_pw); in wpas_wps_nfc_token()
1846 wpa_s->conf->wps_nfc_dev_pw == NULL) in wpas_wps_start_nfc()
1867 wpabuf_head(wpa_s->conf->wps_nfc_dev_pw), in wpas_wps_start_nfc()
1868 wpabuf_len(wpa_s->conf->wps_nfc_dev_pw)); in wpas_wps_start_nfc()
Dconfig_file.c958 write_global_bin(f, "wps_nfc_dev_pw", config->wps_nfc_dev_pw); in wpa_config_write_global()
DREADME-WPS333 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
Dconfig.c1904 wpabuf_free(config->wps_nfc_dev_pw); in wpa_config_free()
3067 { BIN(wps_nfc_dev_pw), 0 },
/freebsd-10-stable/contrib/wpa/src/ap/
Dap_config.h371 struct wpabuf *wps_nfc_dev_pw; member
Dwps_hostapd.c1591 &hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_gen()
1604 !hapd->conf->wps_nfc_dev_pw || in hostapd_wps_nfc_token_enable()
1612 wps->ap_nfc_dev_pw = wpabuf_dup(hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_enable()
Dap_config.c500 wpabuf_free(conf->wps_nfc_dev_pw); in hostapd_config_free_bss()
/freebsd-10-stable/contrib/wpa/hostapd/
DREADME-WPS316 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
Dconfig_file.c2674 wpabuf_free(bss->wps_nfc_dev_pw); in hostapd_config_fill()
2675 bss->wps_nfc_dev_pw = hostapd_parse_bin(pos); in hostapd_config_fill()