lpac/docs/backends/mbim.md
septs b1499c39f9
refactor(docs): fully write env vars partial (#330)
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-20 23:50:32 +08:00

683 B

MBIM APDU Backend

MBIM is a protocol used to communicate with mobile broadband devices, such as cellular modems. It is commonly used in Linux-based systems to manage mobile broadband connections.

Environment Variables

  • LPAC_APDU_MBIM_UIM_SLOT: specify which UIM slot will be used by MBIM APDU backend.
    (integer, default: 1, slot number starts from 1)
  • LPAC_APDU_MBIM_USE_PROXY: tell the MBIM APDU backend to use the mbim-proxy.
    (boolean, default: false)
  • LPAC_APDU_MBIM_DEVICE: specify which MBIM device will be used by MBIM APDU backend.
    (string, default: /dev/cdc-wdm0)