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