Searched refs:WPS_ENCR_TKIP (Results 1 – 7 of 7) sorted by relevance
203 #define WPS_ENCR_TKIP 0x0004 macro205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
292 else if (encr_type & WPS_ENCR_TKIP) in wps_build_cred_encr_type()293 encr_type = WPS_ENCR_TKIP; in wps_build_cred_encr_type()760 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()876 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()894 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()895 WPS_ENCR_TKIP || in wps_process_ap_settings_e()908 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
1713 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()1714 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()2903 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()2904 wps->cred.encr_type = WPS_ENCR_TKIP; in wps_sta_cred_cb()3354 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()3652 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()3665 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()3666 WPS_ENCR_TKIP) { in wps_registrar_config_ap()
344 encr_types &= ~WPS_ENCR_TKIP; in wps_build_encr_type_flags()
408 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
723 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
519 cred.encr_type = WPS_ENCR_TKIP; in hostapd_wps_config_ap()