iwinfo: nl80211: add support for printing the device path for a phy
[project/iwinfo.git] / include / iwinfo.h
index 3fc414be492dfdcbe35199d502aa8ed785bc0730..f7097cc15922d5ffb5b0ce0a5dcc240825946721 100644 (file)
@@ -293,6 +293,7 @@ struct iwinfo_ops {
        int (*countrylist)(const char *, char *, int *);
        int (*survey)(const char *, char *, int *);
        int (*lookup_phy)(const char *, char *);
+       int (*phy_path)(const char *phyname, const char **path);
        void (*close)(void);
 };