Home
last modified time | relevance | path

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

/trueos/contrib/wpa/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.h711 int wps_nfc_dev_pw_id; member
HDconfig_file.c953 if (config->wps_nfc_dev_pw_id) in wpa_config_write_global()
955 config->wps_nfc_dev_pw_id); in wpa_config_write_global()
HDwps_supplicant.c1832 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id, in wpas_wps_nfc_token()
1870 wpa_s->conf->wps_nfc_dev_pw_id); in wpas_wps_start_nfc()
HDREADME-WPS332 in the configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,
HDconfig.c3064 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff), 0 },
/trueos/contrib/wpa/src/ap/
HDap_config.h368 int wps_nfc_dev_pw_id; member
HDwps_hostapd.c1588 return wps_nfc_token_gen(ndef, &hapd->conf->wps_nfc_dev_pw_id, in hostapd_wps_nfc_token_gen()
1605 !hapd->conf->wps_nfc_dev_pw_id) in hostapd_wps_nfc_token_enable()
1609 wps->ap_nfc_dev_pw_id = hapd->conf->wps_nfc_dev_pw_id; in hostapd_wps_nfc_token_enable()
/trueos/contrib/wpa/hostapd/
HDconfig_file.c2660 bss->wps_nfc_dev_pw_id = atoi(pos); in hostapd_config_fill()
2661 if (bss->wps_nfc_dev_pw_id < 0x10 || in hostapd_config_fill()
2662 bss->wps_nfc_dev_pw_id > 0xffff) { in hostapd_config_fill()
HDREADME-WPS315 configuration file (wps_nfc_dev_pw_id, wps_nfc_dh_pubkey,