Searched defs:wpan_phy_supported (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | cfg802154.h | 134 struct wpan_phy_supported { struct 135 u32 channels[IEEE802154_MAX_PAGE + 1], 136 cca_modes, cca_opts, iftypes; 137 enum nl802154_supported_bool_states lbt; 138 u8 min_minbe, max_minbe, min_maxbe, max_maxbe, 139 min_csma_backoffs, max_csma_backoffs; 140 s8 min_frame_retries, max_frame_retries; 141 size_t tx_powers_size, cca_ed_levels_size; 142 const s32 *tx_powers, *cca_ed_levels;
|