Home | History | Annotate | Download | only in hostapd

Lines Matching defs:ndef

267 	int ndef;
272 ndef = 0;
273 else if (os_strcmp(cmd, "NDEF") == 0)
274 ndef = 1;
278 buf = hostapd_wps_nfc_config_token(hapd, ndef);
295 int ndef)
300 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
323 if (os_strcmp(cmd, "NDEF") == 0)
346 int ndef;
354 ndef = 0;
355 else if (os_strcmp(cmd, "NDEF") == 0)
356 ndef = 1;
361 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);