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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 41 char *radius_cui; member in struct:hostapd_cached_radius_acl
59 os_free(e->radius_cui);
104 char **identity, char **radius_cui)
132 if (radius_cui) {
133 if (entry->radius_cui)
134 *radius_cui = os_strdup(entry->radius_cui);
136 *radius_cui = NULL;
225 * @radius_cui: Buffer for returning CUI (from RADIUS)
228 * The caller is responsible for freeing the returned *identity and *radius_cui
    [all...]
ieee802_11.c 552 char *radius_cui = NULL; local
628 &psk, &identity, &radius_cui);
676 sta->radius_cui = radius_cui;
677 radius_cui = NULL;
746 os_free(radius_cui);
    [all...]
sta_info.h 103 char *radius_cui; /* Chargeable-User-Identity from RADIUS */ member in struct:sta_info
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 160 struct wpabuf *radius_cui; /* Chargeable-User-Identity */ member in struct:eapol_state_machine

Completed in 177 milliseconds