Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:update_identifier

2136 	{ INT(update_identifier) },
2992 if (os_strcmp(var, "update_identifier") == 0) {
2993 cred->update_identifier = atoi(value);
3312 if (os_strcmp(var, "update_identifier") == 0)
3313 return alloc_int_str(cred->update_identifier);