HomeSort by relevance Sort by last modified time
    Searched refs:group_cipher (Results 1 - 25 of 25) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 42 int pairwise_cipher, int group_cipher,
59 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, group_cipher);
62 group_cipher);
109 int pairwise_cipher, int group_cipher,
131 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher);
134 group_cipher);
235 int pairwise_cipher, int group_cipher,
253 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher);
256 group_cipher);
303 sm->group_cipher,
    [all...]
wpa.c 566 wpa_cipher_txt(sm->group_cipher));
675 int group_cipher,
682 *alg = wpa_cipher_to_alg(group_cipher);
686 group_cipher);
689 *key_rsc_len = wpa_cipher_rsc_len(group_cipher);
691 klen = wpa_cipher_key_len(group_cipher);
695 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
722 if (sm->group_cipher == WPA_CIPHER_TKIP) {
781 rsclen = wpa_cipher_rsc_len(sm->group_cipher);
839 if (sm->group_cipher != WPA_CIPHER_GTK_NOT_USED &
    [all...]
wpa_ft.c 171 if (!wpa_cipher_valid_group(sm->group_cipher)) {
173 sm->group_cipher);
178 sm->group_cipher));
569 keylen = wpa_cipher_key_len(sm->group_cipher);
570 rsc_len = wpa_cipher_rsc_len(sm->group_cipher);
571 alg = wpa_cipher_to_alg(sm->group_cipher);
574 sm->group_cipher);
595 if (sm->group_cipher == WPA_CIPHER_TKIP) {
wpa_i.h 80 unsigned int group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 194 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
196 int group_cipher; member in struct:wpa_ssid
wpa_supplicant.c 158 switch (wpa_s->group_cipher) {
178 "WPA-None", wpa_s->group_cipher);
359 wpa_s->group_cipher = WPA_CIPHER_NONE;
365 wpa_s->group_cipher = WPA_CIPHER_WEP104;
369 wpa_s->group_cipher = WPA_CIPHER_WEP40;
378 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
887 wpa_s->group_cipher = 0;
1017 if (!(ie->group_cipher & ssid->group_cipher)) {
1020 ie->group_cipher, ssid->group_cipher)
    [all...]
mesh.c 346 wpa_s->group_cipher = WPA_CIPHER_CCMP;
350 wpa_s->group_cipher = WPA_CIPHER_NONE;
config_winreg.c 353 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
360 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
774 if (ssid->group_cipher == DEFAULT_GROUP)
config_file.c 139 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
146 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
569 if (ssid->group_cipher == DEFAULT_GROUP)
    [all...]
wps_supplicant.c 299 (ssid->group_cipher != new_ssid->group_cipher &&
300 !(ssid->group_cipher & new_ssid->group_cipher &
491 ssid->group_cipher |= WPA_CIPHER_GCMP;
    [all...]
events.c 530 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
549 if (!(ie.group_cipher & ssid->group_cipher)) {
603 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
622 if (!(ie.group_cipher & ssid->group_cipher)) {
    [all...]
config.c 1022 if (ssid->group_cipher == val)
1025 ssid->group_cipher = val;
1034 return wpa_config_write_cipher(ssid->group_cipher);
    [all...]
wpa_supplicant_i.h 514 int group_cipher; member in struct:wpa_supplicant
    [all...]
wpas_glue.c 238 wpa_s->group_cipher = cipher;
sme.c 953 params.group_suite = wpa_s->group_cipher;
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 554 data->group_cipher = WPA_CIPHER_CCMP;
601 data->group_cipher = rsn_selector_to_bitfield(pos);
602 if (!wpa_cipher_valid_group(data->group_cipher)) {
605 __func__, data->group_cipher,
750 data->group_cipher = WPA_CIPHER_TKIP;
778 data->group_cipher = wpa_selector_to_bitfield(pos);
    [all...]
wpa_common.h 369 int group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 534 char *pairwise_cipher = NULL, *group_cipher = NULL; local
576 } else if (strcmp(start, "group_cipher") == 0) {
577 group_cipher = pos;
590 if (pairwise_cipher || group_cipher) {
592 if (pairwise_cipher && group_cipher &&
593 strcmp(pairwise_cipher, group_cipher) != 0) {
596 encr.append(group_cipher);
600 encr.append(group_cipher);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 543 data.group_cipher);
564 data.group_cipher);
576 if (data.group_cipher != wpa_auth->conf.wpa_group) {
578 MACSTR, data.group_cipher, MAC2STR(sm->addr));
beacon.c 1176 params->group_cipher = hapd->conf->wpa_group;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 969 * group_cipher - WPA_CIPHER_*
971 unsigned int group_cipher; member in struct:wpa_driver_ap_params
    [all...]
driver_atheros.c     [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 491 milliseconds