mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
854 B
854 B
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 from1
)LPAC_APDU_QMI_DEVICE
: specify the QMI device path.
(string, default:/dev/cdc-wdm0
)LPAC_APDU_UQMI_DEBUG
: enable debug output foruqmi
commands.
(boolean, default:false
)LPAC_APDU_UQMI_PROGRAM
: specify theuqmi
program path.
(string, default:uqmi
)