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