MBIM_RADIO_STATE_ON
(letoh32(rs->hw_state) == MBIM_RADIO_STATE_ON) ? 1 : 0;
(letoh32(rs->sw_state) == MBIM_RADIO_STATE_ON) ? 1 : 0;
s.state = htole32(on ? MBIM_RADIO_STATE_ON : MBIM_RADIO_STATE_OFF);