sta_hash          205 dev/ic/if_wi_hostap.c 		LIST_INIT(&whi->sta_hash[i]);
sta_hash          480 dev/ic/if_wi_hostap.c 	LIST_INSERT_HEAD(&whi->sta_hash[hash], sta, hash);
sta_hash          502 dev/ic/if_wi_hostap.c 	LIST_FOREACH(sta, &whi->sta_hash[i], hash)
sta_hash          113 dev/ic/if_wi_hostap.h 	LIST_HEAD(sta_hash, wihap_sta_info)	sta_hash[WI_STA_HASH_SIZE];