Iw: unknow events

I'm currently searching why my Wireless Wire (60 GHz, wil6210) does not work. I can not even do a simple scan.

To debug, I do

iw event -f

Then I do a scan it looks like this

wlan0 (phy #0): unknown event 33
wlan0 (phy #0): unknown event 35

Someone an idea, what this events mean?

I can not find anything useful in the iw code:
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/tree/event.c

Or are they defined here:
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/tree/nl80211.h#n1156

Hmmm, or can I maybe send some useful cmds via wmi_send?
How do they work? E.g. there is WMI_START_SCAN_CMDID

echo 7 0 0 0 > wmi_send

gives an error...