Home
last modified time | relevance | path

Searched refs:wet_sta_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wet.c82 typedef struct wet_sta wet_sta_t; typedef
89 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wet.c82 typedef struct wet_sta wet_sta_t; typedef
89 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 …]