iwinfo: add phyname attribute, this is useful to group networks by radio phy
[openwrt/svn-archive/archive.git] / package / network / utils / iwinfo / src / include / iwinfo.h
index 0d92d8db1e422ea023d46cb658501f89abe5383b..ebea319d107cf246cb5711bd48bbc73c999722a8 100644 (file)
@@ -167,6 +167,7 @@ struct iwinfo_ops {
        int (*hardware_id)(const char *, char *);
        int (*hardware_name)(const char *, char *);
        int (*encryption)(const char *, char *);
+       int (*phyname)(const char *, char *);
        int (*assoclist)(const char *, char *, int *);
        int (*txpwrlist)(const char *, char *, int *);
        int (*scanlist)(const char *, char *, int *);