Searched defs:wpan_phy_supported (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/net/ |
H A D | cfg802154.h | 144 struct wpan_phy_supported { struct 145 u32 channels[IEEE802154_MAX_PAGE + 1], 146 cca_modes, cca_opts, iftypes; 147 enum nl802154_supported_bool_states lbt; 148 u8 min_minbe, max_minbe, min_maxbe, max_maxbe, 149 min_csma_backoffs, max_csma_backoffs; 150 s8 min_frame_retries, max_frame_retries; 151 size_t tx_powers_size, cca_ed_levels_size; 152 const s32 *tx_powers, *cca_ed_levels;
|