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.c1196 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
1198 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
Dwps_supplicant.c2256 wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2261 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2279 dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_wps_start_nfc()
Dp2p_supplicant.c8310 tag ? wpa_s->conf->wps_nfc_dev_pw_id : in wpas_p2p_nfc_handover_sel()
8693 wpa_s->conf->wps_nfc_dev_pw_id < 0x10) { in wpas_p2p_nfc_tag_enabled()
8701 wpa_s->p2p_oob_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
8753 hapd->conf->wps_nfc_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
8761 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.c4319 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1967 hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
1972 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
1990 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable()
1996 hapd->conf->wps_nfc_dev_pw_id, hapd->conf->iface, wps); in hostapd_wps_nfc_token_enable()
1997 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
Dap_config.h428 int wps_nfc_dev_pw_id; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3024 bss->wps_nfc_dev_pw_id = atoi(pos); in hostapd_config_fill()
3025 if (bss->wps_nfc_dev_pw_id < 0x10 || in hostapd_config_fill()
3026 bss->wps_nfc_dev_pw_id > 0xffff) { in hostapd_config_fill()
DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,