Searched refs:wps_nfc_dev_pw_id (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | nfc_pw_token.c | 69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id); in main()
|
D | config.h | 926 int wps_nfc_dev_pw_id; member
|
D | config_file.c | 1254 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global() 1256 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
|
D | wps_supplicant.c | 2270 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()
|
D | p2p_supplicant.c | 8349 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()
|
D | README-WPS | 331 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
|
D | config.c | 4415 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1961 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()
|
D | ap_config.h | 442 int wps_nfc_dev_pw_id; member
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 3156 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()
|
D | README-WPS | 313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
|