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

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh_rsn.c470 if (os_memcmp(sta->my_nonce, sta->peer_nonce, WPA_NONCE_LEN) < 0) {
471 min = sta->my_nonce;
475 max = sta->my_nonce;
519 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) {
571 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN);
719 os_memcmp(ampe->peer_nonce, sta->my_nonce, WPA_NONCE_LEN) != 0) {
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dsta_info.h87 u8 my_nonce[WPA_NONCE_LEN]; member in struct:sta_info

Completed in 141 milliseconds