Lines Matching refs:cipher
106 int cipher; /* Selected cipher (WPA_CIPHER_*) */
193 switch (peer->cipher) {
199 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
203 wpa_printf(MSG_WARNING, "TDLS: Unsupported pairwise cipher %d",
682 peer->cipher = 0;
1054 * RSN IE is filled only with CCMP CIPHER
1057 * Regardless of the cipher used on the AP connection, select CCMP
1657 int cipher;
1834 cipher = ie.pairwise_cipher;
1835 if (cipher & WPA_CIPHER_CCMP) {
1837 cipher = WPA_CIPHER_CCMP;
1839 wpa_printf(MSG_INFO, "TDLS: No acceptable cipher in TPK M1");
1888 peer->cipher = WPA_CIPHER_NONE;
1895 peer->cipher = cipher;
1932 /* Include only the selected cipher in pairwise cipher suite */
1935 if (cipher == WPA_CIPHER_CCMP)
2029 int cipher;
2153 peer->cipher = WPA_CIPHER_NONE;
2176 * match. Since we list only a single pairwise cipher in TPK M1, the
2197 cipher = ie.pairwise_cipher;
2198 if (cipher == WPA_CIPHER_CCMP) {
2200 cipher = WPA_CIPHER_CCMP;
2202 wpa_printf(MSG_INFO, "TDLS: No acceptable cipher in TPK M2");
2222 peer->cipher = cipher;