Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 854 Bytes

File metadata and controls

21 lines (15 loc) · 854 Bytes

QMI APDU Backend

QMI is a proprietary protocol used by Qualcomm devices. It is commonly used for communication with cellular modems.

OpenWrt Specific

On OpenWrt, the uqmi command line tool can be used to interact with QMI devices.

To use uqmi as the APDU backend, set the LPAC_APDU environment variable to uqmi.

Environment Variables

  • LPAC_APDU_QMI_UIM_SLOT: specify which UIM slot to use.
    (integer, default: 1, slot number starts from 1)
  • LPAC_APDU_QMI_DEVICE: specify the QMI device path.
    (string, default: /dev/cdc-wdm0)
  • LPAC_APDU_UQMI_DEBUG: enable debug output for uqmi commands.
    (boolean, default: false)
  • LPAC_APDU_UQMI_PROGRAM: specify the uqmi program path.
    (string, default: uqmi)