Searched refs:group_cipher (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h201 int group_cipher; member in struct:wpa_supplicant
231 int group_cipher; member in struct:wpa_ie_data
250 int group_cipher; member in struct:wpa_ssid
H A Dwpa.c342 data->group_cipher = WPA_CIPHER_TKIP;
372 data->group_cipher = wpa_selector_to_bitfield(pos);
452 data->group_cipher = WPA_CIPHER_CCMP;
481 data->group_cipher = rsn_selector_to_bitfield(pos);
574 if (wpa_s->group_cipher == WPA_CIPHER_CCMP) {
576 } else if (wpa_s->group_cipher == WPA_CIPHER_TKIP) {
578 } else if (wpa_s->group_cipher == WPA_CIPHER_WEP104) {
580 } else if (wpa_s->group_cipher == WPA_CIPHER_WEP40) {
584 wpa_s->group_cipher);
638 if (wpa_s->group_cipher
[all...]
H A Dwpa_supplicant.c269 sel = ie.group_cipher & ssid->group_cipher;
271 wpa_s->group_cipher = WPA_CIPHER_CCMP;
273 wpa_s->group_cipher = WPA_CIPHER_TKIP;
275 wpa_s->group_cipher = WPA_CIPHER_WEP104;
277 wpa_s->group_cipher = WPA_CIPHER_WEP40;
427 if (!(ie.group_cipher & ssid->group_cipher)) {
693 ssid->group_cipher = WPA_CIPHER_CCMP | WPA_CIPHER_TKIP |

Completed in 63 milliseconds