Home
last modified time | relevance | path

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.c342 data->group_cipher = WPA_CIPHER_TKIP; in wpa_parse_wpa_ie_wpa()
452 data->group_cipher = WPA_CIPHER_CCMP; in wpa_parse_wpa_ie_rsn()
574 if (wpa_s->group_cipher == WPA_CIPHER_CCMP) { in wpa_gen_wpa_ie_wpa()
584 wpa_s->group_cipher); in wpa_gen_wpa_ie_wpa()
638 if (wpa_s->group_cipher == WPA_CIPHER_CCMP) { in wpa_gen_wpa_ie_rsn()
648 wpa_s->group_cipher); in wpa_gen_wpa_ie_rsn()
1028 switch (wpa_s->group_cipher) { in wpa_supplicant_process_3_of_4_gtk()
1065 "%d", wpa_s->group_cipher); in wpa_supplicant_process_3_of_4_gtk()
1072 if (wpa_s->group_cipher == WPA_CIPHER_TKIP) { in wpa_supplicant_process_3_of_4_gtk()
1367 switch (wpa_s->group_cipher) { in wpa_supplicant_process_1_of_2()
[all …]
H A Dwpa_supplicant.c269 sel = ie.group_cipher & ssid->group_cipher; in wpa_supplicant_set_suites()
271 wpa_s->group_cipher = WPA_CIPHER_CCMP; in wpa_supplicant_set_suites()
273 wpa_s->group_cipher = WPA_CIPHER_TKIP; in wpa_supplicant_set_suites()
275 wpa_s->group_cipher = WPA_CIPHER_WEP104; in wpa_supplicant_set_suites()
277 wpa_s->group_cipher = WPA_CIPHER_WEP40; in wpa_supplicant_set_suites()
427 if (!(ie.group_cipher & ssid->group_cipher)) { in wpa_supplicant_select_bss()
693 ssid->group_cipher = WPA_CIPHER_CCMP | WPA_CIPHER_TKIP | in wpa_config_read_network()
H A Dwpa_impl.h201 int group_cipher; member
231 int group_cipher; member
250 int group_cipher; member