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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 39 int pairwise_cipher, int group_cipher,
56 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, group_cipher);
59 group_cipher);
106 int pairwise_cipher, int group_cipher,
128 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher);
131 group_cipher);
228 int pairwise_cipher, int group_cipher,
246 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher);
249 group_cipher);
296 sm->group_cipher,
    [all...]
wpa_ft.c 174 if (sm->group_cipher != WPA_CIPHER_CCMP &&
175 sm->group_cipher != WPA_CIPHER_GCMP &&
176 sm->group_cipher != WPA_CIPHER_TKIP) {
178 sm->group_cipher);
183 sm->group_cipher));
575 keylen = wpa_cipher_key_len(sm->group_cipher);
576 rsc_len = wpa_cipher_rsc_len(sm->group_cipher);
577 alg = wpa_cipher_to_alg(sm->group_cipher);
580 sm->group_cipher);
601 if (sm->group_cipher == WPA_CIPHER_TKIP)
    [all...]
wpa.c 500 wpa_cipher_txt(sm->group_cipher));
600 int group_cipher,
607 *alg = wpa_cipher_to_alg(group_cipher);
611 group_cipher);
614 *key_rsc_len = wpa_cipher_rsc_len(group_cipher);
616 klen = wpa_cipher_key_len(group_cipher);
620 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
647 if (sm->group_cipher == WPA_CIPHER_TKIP) {
729 if (sm->group_cipher != WPA_CIPHER_GTK_NOT_USED &&
730 (wpa_supplicant_check_group_cipher(sm, sm->group_cipher,
    [all...]
wpa_i.h 77 unsigned int group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 173 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
175 int group_cipher; member in struct:wpa_ssid
wpa_supplicant.c 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)
    [all...]
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)
events.c 449 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
468 if (!(ie.group_cipher & ssid->group_cipher)) {
506 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
525 if (!(ie.group_cipher & ssid->group_cipher)) {
    [all...]
config_file.c 139 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
146 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
555 if (ssid->group_cipher == DEFAULT_GROUP)
    [all...]
wpa_supplicant_i.h 430 int group_cipher; member in struct:wpa_supplicant
wpas_glue.c 223 wpa_s->group_cipher = cipher;
wps_supplicant.c 289 ssid->group_cipher != new_ssid->group_cipher)
    [all...]
sme.c 753 params.group_suite = wpa_s->group_cipher;
    [all...]
config.c 768 ssid->group_cipher = val;
777 return wpa_config_write_cipher(ssid->group_cipher);
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 444 data->group_cipher = WPA_CIPHER_CCMP;
480 data->group_cipher = rsn_selector_to_bitfield(pos);
481 if (!wpa_cipher_valid_group(data->group_cipher)) {
483 __func__, data->group_cipher);
630 data->group_cipher = WPA_CIPHER_TKIP;
663 data->group_cipher = wpa_selector_to_bitfield(pos);
1055 ie1d.group_cipher == ie2d.group_cipher &&
    [all...]
wpa_common.h 361 int group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 517 char *pairwise_cipher = NULL, *group_cipher = NULL; local
553 } else if (strcmp(start, "group_cipher") == 0) {
554 group_cipher = pos;
567 if (pairwise_cipher || group_cipher) {
569 if (pairwise_cipher && group_cipher &&
570 strcmp(pairwise_cipher, group_cipher) != 0) {
573 encr.append(group_cipher);
577 encr.append(group_cipher);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 511 data.group_cipher);
532 data.group_cipher);
544 if (data.group_cipher != wpa_auth->conf.wpa_group) {
546 MACSTR, data.group_cipher, MAC2STR(sm->addr));
beacon.c 891 params->group_cipher = hapd->conf->wpa_group;
  /external/wpa_supplicant_8/src/drivers/
driver.h 793 * group_cipher - WPA_CIPHER_*
795 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 264 milliseconds