pub fn channel_map(bss_list: &Vec<BssDescription>) -> HashMap<u8, usize>
Given a list of BssDescription, return a mapping from channel to the number of BSS using that channel.