Searched defs:wpan_phy_supported (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/net/ |
D | cfg802154.h | 151 struct wpan_phy_supported { struct 152 u32 channels[IEEE802154_MAX_PAGE + 1], 153 cca_modes, cca_opts, iftypes; 154 enum nl802154_supported_bool_states lbt; 155 u8 min_minbe, max_minbe, min_maxbe, max_maxbe, 156 min_csma_backoffs, max_csma_backoffs; 157 s8 min_frame_retries, max_frame_retries; 158 size_t tx_powers_size, cca_ed_levels_size; 159 const s32 *tx_powers, *cca_ed_levels;
|