Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ndef

1775 					     int ndef, const char *uuid)
1792 if (ndef && ret) {
1901 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef,
1912 if (ndef && ret) {
1927 int ndef, const char *id_str)
1942 return wpas_wps_network_config_token(wpa_s, ndef, ssid);
1947 return wpas_ap_wps_nfc_config_token(wpa_s, ndef);
1953 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef)
1956 return wps_nfc_token_build(ndef,
1962 return wps_nfc_token_gen(ndef, &wpa_s->conf->wps_nfc_dev_pw_id,
2097 /* Assume this contains full NDEF record */
2100 wpa_printf(MSG_DEBUG, "WPS: Could not parse NDEF");
2122 int ndef, const char *uuid)
2146 if (ndef && ret) {
2164 int ndef, int cr, const char *uuid)
2169 ret = wpas_ap_wps_nfc_handover_sel(wpa_s, ndef);
2172 return wpas_wps_er_nfc_handover_sel(wpa_s, ndef, uuid);