Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw); in main()
H A Dconfig.h1144 struct wpabuf *wps_nfc_dev_pw; member
H A Dwps_supplicant.c2386 wpa_s->conf->wps_nfc_dev_pw); in wpas_wps_nfc_token()
2392 &wpa_s->conf->wps_nfc_dev_pw); in wpas_wps_nfc_token()
2406 dev_pw = wpa_s->conf->wps_nfc_dev_pw; in wpas_wps_start_nfc()
H A DREADME-WPS326 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
H A Dp2p_supplicant.c9246 tag ? wpa_s->conf->wps_nfc_dev_pw : NULL); in wpas_p2p_nfc_handover_sel()
9628 wpa_s->conf->wps_nfc_dev_pw == NULL || in wpas_p2p_nfc_tag_enabled()
9639 wpa_s->p2p_oob_dev_pw = wpabuf_dup(wpa_s->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
9686 wpabuf_free(hapd->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
9687 hapd->conf->wps_nfc_dev_pw = in wpas_p2p_nfc_tag_enabled()
9688 wpabuf_dup(wpa_s->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
H A Dconfig_file.c1372 write_global_bin(f, "wps_nfc_dev_pw", config->wps_nfc_dev_pw); in wpa_config_write_global()
H A Dconfig.c3081 wpabuf_free(config->wps_nfc_dev_pw); in wpa_config_free()
5516 { BIN(wps_nfc_dev_pw), CFG_CHANGED_NFC_PASSWORD_TOKEN },
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c2226 hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_gen()
2232 &hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_gen()
2246 !hapd->conf->wps_nfc_dev_pw || in hostapd_wps_nfc_token_enable()
2257 pw = hapd->conf->wps_nfc_dev_pw; in hostapd_wps_nfc_token_enable()
H A Dap_config.h528 struct wpabuf *wps_nfc_dev_pw; member
H A Dap_config.c899 wpabuf_free(conf->wps_nfc_dev_pw); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A DREADME-WPS314 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
H A Dconfig_file.c4103 wpabuf_free(bss->wps_nfc_dev_pw); in hostapd_config_fill()
4104 bss->wps_nfc_dev_pw = wpabuf_parse_bin(pos); in hostapd_config_fill()