Home
last modified time | relevance | path

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

/hostap-latest/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.h1129 int wps_nfc_dev_pw_id; member
Dwps_supplicant.c2384 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()
Dconfig_file.c1366 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
1368 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
DREADME-WPS325 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dp2p_supplicant.c9243 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()
Dconfig.c5514 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
/hostap-latest/src/ap/
Dwps_hostapd.c2224 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()
Dap_config.h541 int wps_nfc_dev_pw_id; member
/hostap-latest/hostapd/
DREADME-WPS313 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
Dconfig_file.c4155 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()