OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccmp
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s
[
all
...]
basic-a64-instructions.s
[
all
...]
/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_8/wpa_supplicant/
wps_supplicant.c
149
int wpa2 = 0,
ccmp
= 0;
local
152
* Many existing WPS APs do not know how to negotiate WPA2 or
CCMP
in
154
* TKIP+
CCMP
). Try to use scan results to figure out whether the AP
177
ccmp
= 1;
182
ccmp
= 1;
198
if (
ccmp
&& !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
201
wpa_printf(MSG_DEBUG, "WPS: Add
CCMP
into the credential "
[
all
...]
Completed in 1922 milliseconds