Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:group_cipher

64 	data->group_cipher = WPA_CIPHER_TKIP;
97 data->group_cipher = wpa_selector_to_bitfield(pos);
183 int pairwise_cipher, int group_cipher,
199 if (group_cipher == WPA_CIPHER_CCMP) {
201 } else if (group_cipher == WPA_CIPHER_TKIP) {
203 } else if (group_cipher == WPA_CIPHER_WEP104) {
205 } else if (group_cipher == WPA_CIPHER_WEP40) {
209 group_cipher);
255 int pairwise_cipher, int group_cipher,
277 if (group_cipher == WPA_CIPHER_CCMP) {
279 } else if (group_cipher == WPA_CIPHER_TKIP) {
281 } else if (group_cipher == WPA_CIPHER_WEP104) {
283 } else if (group_cipher == WPA_CIPHER_WEP40) {
287 group_cipher);
387 sm->group_cipher,
393 sm->group_cipher,