The autoconnect features prevents uqmid from working correctly,
because the autoconnected connection doesn't contain a valid aid
which is required to control the connection.
Signed-off-by: Alexander Couzens <[email protected]>
struct qmi_wds_start_network_request start_req = {};
qmi_set(&start_req, profile_index_3gpp, profile_idx);
qmi_set(&start_req, ip_family_preference, ip_family);
+ qmi_set(&start_req, enable_autoconnect, false);
int ret = qmi_set_wds_start_network_request(msg, &start_req);
if (ret) {