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 195 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 549 cb.get_psk = hostapd_wpa_auth_get_psk;
wpa_auth.c 90 if (wpa_auth->cb.get_psk == NULL)
92 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, p2p_dev_addr,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 283 cb.get_psk = auth_get_psk;
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 428 cb.get_psk = auth_get_psk;

Completed in 58 milliseconds