Home
last modified time | relevance | path

Searched refs:wps_nfc_dh_pubkey (Results 1 – 13 of 13) 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()
Dwps_supplicant.c2381 wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
2386 &wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_token()
2406 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL || in wpas_wps_start_nfc()
2423 wps->dh_pubkey = wpabuf_dup(wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_start_nfc()
2582 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_wps_nfc_handover_req()
2583 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_nfc_handover_req()
2588 wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_nfc_handover_req()
2627 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL) { in wpas_wps_er_nfc_handover_sel()
2628 if (wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_wps_er_nfc_handover_sel()
2635 wps->ap_nfc_dh_pubkey = wpabuf_dup(wpa_s->conf->wps_nfc_dh_pubkey); in wpas_wps_er_nfc_handover_sel()
[all …]
Dconfig.h1132 struct wpabuf *wps_nfc_dh_pubkey; member
Dp2p_supplicant.c2208 if (s->wps_nfc_dh_privkey && s->wps_nfc_dh_pubkey && in wpas_p2p_clone_config()
2211 wpabuf_free(d->wps_nfc_dh_pubkey); in wpas_p2p_clone_config()
2213 d->wps_nfc_dh_pubkey = wpabuf_dup(s->wps_nfc_dh_pubkey); in wpas_p2p_clone_config()
9279 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_handover_req()
9280 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_req()
9288 wpa_s->parent->wps, wpa_s->conf->wps_nfc_dh_pubkey); in wpas_p2p_nfc_handover_req()
9310 if (!tag && wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_handover_sel()
9311 wps_nfc_gen_dh(&wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_sel()
9320 wpa_s->conf->wps_nfc_dh_pubkey, in wpas_p2p_nfc_handover_sel()
9600 if (wpa_s->conf->wps_nfc_dh_pubkey == NULL && in wpas_p2p_nfc_connection_handover()
[all …]
Dap.c1915 if (wpa_s->p2pdev->conf->wps_nfc_dh_pubkey == NULL || in wpas_ap_wps_add_nfc_pw()
1927 wpa_s->p2pdev->conf->wps_nfc_dh_pubkey); in wpas_ap_wps_add_nfc_pw()
DREADME-WPS325 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dconfig_file.c1363 config->wps_nfc_dh_pubkey); in wpa_config_write_global()
Dconfig.c3031 wpabuf_free(config->wps_nfc_dh_pubkey); in wpa_config_free()
5426 { BIN(wps_nfc_dh_pubkey), CFG_CHANGED_NFC_PASSWORD_TOKEN },
/external/wpa_supplicant_8/src/ap/
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()
Dap_config.h520 struct wpabuf *wps_nfc_dh_pubkey; member
Dap_config.c873 wpabuf_free(conf->wps_nfc_dh_pubkey); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dconfig_file.c3849 wpabuf_free(bss->wps_nfc_dh_pubkey); in hostapd_config_fill()
3850 bss->wps_nfc_dh_pubkey = wpabuf_parse_bin(pos); in hostapd_config_fill()