Searched refs:supported_phys (Results 1 – 2 of 2) sorted by relevance
653 u32 supported_phys = 0; in get_supported_phys() local656 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()659 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()662 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()665 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()668 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()671 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()674 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()677 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()680 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()[all …]
625 __le32 supported_phys; member