Home | History | Annotate | Download | only in hostapd

Lines Matching refs:ndef

285 	int ndef;
290 ndef = 0;
291 else if (os_strcmp(cmd, "NDEF") == 0)
292 ndef = 1;
296 buf = hostapd_wps_nfc_config_token(hapd, ndef);
313 int ndef)
318 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
341 if (os_strcmp(cmd, "NDEF") == 0)
364 int ndef;
372 ndef = 0;
373 else if (os_strcmp(cmd, "NDEF") == 0)
374 ndef = 1;
379 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);