pub fn phy_standard_map(
    bss_list: &Vec<BssDescription>
) -> HashMap<Standard, usize>
Expand description

Given a list of BssDescription, categorize each one based on the latest PHY standard it supports and return a mapping from Standard to number of BSS.