Get iface name with only pci location

I have an Dell E6400 running Kubuntu 18.10. This machine has an expresscard slot to which I currently have a wireless card connected. I know the "address" so to speak of the card. it is 0000:0e:00.0 The vendor ID is 168c:0024. I'm writing a script that tries to detect the presence of this card connected to the expresscard slot. if the device is connected the script is supposed to launch hostapd. I have not gooten tot eh hostapd portion of this little project so I will consider it out of scope for my question.

my question, therefore, is how do I find the interface name with just the "address", 0000:0e:00.0? I know systool -c net will list all iface names and their respective locations. but I want to list the one iface that's connected to address 0000:0e:00.0.

Does any body have any suggestions?

Thanks!
Topic archived. No new replies allowed.