Home | History | Annotate | Download | only in ap

Lines Matching refs:ignore_auth_probability

899 	if (hapd->iconf->ignore_auth_probability > 0.0 &&
900 drand48() < hapd->iconf->ignore_auth_probability) {