WI_STA_HASH_SIZE  204 dev/ic/if_wi_hostap.c 	for (i = 0; i < WI_STA_HASH_SIZE; i++)
WI_STA_HASH_SIZE  325 dev/ic/if_wi_hostap.c 	return ((addr[3] + addr[4] + addr[5]) % WI_STA_HASH_SIZE);
WI_STA_HASH_SIZE  474 dev/ic/if_wi_hostap.c 		i = (i == (WI_STA_HASH_SIZE << 4) - 1) ? 0 : (i + 1);
WI_STA_HASH_SIZE  104 dev/ic/if_wi_hostap.h #if WI_STA_HASH_SIZE*16 >= 2007 /* will generate ASID's too large. */
WI_STA_HASH_SIZE  107 dev/ic/if_wi_hostap.h #if WI_STA_HASH_SIZE*16 < WIHAP_MAX_STATIONS
WI_STA_HASH_SIZE  113 dev/ic/if_wi_hostap.h 	LIST_HEAD(sta_hash, wihap_sta_info)	sta_hash[WI_STA_HASH_SIZE];
WI_STA_HASH_SIZE  118 dev/ic/if_wi_hostap.h 	u_int16_t		asid_inuse_mask[WI_STA_HASH_SIZE];