So I have multiple wifi adaptors on one rpi3 and sometimes the interface names swap around. sometimes the built in wifi is wlan0 and sometimes its not. I need them to be static and i cant use predictable network names because i cant assume to know the mac addresses if its on another machine.
How can i set static interface names for wlan0 - wlanX, i tried looking into using udev but didn't make any progress. I;m running the latest release of raspbian stretch.