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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 17 struct wpa_group;
21 struct wpa_group *group;
156 struct wpa_group { struct
157 struct wpa_group *next;
184 /* Number of references except those in struct wpa_group->next */
194 struct wpa_group *group;
wpa_auth.c 48 struct wpa_group *group);
51 struct wpa_group *group);
53 struct wpa_group *group);
58 struct wpa_group *group);
60 struct wpa_group *group);
62 struct wpa_group *group);
280 struct wpa_group *group, *next;
333 struct wpa_group *group)
364 static struct wpa_group * wpa_group_init(struct wpa_authenticator *wpa_auth,
367 struct wpa_group *group
    [all...]
ap_config.c 69 bss->wpa_group = WPA_CIPHER_TKIP;
1049 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
1052 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ?
1077 bss->wpa_group = cipher;
1087 bss->wpa_group = cipher;
1094 bss->wpa_group = WPA_CIPHER_CCMP;
1100 bss->wpa_group = WPA_CIPHER_NONE;
wpa_auth_ie.c 40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group);
43 conf->wpa_group);
105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group);
108 conf->wpa_group);
633 if (data.group_cipher != wpa_auth->conf.wpa_group) {
wpa_auth_glue.c 43 wconf->wpa_group = conf->wpa_group;
96 wconf->wpa_group = WPA_CIPHER_CCMP;
ap_config.h 328 int wpa_group; member in struct:hostapd_bss_config
wpa_auth.h 161 int wpa_group; member in struct:wpa_auth_config
ap_drv_ops.c 289 params.wpa_group = hapd->conf->wpa_group;
beacon.c     [all...]
wps_hostapd.c 353 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
    [all...]
wpa_auth_ft.c     [all...]
ieee802_1x.c 364 hapd->conf->wpa_group);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 405 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
419 bss->wpa_group = cipher;
427 bss->wpa_group = cipher;
432 bss->wpa_group = WPA_CIPHER_NONE;
438 (bss->wpa_group == WPA_CIPHER_CCMP ||
439 bss->wpa_group == WPA_CIPHER_GCMP ||
440 bss->wpa_group == WPA_CIPHER_CCMP_256 ||
441 bss->wpa_group == WPA_CIPHER_GCMP_256)) {
    [all...]
mesh_rsn.c 161 conf.wpa_group = rsn->group_cipher;
179 rsn->mgtk_len = wpa_cipher_key_len(conf.wpa_group);
ibss_rsn.c 432 conf.wpa_group = WPA_CIPHER_CCMP;
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 434 switch (params->wpa_group) {
452 params->wpa_group);
465 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5);
    [all...]
driver_atheros.c 287 switch (params->wpa_group) {
316 params->wpa_group);
326 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5);
    [all...]
driver.h 1836 int wpa_group; member in struct:wpa_bss_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1203 wpa_cipher_txt(hapd->conf->wpa_group));
    [all...]

Completed in 914 milliseconds