Home | History | Annotate | Download | only in hostapd

Lines Matching defs:ndef

297 	int ndef;
302 ndef = 0;
303 else if (os_strcmp(cmd, "NDEF") == 0)
304 ndef = 1;
308 buf = hostapd_wps_nfc_config_token(hapd, ndef);
325 int ndef)
330 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
353 if (os_strcmp(cmd, "NDEF") == 0)
376 int ndef;
384 ndef = 0;
385 else if (os_strcmp(cmd, "NDEF") == 0)
386 ndef = 1;
391 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);