Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dnfc_pw_token.c72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw); in main()
Dconfig.h941 struct wpabuf *wps_nfc_dev_pw; member
Dwps_supplicant.c2272 wpa_s->conf->wps_nfc_dev_pw); in wpas_wps_nfc_token()
2278 &wpa_s->conf->wps_nfc_dev_pw); in wpas_wps_nfc_token()
2292 dev_pw = wpa_s->conf->wps_nfc_dev_pw; in wpas_wps_start_nfc()
Dp2p_supplicant.c8352 tag ? wpa_s->conf->wps_nfc_dev_pw : NULL); in wpas_p2p_nfc_handover_sel()
8731 wpa_s->conf->wps_nfc_dev_pw == NULL || in wpas_p2p_nfc_tag_enabled()
8742 wpa_s->p2p_oob_dev_pw = wpabuf_dup(wpa_s->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
8789 wpabuf_free(hapd->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
8790 hapd->conf->wps_nfc_dev_pw = in wpas_p2p_nfc_tag_enabled()
8791 wpabuf_dup(wpa_s->conf->wps_nfc_dev_pw); in wpas_p2p_nfc_tag_enabled()
DREADME-WPS332 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
Dconfig_file.c1261 write_global_bin(f, "wps_nfc_dev_pw", config->wps_nfc_dev_pw); in wpa_config_write_global()
Dconfig.c2437 wpabuf_free(config->wps_nfc_dev_pw); in wpa_config_free()
4419 { BIN(wps_nfc_dev_pw), CFG_CHANGED_NFC_PASSWORD_TOKEN },
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1963 hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_gen()
1969 &hapd->conf->wps_nfc_dev_pw); in hostapd_wps_nfc_token_gen()
1983 !hapd->conf->wps_nfc_dev_pw || in hostapd_wps_nfc_token_enable()
1994 pw = hapd->conf->wps_nfc_dev_pw; in hostapd_wps_nfc_token_enable()
Dap_config.h445 struct wpabuf *wps_nfc_dev_pw; member
Dap_config.c553 wpabuf_free(conf->wps_nfc_dev_pw); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
DREADME-WPS314 wps_nfc_dh_privkey, wps_nfc_dev_pw) or generated dynamically with
Dconfig_file.c3173 wpabuf_free(bss->wps_nfc_dev_pw); in hostapd_config_fill()
3174 bss->wps_nfc_dev_pw = wpabuf_parse_bin(pos); in hostapd_config_fill()