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/wpa_supplicant/tests/
test_wpa.c 35 struct wpa_authenticator *auth_group; member in struct:wpa
64 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol,
127 ie = wpa_auth_get_wpa_ie(wpa->auth_group, &ielen);
285 wpa->auth_group = wpa_init(wpa->auth_addr, &conf, &cb);
286 if (wpa->auth_group == NULL) {
297 wpa->auth = wpa_auth_sta_init(wpa->auth_group, wpa->supp_addr, NULL);
303 if (wpa_validate_wpa_ie(wpa->auth_group, wpa->auth, wpa->supp_ie,
311 wpa_auth_sta_associated(wpa->auth_group, wpa->auth);
321 wpa_deinit(wpa->auth_group);

Completed in 428 milliseconds