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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 208 void (*set_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 605 .set_eapol = hostapd_wpa_auth_set_eapol,
wpa_auth.c 94 if (wpa_auth->cb->set_eapol)
95 wpa_auth->cb->set_eapol(wpa_auth->cb_ctx, addr, var, value);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 413 .set_eapol = auth_set_eapol,

Completed in 197 milliseconds