Searched refs:supported_phys (Results 1 – 2 of 2) sorted by relevance
689 u32 supported_phys = 0; in get_supported_phys() local692 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()695 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()698 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()722 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()723 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()726 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()727 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()731 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()736 return supported_phys; in get_supported_phys()[all …]
635 __le32 supported_phys; member