Home
last modified time | relevance | path

Searched refs:my_nonce (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_rsn.c470 if (os_memcmp(sta->my_nonce, sta->peer_nonce, WPA_NONCE_LEN) < 0) { in mesh_rsn_derive_mtk()
471 min = sta->my_nonce; in mesh_rsn_derive_mtk()
475 max = sta->my_nonce; in mesh_rsn_derive_mtk()
519 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) { in mesh_rsn_init_ampe_sta()
571 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
719 os_memcmp(ampe->peer_nonce, sta->my_nonce, WPA_NONCE_LEN) != 0) { in mesh_rsn_process_ampe()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dsta_info.h87 u8 my_nonce[WPA_NONCE_LEN]; member