Searched refs:max_no_of_peers (Results 1 – 2 of 2) sorted by relevance
214 uint8_t max_no_of_peers = cfg ? cfg->max_no_of_peers : MIN_NO_OF_PEERS; in wma_get_number_of_peers_supported() local216 return max_no_of_peers; in wma_get_number_of_peers_supported()2073 uint8_t max_no_of_peers; in wma_init_max_no_of_peers() local2092 max_no_of_peers = (max_peers > max_supported_peers) ? in wma_init_max_no_of_peers()2094 cfg->max_no_of_peers = max_no_of_peers; in wma_init_max_no_of_peers()2096 return max_no_of_peers; in wma_init_max_no_of_peers()
778 uint8_t max_no_of_peers; member