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 15 struct wpa_group;
26 struct wpa_group *group;
145 struct wpa_group { struct
146 struct wpa_group *next;
173 /* Number of references except those in struct wpa_group->next */
183 struct wpa_group *group;
wpa_auth.c 40 struct wpa_group *group);
43 struct wpa_group *group);
45 struct wpa_group *group);
50 struct wpa_group *group);
52 struct wpa_group *group);
54 struct wpa_group *group);
272 struct wpa_group *group, *next;
325 struct wpa_group *group)
356 static struct wpa_group * wpa_group_init(struct wpa_authenticator *wpa_auth,
359 struct wpa_group *group
    [all...]
ap_config.c 60 bss->wpa_group = WPA_CIPHER_TKIP;
967 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
992 bss->wpa_group = cipher;
1002 bss->wpa_group = cipher;
1009 bss->wpa_group = WPA_CIPHER_CCMP;
1015 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);
576 if (data.group_cipher != wpa_auth->conf.wpa_group) {
wpa_auth_glue.c 39 wconf->wpa_group = conf->wpa_group;
84 wconf->wpa_group = WPA_CIPHER_CCMP;
ap_config.h 317 int wpa_group; member in struct:hostapd_bss_config
wpa_auth.h 142 int wpa_group; member in struct:wpa_auth_config
ap_drv_ops.c 280 params.wpa_group = hapd->conf->wpa_group;
wpa_auth_ft.c 416 struct wpa_group *gsm = sm->group;
474 struct wpa_group *gsm = sm->group;
    [all...]
beacon.c 1176 params->group_cipher = hapd->conf->wpa_group;
    [all...]
wps_hostapd.c 359 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
    [all...]
ieee802_1x.c 361 hapd->conf->wpa_group);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 349 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
363 bss->wpa_group = cipher;
371 bss->wpa_group = cipher;
376 bss->wpa_group = WPA_CIPHER_NONE;
382 (bss->wpa_group == WPA_CIPHER_CCMP ||
383 bss->wpa_group == WPA_CIPHER_GCMP ||
384 bss->wpa_group == WPA_CIPHER_CCMP_256 ||
385 bss->wpa_group == WPA_CIPHER_GCMP_256)) {
1187 wpa_cipher_txt(conf->wpa_group),
    [all...]
mesh_rsn.c 152 conf.wpa_group = WPA_CIPHER_CCMP;
ibss_rsn.c 419 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 263 switch (params->wpa_group) {
292 params->wpa_group);
302 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5);
    [all...]
driver.h 1514 int wpa_group; member in struct:wpa_bss_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1236 wpa_cipher_txt(hapd->conf->wpa_group));
    [all...]

Completed in 117 milliseconds