Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ccmp

190 	int wpa2 = 0, ccmp = 0;
193 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
195 * TKIP+CCMP). Try to use scan results to figure out whether the AP
218 ccmp = 1;
223 ccmp = 1;
239 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
242 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
306 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
2029 else if (os_strcmp(settings->encr, "CCMP") == 0)