Home
last modified time | relevance | path

Searched refs:hpsk (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/
Dconfigure.ac1410 hpsk=[`cat /proc/meminfo 2>/dev/null | \
1413 if test "x${hpsk}" != "x" ; then
1415 while test "${hpsk}" -gt 1 ; do
1416 hpsk="$((hpsk / 2))"
Dconfigure10120 hpsk=`cat /proc/meminfo 2>/dev/null | \
10123 if test "x${hpsk}" != "x" ; then
10125 while test "${hpsk}" -gt 1 ; do
10126 hpsk="$((hpsk / 2))"
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1704 struct hostapd_wpa_psk *hpsk; in wpas_p2p_add_psk_list() local
1709 hpsk = os_zalloc(sizeof(*hpsk)); in wpas_p2p_add_psk_list()
1710 if (hpsk == NULL) in wpas_p2p_add_psk_list()
1712 os_memcpy(hpsk->psk, psk->psk, PMK_LEN); in wpas_p2p_add_psk_list()
1714 os_memcpy(hpsk->p2p_dev_addr, psk->addr, ETH_ALEN); in wpas_p2p_add_psk_list()
1716 os_memcpy(hpsk->addr, psk->addr, ETH_ALEN); in wpas_p2p_add_psk_list()
1717 hpsk->next = hapd->conf->ssid.wpa_psk; in wpas_p2p_add_psk_list()
1718 hapd->conf->ssid.wpa_psk = hpsk; in wpas_p2p_add_psk_list()