On Wed, Feb 22, 2023 at 02:04:58PM -0500, Jeffrey Walton wrote: > Maybe the 'w' is not matching anything. > > I thought eth0 and wlan0 went the way of the dinosaurs. I thought with > Consistent Network Device Names and biosdevname, the name will begin > with a 'p' or 'em', not a 'w', and based on the slot number.
"Predictable" interface names always begin with "e" for ethernet, or "w" for wireless. "Match w*" should match every wireless interface on the system.