/external/wpa_supplicant_6/wpa_supplicant/examples/ |
wpa-psk-tkip.conf | 9 pairwise=TKIP
|
wpa2-eap-ccmp.conf | 9 pairwise=CCMP
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpa-psk-tkip.conf | 9 pairwise=TKIP
|
wpa2-eap-ccmp.conf | 9 pairwise=CCMP
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ft.c | 129 int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */ member in struct:wpa_ft_pmk_r0_sa 139 int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */ member in struct:wpa_ft_pmk_r1_sa 185 const u8 *pmk_r0_name, int pairwise) 199 r0->pairwise = pairwise; 210 u8 *pmk_r0, int *pairwise) 221 if (pairwise) 222 *pairwise = r0->pairwise 760 int pairwise; local 1212 int pairwise; local 1294 int pairwise; local 1362 int pairwise; local [all...] |
wpa_auth.c | 736 } else if (!group && sm->pairwise != WPA_CIPHER_TKIP) { 739 "pairwise cipher is not TKIP"); 819 /* FIX: verify that the EAPOL-Key frame was encrypted if pairwise keys 842 msgtxt = "4/4 Pairwise"; 845 msgtxt = "2/4 Pairwise"; 852 if (sm->pairwise == WPA_CIPHER_CCMP) { 1234 int version, pairwise; local 1393 int pairwise = key_info & WPA_KEY_INFO_KEY_TYPE; local 2725 u32 pairwise = 0; local [all...] |
wpa_auth.h | 71 le16 pairwise; member in struct:ft_r0kh_r1kh_resp_frame 90 le16 pairwise; member in struct:ft_r0kh_r1kh_push_frame
|
wpa_auth_i.h | 102 int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */ member in struct:wpa_state_machine
|
/external/guava/guava-tests/test/com/google/common/base/ |
EquivalenceTest.java | 38 EquivalenceTester.of(Equivalences.equals().<String>pairwise()) 48 .addEqualityGroup(Equivalences.equals().pairwise(), Equivalences.equals().pairwise()) 49 .addEqualityGroup(Equivalences.identity().pairwise())
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.h | 133 #define WPA_KEY_INFO_KEY_TYPE BIT(3) /* 1 = Pairwise, 0 = Group key */ 137 #define WPA_KEY_INFO_INSTALL BIT(6) /* pairwise */ 164 * struct wpa_ptk - WPA Pairwise Transient Key 165 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy 186 * Pairwise Suite Count (2 octets, little endian) (default: 1) 187 * Pairwise Suite List (4 * n octets) (default: TKIP) 215 * Pairwise Suite Count (2 octets, little endian) (default: 1) 216 * Pairwise Suite List (4 * n octets) (default: CCMP)
|
wpa_common.c | 73 * @pmk: Pairwise master key 80 * @ptk: Buffer for pairwise transient key 84 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy 85 * PTK = PRF-X(PMK, "Pairwise key expansion", 313 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), " 325 "pairwise cipher", __func__);
|
/external/wpa_supplicant_8/src/common/ |
wpa_common.h | 135 #define WPA_KEY_INFO_KEY_TYPE BIT(3) /* 1 = Pairwise, 0 = Group key */ 139 #define WPA_KEY_INFO_INSTALL BIT(6) /* pairwise */ 166 * struct wpa_ptk - WPA Pairwise Transient Key 167 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy 188 * Pairwise Suite Count (2 octets, little endian) (default: 1) 189 * Pairwise Suite List (4 * n octets) (default: TKIP) 217 * Pairwise Suite Count (2 octets, little endian) (default: 1) 218 * Pairwise Suite List (4 * n octets) (default: CCMP)
|
wpa_common.c | 67 * @pmk: Pairwise master key 74 * @ptk: Buffer for pairwise transient key 78 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy 79 * PTK = PRF-X(PMK, "Pairwise key expansion", 457 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), " 469 "pairwise cipher", __func__); 637 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), " 857 * @pmk: Pairwise master key 864 * IEEE Std 802.11i-2004 - 8.5.1.2 Pairwise key hierarchy 1021 /* Skip Pairwise Cipher Suite Count and List * [all...] |
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
common_defs.h | 31 enum RankLossType { PAIRWISE, RECIPROCAL_RANK };
|
/external/guava/guava/src/com/google/common/base/ |
PairwiseEquivalence.java | 76 return elementEquivalence + ".pairwise()";
|
/external/guava/guava/src/com/google/common/collect/ |
LexicographicalOrdering.java | 28 * pairwise.
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/ |
jni_stochastic_linear_ranker.h | 71 Options : "PAIRWISE", "RECIPROCAL_RANK" 72 Default : "PAIRWISE" */ 105 const char * LOSS_TYPE_PAIRWISE = "PAIRWISE";
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
networkconfig.ui.h | 138 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local 168 pairwise = "TKIP"; 170 pairwise = "CCMP"; 177 if (pairwise) { 178 setNetworkParam(id, "pairwise", pairwise, false); 360 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
CmdInterpretWext.h | 69 TIWLAN_KEY_FLAGS_PAIRWISE = 0x40000000, /* Used to indicate pairwise key */
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa.h | 121 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise); 235 int pairwise)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.c | 49 int pairwise; local 182 /* Select group cipher based on the enabled pairwise cipher suites */ 183 pairwise = 0; 185 pairwise |= bss->wpa_pairwise; 189 pairwise |= bss->rsn_pairwise; 191 if (pairwise & WPA_CIPHER_TKIP) 236 (!(pairwise & WPA_CIPHER_CCMP) || !(bss->wpa & 2))) 435 wpa_printf(MSG_WARNING, "WPA: Failed to select pairwise "
|
wpa_supplicant.conf | 106 # key_mgmt, pairwise, group, proto variables 308 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not 351 # pairwise: list of accepted pairwise (unicast) ciphers for WPA 355 # pairwise keys) 613 pairwise=CCMP TKIP 624 pairwise=TKIP 636 pairwise=CCMP TKIP 705 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and 712 pairwise=CCM [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf.orig | 104 # key_mgmt, pairwise, group, proto variables 248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not 280 # pairwise: list of accepted pairwise (unicast) ciphers for WPA 284 # pairwise keys) 532 pairwise=CCMP TKIP 543 pairwise=TKIP 555 pairwise=CCMP TKIP 624 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and 631 pairwise=CCM [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 237 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local 267 pairwise = "TKIP"; 269 pairwise = "CCMP"; 276 if (pairwise) { 277 setNetworkParam(id, "pairwise", pairwise, false); 535 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 243 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; local 280 pairwise = "TKIP"; 282 pairwise = "CCMP"; 289 if (pairwise) { 290 setNetworkParam(id, "pairwise", pairwise, false); 548 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id);
|