Searched refs:WPS_ENCR_WEP (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_defs.h192 #define WPS_ENCR_WEP 0x0002 macro
195 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
H A Dwps_enrollee.c286 if (encr_type & WPS_ENCR_WEP)
287 encr_type = WPS_ENCR_WEP;
685 if (wps->cred.encr_type & WPS_ENCR_WEP) {
786 if (cred.encr_type & WPS_ENCR_WEP) {
H A Dwps_attr_build.c276 encr_types &= ~WPS_ENCR_WEP;
H A Dwps_validate.c996 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) &&
H A Dwps_registrar.c1611 if (wps->encr_type & WPS_ENCR_WEP)
1612 wps->encr_type = WPS_ENCR_WEP;
3441 if (cred->encr_type & WPS_ENCR_WEP) {
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c448 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx <= 4) {
894 wps->encr_types |= WPS_ENCR_WEP;
902 wps->encr_types |= WPS_ENCR_WEP;
1457 cred.encr_type = WPS_ENCR_WEP;
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c102 cred->encr_type = WPS_ENCR_WEP;
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c313 case WPS_ENCR_WEP:
1696 cred.encr_type = WPS_ENCR_WEP;
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c749 if (cred->encr_type & WPS_ENCR_WEP)

Completed in 182 milliseconds