Home | History | Annotate | Download | only in ap

Lines Matching refs:encr

1608 			  const char *auth, const char *encr, const char *key)
1630 if (encr) {
1631 if (os_strncmp(encr, "NONE", 4) == 0)
1633 else if (os_strncmp(encr, "TKIP", 4) == 0)
1635 else if (os_strncmp(encr, "CCMP", 4) == 0)