Home | History | Annotate | Download | only in wps

Lines Matching refs:encr_type

1461 		   cred->encr_type);
1464 wpabuf_put_be16(msg, cred->encr_type);
1563 if (wps->encr_type & WPS_ENCR_AES)
1564 wps->encr_type = WPS_ENCR_AES;
1565 else if (wps->encr_type & WPS_ENCR_TKIP)
1566 wps->encr_type = WPS_ENCR_TKIP;
1573 if (wps->encr_type & WPS_ENCR_WEP)
1574 wps->encr_type = WPS_ENCR_WEP;
1575 else if (wps->encr_type & WPS_ENCR_NONE)
1576 wps->encr_type = WPS_ENCR_NONE;
1583 wps->cred.encr_type = wps->encr_type;
1651 dummy.encr_type = WPS_ENCR_AES;
2300 wps->encr_type = wps->wps->encr_types & encr_types;
2301 if (wps->encr_type == 0) {
2316 wps->encr_type = wps->wps->encr_types;
2694 if (wps->cred.encr_type & WPS_ENCR_AES)
2695 wps->cred.encr_type = WPS_ENCR_AES;
2696 else if (wps->cred.encr_type & WPS_ENCR_TKIP)
2697 wps->cred.encr_type = WPS_ENCR_TKIP;
2711 dst->encr_type = src->encr_type;
3135 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES;
3423 printf("encr_type=0x%x\n", cred->encr_type);
3424 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP |
3426 if (cred->encr_type & WPS_ENCR_WEP) {
3433 "invalid encr_type 0x%x", cred->encr_type);
3437 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) ==
3439 wpa_printf(MSG_DEBUG, "WPS: Upgrade encr_type TKIP -> "
3441 cred->encr_type |= WPS_ENCR_AES;