Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDnfc_pw_token.c69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id); in main()
HDconfig.h1026 int wps_nfc_dev_pw_id; member
HDconfig_file.c1355 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
1357 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
HDwps_supplicant.c2298 wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2303 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
2321 dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_wps_start_nfc()
HDp2p_supplicant.c8603 tag ? wpa_s->conf->wps_nfc_dev_pw_id : in wpas_p2p_nfc_handover_sel()
8987 wpa_s->conf->wps_nfc_dev_pw_id < 0x10) { in wpas_p2p_nfc_tag_enabled()
8995 wpa_s->p2p_oob_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
9047 hapd->conf->wps_nfc_dev_pw_id = wpa_s->conf->wps_nfc_dev_pw_id; in wpas_p2p_nfc_tag_enabled()
9055 wpa_s->global->p2p, wpa_s->conf->wps_nfc_dev_pw_id, go_intent, in wpas_p2p_nfc_tag_enabled()
HDREADME-WPS331 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
HDconfig.c4820 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
/dragonfly/contrib/wpa_supplicant/src/ap/
HDwps_hostapd.c2029 hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
2034 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
2052 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable()
2058 hapd->conf->wps_nfc_dev_pw_id, hapd->conf->iface, wps); in hostapd_wps_nfc_token_enable()
2059 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
HDap_config.h501 int wps_nfc_dev_pw_id; member