QMI.WirelessData.start_network_interface
You're seeing just the function
start_network_interface
, go back to QMI.WirelessData module for more information.
Specs
start_network_interface(QMI.name(), [ QMI.Codec.WirelessData.start_network_interface_opt() ]) :: {:ok, QMI.Codec.WirelessData.start_network_report()} | {:error, atom()}
Start the network interface
This will return once a packet data session is established and the interface can perform IP address configuration. That means once this returns you can configure the interface via DHCP.