| 59 | } |
| 60 | |
| 61 | static std::string management_frame_to_string( |
| 62 | const DataManagementTxBandwidth &data) { |
| 63 | return fmt::format("Center: {}Mhz BW:{}Mhz", (int)data.center_frequency_mhz, |
| 64 | (int)data.bandwidth_mhz); |
| 65 | } |
| 66 | |
| 67 | ManagementAir::ManagementAir(std::shared_ptr<WBTxRx> wb_tx_rx, |
| 68 | int initial_freq_mhz, int inital_channel_width_mhz) |
nothing calls this directly
no outgoing calls
no test coverage detected