Home | History | Annotate | Download | only in common

Lines Matching refs:group_cipher

444 	data->group_cipher = WPA_CIPHER_CCMP;
480 data->group_cipher = rsn_selector_to_bitfield(pos);
481 if (!wpa_cipher_valid_group(data->group_cipher)) {
483 __func__, data->group_cipher);
630 data->group_cipher = WPA_CIPHER_TKIP;
663 data->group_cipher = wpa_selector_to_bitfield(pos);
1055 ie1d.group_cipher == ie2d.group_cipher &&