Home | History | Annotate | Download | only in hostapd

Lines Matching defs:ndef

257 	int ndef;
262 ndef = 0;
263 else if (os_strcmp(cmd, "NDEF") == 0)
264 ndef = 1;
268 buf = hostapd_wps_nfc_config_token(hapd, ndef);
285 int ndef)
290 buf = hostapd_wps_nfc_token_gen(hapd, ndef);
313 if (os_strcmp(cmd, "NDEF") == 0)
336 int ndef;
344 ndef = 0;
345 else if (os_strcmp(cmd, "NDEF") == 0)
346 ndef = 1;
351 buf = hostapd_wps_nfc_hs_cr(hapd, ndef);