Home
last modified time | relevance | path

Searched refs:IWPRIV_GET (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wireless/prism54/
Disl_ioctl.c2586 #define IWPRIV_GET(n,x) { n, 0, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | PRIV_STR_SIZE, "g_"x } macro
2588 #define IWPRIV_U32(n,x) IWPRIV_SET_U32(n,x), IWPRIV_GET(n,x)
2589 #define IWPRIV_SSID(n,x) IWPRIV_SET_SSID(n,x), IWPRIV_GET(n,x)
2590 #define IWPRIV_ADDR(n,x) IWPRIV_SET_ADDR(n,x), IWPRIV_GET(n,x)
2632 IWPRIV_GET(GEN_OID_LINKSTATE, "linkstate"),
2665 IWPRIV_GET(DOT11_OID_RATES, "rates"),
2667 IWPRIV_GET(DOT11_OID_SUPPORTEDRATES, "supprates"),
2668 IWPRIV_GET(DOT11_OID_SUPPORTEDFREQUENCIES, "suppfreq"),
2671 IWPRIV_GET(DOT11_OID_FREQUENCYACTIVITY, "freqactivity"),
2674 IWPRIV_GET(DOT11_OID_EXTENDEDRATES, "extrates"),
[all …]