I am a research using SDR solution to test different PHY stack. I bought the FGH100M H to test the 802.11ah SDR implementation and I would like further more to benchmark it. For exemple sending quick custom frames without association.
I tried some tricks to do it but I would like to have access to drivers or ATE commands. Like it is explained in the datasheet I ask the support for those closed resources. Maksim from the FAE Department at Quectel Wireless Solutions redirected me here.
Thanks for your response, for the moment i’m using scan feature (from morse micro sdk) to send “custom” frame (with data inside SSID) but there is still a MMWLAN_SCAN_MIN_DWELL_TIME_MS that annoy me.
My main interest in FGH100M-H is to send custom or direct frame (by passing the MAC) to do RF testing. So the dwell time don’t let me benchmark the response time of my SDR app.
That does seem quite unlikely, unfortunately. The low-level MAC/PHY interface you are looking for is essentially Morse Micro’s internal IP — only they have full visibility into the MM6108’s command set and firmware state machine. Quectel’s driver is basically a wrapper around that, and they are unlikely to expose raw frame injection or let you bypass the upper-MAC dwell/scan logic without Morse’s direct involvement.
You might want to keep an eye on the FCH100XM (or similar hostless/MCU-oriented variants) in the future. Those are designed to run more like a self-contained MCU rather than a standard Linux network interface, which could give you tighter control over timing and state management. But to be honest, even in that form factor, the underlying RF/MAC primitives will still be buried inside the firmware blob. You will not get the raw PHY access you are looking for without an NDA or a direct engineering engagement with Morse Micro.
If your goal is purely RF benchmarking (power, spectrum, PER), it may be worth checking whether the existing morse driver parameters — thin_lmac, duty_cycle_mode, enable_hw_scan, etc. — can be tuned to minimize the scan dwell. It is not “true” low-MAC access, but it might get you close enough to the latency numbers you need for your SDR app.
So while this is not true raw-frame injection (you are limited to the built-in RPG patterns), it is essentially the low-level RF test interface you were asking about. The rpg start command bypasses normal MAC association/scanning, so the dwell-time issue you mentioned should not apply in this DVT mode.