Searched refs:my_nonce (Results 1 – 2 of 2) sorted by relevance
470 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()569 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()715 os_memcmp(ampe->peer_nonce, sta->my_nonce, WPA_NONCE_LEN) != 0) { in mesh_rsn_process_ampe()
127 u8 my_nonce[WPA_NONCE_LEN]; member