Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:cipher

98 	int cipher; /* Selected cipher (WPA_CIPHER_*) */
173 switch (peer->cipher) {
179 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
183 wpa_printf(MSG_WARNING, "TDLS: Unsupported pairwise cipher %d",
629 peer->cipher = 0;
956 * RSN IE is filled only with CCMP CIPHER
959 * Regardless of the cipher used on the AP connection, select CCMP
1434 int cipher;
1614 cipher = ie.pairwise_cipher;
1615 if (cipher & WPA_CIPHER_CCMP) {
1617 cipher = WPA_CIPHER_CCMP;
1619 wpa_printf(MSG_INFO, "TDLS: No acceptable cipher in TPK M1");
1668 peer->cipher = WPA_CIPHER_NONE;
1676 peer->cipher = cipher;
1702 /* Include only the selected cipher in pairwise cipher suite */
1705 if (cipher == WPA_CIPHER_CCMP)
1794 int cipher;
1901 peer->cipher = WPA_CIPHER_NONE;
1917 * match. Since we list only a single pairwise cipher in TPK M1, the
1938 cipher = ie.pairwise_cipher;
1939 if (cipher == WPA_CIPHER_CCMP) {
1941 cipher = WPA_CIPHER_CCMP;
1943 wpa_printf(MSG_INFO, "TDLS: No acceptable cipher in TPK M2");
1963 peer->cipher = cipher;