Searched refs:wet_sta_t (Results 1 – 2 of 2) sorted by relevance
82 typedef struct wet_sta wet_sta_t; typedef89 wet_sta_t *next; /* free STA link */90 wet_sta_t *next_ip; /* hash link by IP */91 wet_sta_t *next_mac; /* hash link by MAC */108 wet_sta_t sta[WET_NUMSTAS];110 wet_sta_t *stafree;112 wet_sta_t *stahash_ip[WET_STA_HASH_SIZE];114 wet_sta_t *stahash_mac[WET_STA_HASH_SIZE];132 static int wet_sta_alloc(dhd_wet_info_t *weth, wet_sta_t **saddr);134 uint8 *iaddr, struct ether_addr *eaddr, wet_sta_t **saddr);[all …]