Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ccmp

180 	int wpa2 = 0, ccmp = 0;
183 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
185 * TKIP+CCMP). Try to use scan results to figure out whether the AP
208 ccmp = 1;
213 ccmp = 1;
229 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
232 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "
294 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
1975 else if (os_strcmp(settings->encr, "CCMP") == 0)