Searched refs:IWPRIV_GET (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/wireless/intersil/prism54/ |
D | isl_ioctl.c | 2775 #define IWPRIV_GET(n,x) { n, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, "g_"x } macro 2777 #define IWPRIV_U32(n,x) IWPRIV_SET_U32(n,x), IWPRIV_GET(n,x) 2778 #define IWPRIV_SSID(n,x) IWPRIV_SET_SSID(n,x), IWPRIV_GET(n,x) 2779 #define IWPRIV_ADDR(n,x) IWPRIV_SET_ADDR(n,x), IWPRIV_GET(n,x) 2821 IWPRIV_GET(GEN_OID_LINKSTATE, "linkstate"), 2854 IWPRIV_GET(DOT11_OID_RATES, "rates"), 2856 IWPRIV_GET(DOT11_OID_SUPPORTEDRATES, "supprates"), 2857 IWPRIV_GET(DOT11_OID_SUPPORTEDFREQUENCIES, "suppfreq"), 2860 IWPRIV_GET(DOT11_OID_FREQUENCYACTIVITY, "freqactivity"), 2863 IWPRIV_GET(DOT11_OID_EXTENDEDRATES, "extrates"), [all …]
|