WI_STA_HASH_SIZE
for (i = 0; i < WI_STA_HASH_SIZE; i++)
return ((addr[3] + addr[4] + addr[5]) % WI_STA_HASH_SIZE);
i = (i == (WI_STA_HASH_SIZE << 4) - 1) ? 0 : (i + 1);
#if WI_STA_HASH_SIZE*16 >= 2007 /* will generate ASID's too large. */
#if WI_STA_HASH_SIZE*16 < WIHAP_MAX_STATIONS
LIST_HEAD(sta_hash, wihap_sta_info) sta_hash[WI_STA_HASH_SIZE];
u_int16_t asid_inuse_mask[WI_STA_HASH_SIZE];