Searched refs:ic_hash_key (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ddb.c611 db_printf(" hash_key 0x%x", ic->ic_hash_key);
H A Dieee80211_var.h233 uint32_t ic_hash_key; /* random key for mac hash */ member in struct:ieee80211com
H A Dieee80211.c357 ic->ic_hash_key = arc4random();
2603 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = ic->ic_hash_key;

Completed in 51 milliseconds