Lines Matching full:network
10 * @brief Public cellular network API
43 /** Cellular network structure */
98 /** API for getting network signal strength */
124 * @details Cellular network devices support at least one cellular access technology.
128 * The cellular device can only use one cellular network technology at a time. It must
129 * exclusively use the cellular network configurations provided, and will prioritize
130 * the cellular network configurations in the order they are provided in case there are
131 * multiple (the first cellular network configuration has the highest priority).
133 * @param dev Cellular network device instance.
134 * @param networks List of cellular network configurations to apply.
135 * @param size Size of list of cellular network configurations.
138 * @retval -EINVAL if any provided cellular network configuration is invalid or unsupported.
139 * @retval -ENOTSUP if API is not supported by cellular network device.
157 * @param dev Cellular network device instance
158 * @param networks Pointer to list of supported cellular network configurations.
159 * @param size Size of list of cellular network configurations.
162 * @retval -ENOTSUP if API is not supported by cellular network device.
181 * @param dev Cellular network device instance
186 * @retval -ENOTSUP if API is not supported by cellular network device.
205 * @param dev Cellular network device instance
211 * @retval -ENOTSUP if API is not supported by cellular network device.
229 * @brief Get network registration status for the device
231 * @param dev Cellular network device instance
236 * @retval -ENOSYS if API is not supported by cellular network device.