Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dnfc_pw_token.c69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id); in main()
Dconfig.h926 int wps_nfc_dev_pw_id; member
Dconfig_file.c1254 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
1256 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
Dwps_supplicant.c2270 wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2275 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2293 dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_wps_start_nfc()
Dp2p_supplicant.c8349 tag ? wpa_s->conf->wps_nfc_dev_pw_id : in wpas_p2p_nfc_handover_sel()
8732 wpa_s->conf->wps_nfc_dev_pw_id < 0x10) { in wpas_p2p_nfc_tag_enabled()
8740 wpa_s->p2p_oob_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
8792 hapd->conf->wps_nfc_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
8800 wpa_s->global->p2p, wpa_s->conf->wps_nfc_dev_pw_id, go_intent, in wpas_p2p_nfc_tag_enabled()
DREADME-WPS331 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dconfig.c4415 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1961 hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
1966 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
1984 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable()
1990 hapd->conf->wps_nfc_dev_pw_id, hapd->conf->iface, wps); in hostapd_wps_nfc_token_enable()
1991 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
Dap_config.h442 int wps_nfc_dev_pw_id; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3156 bss->wps_nfc_dev_pw_id = atoi(pos); in hostapd_config_fill()
3157 if (bss->wps_nfc_dev_pw_id < 0x10 || in hostapd_config_fill()
3158 bss->wps_nfc_dev_pw_id > 0xffff) { in hostapd_config_fill()
DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,