Searched refs:wps_nfc_dev_pw_id (Results 1 – 11 of 11) sorted by relevance
/hostap-latest/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 | 1129 int wps_nfc_dev_pw_id; member
|
D | wps_supplicant.c | 2384 wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token() 2389 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token() 2407 dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_wps_start_nfc()
|
D | config_file.c | 1366 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global() 1368 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
|
D | README-WPS | 325 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
|
D | p2p_supplicant.c | 9243 tag ? wpa_s->conf->wps_nfc_dev_pw_id : in wpas_p2p_nfc_handover_sel() 9629 wpa_s->conf->wps_nfc_dev_pw_id < 0x10) { in wpas_p2p_nfc_tag_enabled() 9637 wpa_s->p2p_oob_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled() 9689 hapd->conf->wps_nfc_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled() 9697 wpa_s->global->p2p, wpa_s->conf->wps_nfc_dev_pw_id, go_intent, in wpas_p2p_nfc_tag_enabled()
|
D | config.c | 5514 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
|
/hostap-latest/src/ap/ |
D | wps_hostapd.c | 2224 hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen() 2229 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen() 2247 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable() 2253 hapd->conf->wps_nfc_dev_pw_id, hapd->conf->iface, wps); in hostapd_wps_nfc_token_enable() 2254 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
|
D | ap_config.h | 541 int wps_nfc_dev_pw_id; member
|
/hostap-latest/hostapd/ |
D | README-WPS | 313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
|
D | config_file.c | 4155 bss->wps_nfc_dev_pw_id = atoi(pos); in hostapd_config_fill() 4156 if (bss->wps_nfc_dev_pw_id < 0x10 || in hostapd_config_fill() 4157 bss->wps_nfc_dev_pw_id > 0xffff) { in hostapd_config_fill()
|