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);
237 sm->group_cipher,
243 sm->group_cipher,
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));
573 keylen = wpa_cipher_key_len(sm->group_cipher);
574 rsc_len = wpa_cipher_rsc_len(sm->group_cipher);
575 alg = wpa_cipher_to_alg(sm->group_cipher);
578 sm->group_cipher);
599 if (sm->group_cipher == WPA_CIPHER_TKIP)
    [all...]
wpa.c 465 wpa_cipher_txt(sm->group_cipher));
565 int group_cipher,
572 *alg = wpa_cipher_to_alg(group_cipher);
576 group_cipher);
579 *key_rsc_len = wpa_cipher_rsc_len(group_cipher);
581 klen = wpa_cipher_key_len(group_cipher);
585 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
612 if (sm->group_cipher == WPA_CIPHER_TKIP) {
691 if (wpa_supplicant_check_group_cipher(sm, sm->group_cipher,
    [all...]
wpa_i.h 76 unsigned int group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 166 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
168 int group_cipher; member in struct:wpa_ssid
wpa_supplicant.c 154 switch (wpa_s->group_cipher) {
174 "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);
748 wpa_s->group_cipher = 0;
899 if (!(ie->group_cipher & ssid->group_cipher)) {
902 ie->group_cipher, ssid->group_cipher)
    [all...]
config_file.c 136 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
143 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
547 if (ssid->group_cipher == DEFAULT_GROUP)
config_winreg.c 353 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
360 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
771 if (ssid->group_cipher == DEFAULT_GROUP)
events.c 413 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
432 if (!(ie.group_cipher & ssid->group_cipher)) {
470 (ie.group_cipher & (WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)))
489 if (!(ie.group_cipher & ssid->group_cipher)) {
    [all...]
wpa_supplicant_i.h 353 int group_cipher; member in struct:wpa_supplicant
config.c 713 ssid->group_cipher = val;
722 return wpa_config_write_cipher(ssid->group_cipher);
    [all...]
wpas_glue.c 204 wpa_s->group_cipher = cipher;
wps_supplicant.c 260 ssid->group_cipher != new_ssid->group_cipher)
    [all...]
sme.c 652 params.group_suite = wpa_cipher_to_suite_driver(wpa_s->group_cipher);
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 406 data->group_cipher = WPA_CIPHER_CCMP;
442 data->group_cipher = rsn_selector_to_bitfield(pos);
444 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
593 data->group_cipher = WPA_CIPHER_TKIP;
626 data->group_cipher = wpa_selector_to_bitfield(pos);
987 ie1d.group_cipher == ie2d.group_cipher &&
    [all...]
wpa_common.h 345 int group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 441 data.group_cipher);
462 data.group_cipher);
474 if (data.group_cipher != wpa_auth->conf.wpa_group) {
476 MACSTR, data.group_cipher, MAC2STR(sm->addr));
beacon.c 740 params.group_cipher = hapd->conf->wpa_group;
  /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/drivers/
driver.h 694 * group_cipher - WPA_CIPHER_*
696 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 145 milliseconds