HomeSort by relevance Sort by last modified time
    Searched defs:auth_group (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 48 struct wpa_authenticator *auth_group; member in struct:ibss_rsn
  /external/wpa_supplicant_8/tests/
test-eapol.c 36 struct wpa_authenticator *auth_group; member in struct:wpa
125 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol,
228 ie = wpa_auth_get_wpa_ie(wpa->auth_group, &ielen);
483 wpa->auth_group = wpa_init(wpa->auth_addr, &conf, &cb, wpa);
484 if (!wpa->auth_group) {
498 wpa->auth = wpa_auth_sta_init(wpa->auth_group, wpa->supp_addr, NULL);
504 if (wpa_validate_wpa_ie(wpa->auth_group, wpa->auth, wpa->supp_ie,
513 wpa_auth_sta_associated(wpa->auth_group, wpa->auth);
523 wpa_deinit(wpa->auth_group);

Completed in 84 milliseconds