Lines Matching defs:pairwise
172 * to use AES Keywrap based on the negotiated pairwise cipher. This function
378 * @ptk: Buffer for pairwise transient key
380 * @cipher: Negotiated pairwise cipher
1434 * on the pairwise cipher suite provided in the RSNE by the AP in the second
1455 * @ptk: Buffer for pairwise transient key
1457 * @cipher: Negotiated pairwise cipher
1574 * @ptk: Buffer that holds pairwise transient key
1576 * @cipher: Negotiated pairwise cipher
1632 * @cipher: Negotiated pairwise cipher
1717 * @cipher: Negotiated pairwise cipher
1941 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), "
1954 "pairwise cipher", __func__);
2109 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), "
3346 int pairwise = 0;
3348 /* Select group cipher based on the enabled pairwise cipher suites */
3350 pairwise |= wpa_pairwise;
3352 pairwise |= rsn_pairwise;
3354 if (pairwise & WPA_CIPHER_TKIP)
3356 if ((pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) == WPA_CIPHER_GCMP)
3358 if ((pairwise & (WPA_CIPHER_GCMP_256 | WPA_CIPHER_CCMP |
3361 if ((pairwise & (WPA_CIPHER_CCMP_256 | WPA_CIPHER_CCMP |
3850 /* Add the pairwise cipher */
4078 wpa_printf(MSG_DEBUG, "PASN: No valid pairwise suite");