Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ndef

815 	int ndef;
824 ndef = 0;
825 else if (os_strcmp(cmd, "NDEF") == 0)
826 ndef = 1;
830 buf = wpas_wps_nfc_config_token(wpa_s, ndef, pos);
848 int ndef;
853 ndef = 0;
854 else if (os_strcmp(cmd, "NDEF") == 0)
855 ndef = 1;
859 buf = wpas_wps_nfc_token(wpa_s, ndef);
934 if (os_strcmp(cmd, "NDEF") != 0)
948 int ndef, int cr, char *uuid)
953 buf = wpas_wps_nfc_handover_sel(wpa_s, ndef, cr, uuid);
973 int ndef;
981 ndef = 0;
982 else if (os_strcmp(cmd, "NDEF") == 0)
983 ndef = 1;
992 wpa_s, reply, max_len, ndef,
1329 int ndef;
1340 ndef = 0;
1341 else if (os_strcmp(cmd, "NDEF") == 0)
1342 ndef = 1;
1346 buf = wpas_wps_er_nfc_config_token(wpa_s, ndef, uuid);