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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 184 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *prev_psk); member in struct:wpa_auth_callbacks
wpa_auth_glue.c 524 cb.get_psk = hostapd_wpa_auth_get_psk;
wpa_auth.c 87 if (wpa_auth->cb.get_psk == NULL)
89 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, prev_psk);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 287 cb.get_psk = auth_get_psk;
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 386 cb.get_psk = auth_get_psk;

Completed in 41 milliseconds