On Monday, 20 May 2019 12:54:16 CEST John Crispin wrote: > + char *iftypes[NUM_NL80211_IFTYPES] = { > + "Unspec", "Adhoc", "Station", "AP", "AP/VLAN", "WDS", "Monitor" > + "Mesh", "P2P/Client", "P2P/Go", "P2P/Device", "OCB", "NAN", > + }; Noticed during tests with hwsim that this list is slightly incorrect - because the "," is missing after "Monitor". Thus you will now have an entry "MonitorMesh" instead of two entries "Monitor" + "Mesh". So everything after NL80211_IFTYPE_MESH_POINT is off by one. Kind regards, Sven