HomeSort by relevance Sort by last modified time
    Searched refs:ccmp (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-decnet.c 711 struct ccmsg *ccmp = (struct ccmsg *)nspp; local
720 TCHECK(*ccmp);
721 services = EXTRACT_LE_8BITS(ccmp->cc_services);
722 info = EXTRACT_LE_8BITS(ccmp->cc_info);
723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize);
724 optlen = EXTRACT_LE_8BITS(ccmp->cc_optlen);
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 97 int wpa2 = 0, ccmp = 0; local
100 * Many existing WPS APs do not know how to negotiate WPA2 or CCMP in
102 * TKIP+CCMP). Try to use scan results to figure out whether the AP
139 ccmp = 1;
144 ccmp = 1;
160 if (ccmp && !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
163 wpa_printf(MSG_DEBUG, "WPS: Add CCMP into the credential "

Completed in 92 milliseconds