Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id); in main()
H A Dconfig.h1079 int wps_nfc_dev_pw_id; member
H A Dconfig_file.c1324 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
1326 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
H A Dwps_supplicant.c2348 wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2353 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2371 dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_wps_start_nfc()
H A DREADME-WPS331 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
H A Dp2p_supplicant.c9112 tag ? wpa_s->conf->wps_nfc_dev_pw_id : in wpas_p2p_nfc_handover_sel()
9498 wpa_s->conf->wps_nfc_dev_pw_id < 0x10) { in wpas_p2p_nfc_tag_enabled()
9506 wpa_s->p2p_oob_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
9558 hapd->conf->wps_nfc_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
9566 wpa_s->global->p2p, wpa_s->conf->wps_nfc_dev_pw_id, go_intent, in wpas_p2p_nfc_tag_enabled()
H A Dconfig.c5195 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c2223 hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
2228 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
2246 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable()
2252 hapd->conf->wps_nfc_dev_pw_id, hapd->conf->iface, wps); in hostapd_wps_nfc_token_enable()
2253 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
H A Dap_config.h510 int wps_nfc_dev_pw_id; member
/freebsd/contrib/wpa/hostapd/
H A DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
H A Dconfig_file.c3855 bss->wps_nfc_dev_pw_id = atoi(pos); in hostapd_config_fill()
3856 if (bss->wps_nfc_dev_pw_id < 0x10 || in hostapd_config_fill()
3857 bss->wps_nfc_dev_pw_id > 0xffff) { in hostapd_config_fill()