Searched refs:IWPRIV_GET (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/intersil/prism54/ |
D | isl_ioctl.c | 2774 #define IWPRIV_GET(n,x) { n, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, "g_"x } macro 2776 #define IWPRIV_U32(n,x) IWPRIV_SET_U32(n,x), IWPRIV_GET(n,x) 2777 #define IWPRIV_SSID(n,x) IWPRIV_SET_SSID(n,x), IWPRIV_GET(n,x) 2778 #define IWPRIV_ADDR(n,x) IWPRIV_SET_ADDR(n,x), IWPRIV_GET(n,x) 2820 IWPRIV_GET(GEN_OID_LINKSTATE, "linkstate"), 2853 IWPRIV_GET(DOT11_OID_RATES, "rates"), 2855 IWPRIV_GET(DOT11_OID_SUPPORTEDRATES, "supprates"), 2856 IWPRIV_GET(DOT11_OID_SUPPORTEDFREQUENCIES, "suppfreq"), 2859 IWPRIV_GET(DOT11_OID_FREQUENCYACTIVITY, "freqactivity"), 2862 IWPRIV_GET(DOT11_OID_EXTENDEDRATES, "extrates"), [all …]
|