Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:group_cipher

174 	if (sm->group_cipher != WPA_CIPHER_CCMP &&
175 sm->group_cipher != WPA_CIPHER_GCMP &&
176 sm->group_cipher != WPA_CIPHER_TKIP) {
178 sm->group_cipher);
183 sm->group_cipher));
575 keylen = wpa_cipher_key_len(sm->group_cipher);
576 rsc_len = wpa_cipher_rsc_len(sm->group_cipher);
577 alg = wpa_cipher_to_alg(sm->group_cipher);
580 group_cipher);
601 if (sm->group_cipher == WPA_CIPHER_TKIP) {