Home | History | Annotate | Download | only in hostapd

Lines Matching defs:ndef

289 	int ndef;
294 ndef = 0;
295 else if (os_strcmp(cmd, "NDEF") == 0)
296 ndef = 1;
300 buf = hostapd_wps_nfc_config_token(hapd, ndef);
317 int ndef)
322 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
345 if (os_strcmp(cmd, "NDEF") == 0)
368 int ndef;
376 ndef = 0;
377 else if (os_strcmp(cmd, "NDEF") == 0)
378 ndef = 1;
383 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);