Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:group_cipher

153 	switch (wpa_s->group_cipher) {
173 "WPA-None", wpa_s->group_cipher);
335 wpa_s->group_cipher = WPA_CIPHER_NONE;
341 wpa_s->group_cipher = WPA_CIPHER_WEP104;
345 wpa_s->group_cipher = WPA_CIPHER_WEP40;
354 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
790 wpa_s->group_cipher = 0;
913 if (!(ie->group_cipher & ssid->group_cipher)) {
916 ie->group_cipher, ssid->group_cipher);
979 (ie.group_cipher & ssid->group_cipher) &&
986 (ie.group_cipher & ssid->group_cipher) &&
996 ie.group_cipher = WPA_CIPHER_CCMP;
1013 ie.group_cipher = ssid->group_cipher;
1029 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1050 sel = ie.group_cipher & ssid->group_cipher;
1051 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1052 if (wpa_s->group_cipher < 0) {
1058 wpa_cipher_txt(wpa_s->group_cipher));
1125 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1799 cipher_group = wpa_s->group_cipher;