Dw3000_probe_interf structure missing driver_list field

Hardware: DWM3001CDK_C2.
Firmware: Nordic SDK 17.1.0, CM33, FreeRTOS
IDE: SES
Trying to get TWR to work with two of these boards and having trouble setting up the hardware. I have a timer task running and calling ss_twr_initiator() every time the timer task completes. My understanding is that the dwt_probe method is used to set up the hardware, but the structure being passed to the method is missing a field called driver_list, and I see no reference to that in the entire Qorvo API. Am I using the wrong one?