Searched defs:max_sta (Results 1 – 1 of 1) sorted by relevance
1202 dhd_sta_pool_init(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_init()1255 dhd_sta_pool_fini(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_fini()1276 dhd_sta_pool_clear(dhd_pub_t *dhdp, int max_sta) in dhd_sta_pool_clear()1540 static inline int dhd_sta_pool_init(dhd_pub_t *dhdp, int max_sta) { return BCME_OK; } in dhd_sta_pool_init()1541 static inline void dhd_sta_pool_fini(dhd_pub_t *dhdp, int max_sta) {} in dhd_sta_pool_fini()1542 static inline void dhd_sta_pool_clear(dhd_pub_t *dhdp, int max_sta) {} in dhd_sta_pool_clear()