X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fiwinfo.h;h=f7097cc15922d5ffb5b0ce0a5dcc240825946721;hb=aa0e3c4bbe12f02ddb3a0a2e69b3b4f0b30b9b79;hp=3fc414be492dfdcbe35199d502aa8ed785bc0730;hpb=c45f0b584b4b86f8250f90ea19afca271c114fa2;p=project%2Fiwinfo.git diff --git a/include/iwinfo.h b/include/iwinfo.h index 3fc414b..f7097cc 100644 --- a/include/iwinfo.h +++ b/include/iwinfo.h @@ -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); };