Searched refs:ic_hash_key (Results 1 – 3 of 3) sorted by relevance
231 uint32_t ic_hash_key; /* random key for mac hash */ member
611 db_printf(" hash_key 0x%x", ic->ic_hash_key); in _db_show_com()
353 ic->ic_hash_key = arc4random(); in ieee80211_ifattach()2599 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = ic->ic_hash_key; in ieee80211_mac_hash()