Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ndef

784 	int ndef;
793 ndef = 0;
794 else if (os_strcmp(cmd, "NDEF") == 0)
795 ndef = 1;
799 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos);
817 int ndef;
822 ndef = 0;
823 else if (os_strcmp(cmd, "NDEF") == 0)
824 ndef = 1;
828 buf = wpas_wps_nfc_token(wpa_s, ndef);
903 if (os_strcmp(cmd, "NDEF") != 0)
917 int ndef, int cr, char *uuid)
922 buf = wpas_wps_nfc_handover_sel(wpa_s, ndef, cr, uuid);
942 int ndef;
950 ndef = 0;
951 else if (os_strcmp(cmd, "NDEF") == 0)
952 ndef = 1;
961 wpa_s, reply, max_len, ndef,
1298 int ndef;
1309 ndef = 0;
1310 else if (os_strcmp(cmd, "NDEF") == 0)
1311 ndef = 1;
1315 buf = wpas_wps_er_nfc_config_token(wpa_s, ndef, uuid);