Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey); in main()
H A Dwps_supplicant.c2385 wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
2390 &wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
2410 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL || in wpas_wps_start_nfc()
2427 wps->dh_pubkey = wpabuf_dup(wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_start_nfc()
2586 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_wps_nfc_handover_req()
2587 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_handover_req()
2592 wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_nfc_handover_req()
2631 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL) { in wpas_wps_er_nfc_handover_sel()
2632 if (wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_er_nfc_handover_sel()
2639 wps->ap_nfc_dh_pubkey = wpabuf_dup(wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_er_nfc_handover_sel()
[all …]
H A Dconfig.h1134 struct wpabuf *wps_nfc_dh_pubkey; member
H A Dp2p_supplicant.c2206 if (s->wps_nfc_dh_privkey && s->wps_nfc_dh_pubkey && in wpas_p2p_clone_config()
2209 wpabuf_free(d->wps_nfc_dh_pubkey); in wpas_p2p_clone_config()
2211 d->wps_nfc_dh_pubkey = wpabuf_dup(s->wps_nfc_dh_pubkey); in wpas_p2p_clone_config()
9204 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_handover_req()
9205 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_req()
9213 wpa_s->parent->wps, wpa_s->conf->wps_nfc_dh_pubkey); in wpas_p2p_nfc_handover_req()
9235 if (!tag && wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_handover_sel()
9236 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_sel()
9245 wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_sel()
9525 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_connection_handover()
[all …]
H A Dap.c1936 if (wpa_s->p2pdev->conf->wps_nfc_dh_pubkey == NULL || in wpas_ap_wps_add_nfc_pw()
1948 wpa_s->p2pdev->conf->wps_nfc_dh_pubkey); in wpas_ap_wps_add_nfc_pw()
H A DREADME-WPS325 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
H A Dconfig_file.c1369 config->wps_nfc_dh_pubkey); in wpa_config_write_global()
H A Dconfig.c3079 wpabuf_free(config->wps_nfc_dh_pubkey); in wpa_config_free()
5514 { BIN(wps_nfc_dh_pubkey), CFG_CHANGED_NFC_PASSWORD_TOKEN },
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c2092 if (hapd->conf->wps_nfc_dh_pubkey == NULL) { in hostapd_wps_nfc_hs_cr()
2094 if (wps_nfc_gen_dh(&hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_hs_cr()
2100 wpabuf_dup(hapd->conf->wps_nfc_dh_pubkey); in hostapd_wps_nfc_hs_cr()
2110 hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_hs_cr()
2225 hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_token_gen()
2230 &hapd->conf->wps_nfc_dh_pubkey, in hostapd_wps_nfc_token_gen()
2244 if (!hapd->conf->wps_nfc_dh_pubkey || in hostapd_wps_nfc_token_enable()
2255 wps->ap_nfc_dh_pubkey = wpabuf_dup(hapd->conf->wps_nfc_dh_pubkey); in hostapd_wps_nfc_token_enable()
H A Dap_config.h526 struct wpabuf *wps_nfc_dh_pubkey; member
H A Dap_config.c897 wpabuf_free(conf->wps_nfc_dh_pubkey); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
H A Dconfig_file.c4095 wpabuf_free(bss->wps_nfc_dh_pubkey); in hostapd_config_fill()
4096 bss->wps_nfc_dh_pubkey = wpabuf_parse_bin(pos); in hostapd_config_fill()