Lines Matching refs:group_cipher

173 	switch (wpa_s->group_cipher) {
193 "WPA-None", wpa_s->group_cipher);
404 wpa_s->group_cipher = WPA_CIPHER_NONE;
410 wpa_s->group_cipher = WPA_CIPHER_WEP104;
414 wpa_s->group_cipher = WPA_CIPHER_WEP40;
423 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1025 wpa_s->group_cipher = 0;
1163 if (!(ie->group_cipher & ssid->group_cipher)) {
1166 ie->group_cipher, ssid->group_cipher);
1200 ie->group_cipher = wpa_default_rsn_cipher(freq);
1203 return (ie->group_cipher & ssid->group_cipher) &&
1245 (ie.group_cipher & ssid->group_cipher) &&
1253 (ie.group_cipher & ssid->group_cipher) &&
1260 (ie.group_cipher & ssid->group_cipher) &&
1269 "WPA: ssid proto=0x%x pairwise_cipher=0x%x group_cipher=0x%x key_mgmt=0x%x",
1270 ssid->proto, ssid->pairwise_cipher, ssid->group_cipher,
1285 "RSN: pairwise_cipher=0x%x group_cipher=0x%x key_mgmt=0x%x",
1286 ie.pairwise_cipher, ie.group_cipher,
1297 "WPA: pairwise_cipher=0x%x group_cipher=0x%x key_mgmt=0x%x",
1298 ie.pairwise_cipher, ie.group_cipher,
1312 ie.group_cipher = ssid->group_cipher;
1353 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1375 wpa_s->group_cipher = WPA_CIPHER_NONE;
1378 sel = ie.group_cipher & ssid->group_cipher;
1381 ie.group_cipher, ssid->group_cipher, sel);
1382 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1383 if (wpa_s->group_cipher < 0) {
1389 wpa_cipher_txt(wpa_s->group_cipher));
1527 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
2188 if (wpa_s->group_cipher == WPA_CIPHER_WEP40 ||
2189 wpa_s->group_cipher == WPA_CIPHER_WEP104 ||
3123 cipher_group = wpa_s->group_cipher;