QMI is a proprietary protocol used by Qualcomm devices. It is commonly used for communication with cellular modems.
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.
LPAC_APDU_QMI_UIM_SLOT: specify which UIM slot to use.
(integer, default:1, slot number starts from1)LPAC_APDU_QMI_DEVICE: specify the QMI device path.
(string, default:/dev/cdc-wdm0)LPAC_APDU_UQMI_DEBUG: enable debug output foruqmicommands.
(boolean, default:false)LPAC_APDU_UQMI_PROGRAM: specify theuqmiprogram path.
(string, default:uqmi)