# Aware mass market client provisioning Source: [https://docs.qualcomm.com/doc/80-63441-4/topic/AMM-client-provisioning.html](https://docs.qualcomm.com/doc/80-63441-4/topic/AMM-client-provisioning.html) ## OEM and device information configuration for location client Provide additional OEM and device information for Location Client on the AMM module. This information is set using the `+FOPEN`, `+FWRITE`, and `+FCLOSE` AT commands described in the AT Commands Manual that is specific to each chipset, for example, see (80-34458-4) for QCX216. Location Client on AMM returns a failure if this information is not provisioned. The following are the examples of the AT commands, using `QCOM` as the OEM information, and `QC_216Device` as the device information. AT+FOPEN=”dev_mdlno”,0 +FOPEN: 1 OK AT+FWRITE=1,12,10 CONNECT QC_216Device +FWRITE=12,12 OK AT+FCLOSE=1 OK AT+FOPEN=”dev_mnfctr”,0 +FOPEN: 1 OK AT+FWRITE=1,4,10 CONNECT QCOM OK AT+FCLOSE=1 OK Copy to clipboard Use the provisioning step only once. OEM and device information are modified according to the customer information while performing the provisioning step. ## AMM client configuration To successfully use LaaS, the AMM client must be aware of the location technologies the OEM has subscribed for, and the Aware Server key to use for encryption purposes. Without this information, LaaS fails. To configure the AMM client, use the `AT$QCFG` command (see [AT$QCFG](https://docs.qualcomm.com/doc/80-63441-4/topic/AT-QCFG.html)). While the configuration is persistent across device reboots, the configuration only takes effect after a device reboot so it is recommended to configure the AMM client at the factory for LaaS to work out of the box. **Parent Topic:** [Provisioning](https://docs.qualcomm.com/doc/80-63441-4/topic/Provisioning.html) Last Published: Jul 16, 2025 [Previous Topic Certificate and keys](https://docs.qualcomm.com/bundle/publicresource/80-63441-4/topics/AMM-certs-n-keys.md) [Next Topic LaaS AT commands](https://docs.qualcomm.com/bundle/publicresource/80-63441-4/topics/LaaS-AT-commands.md)