Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h231 uint32_t ic_hash_key; /* random key for mac hash */ member
H A Dieee80211_ddb.c611 db_printf(" hash_key 0x%x", ic->ic_hash_key); in _db_show_com()
H A Dieee80211.c353 ic->ic_hash_key = arc4random(); in ieee80211_ifattach()
2599 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = ic->ic_hash_key; in ieee80211_mac_hash()