Lines Matching refs:C2S
2112 #define C2S(x) case x: return #x; in fc2str() macro
2117 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str()
2118 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str()
2119 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str()
2120 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str()
2121 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str()
2122 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str()
2123 C2S(WLAN_FC_STYPE_BEACON) in fc2str()
2124 C2S(WLAN_FC_STYPE_ATIM) in fc2str()
2125 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str()
2126 C2S(WLAN_FC_STYPE_AUTH) in fc2str()
2127 C2S(WLAN_FC_STYPE_DEAUTH) in fc2str()
2128 C2S(WLAN_FC_STYPE_ACTION) in fc2str()
2133 C2S(WLAN_FC_STYPE_PSPOLL) in fc2str()
2134 C2S(WLAN_FC_STYPE_RTS) in fc2str()
2135 C2S(WLAN_FC_STYPE_CTS) in fc2str()
2136 C2S(WLAN_FC_STYPE_ACK) in fc2str()
2137 C2S(WLAN_FC_STYPE_CFEND) in fc2str()
2138 C2S(WLAN_FC_STYPE_CFENDACK) in fc2str()
2143 C2S(WLAN_FC_STYPE_DATA) in fc2str()
2144 C2S(WLAN_FC_STYPE_DATA_CFACK) in fc2str()
2145 C2S(WLAN_FC_STYPE_DATA_CFPOLL) in fc2str()
2146 C2S(WLAN_FC_STYPE_DATA_CFACKPOLL) in fc2str()
2147 C2S(WLAN_FC_STYPE_NULLFUNC) in fc2str()
2148 C2S(WLAN_FC_STYPE_CFACK) in fc2str()
2149 C2S(WLAN_FC_STYPE_CFPOLL) in fc2str()
2150 C2S(WLAN_FC_STYPE_CFACKPOLL) in fc2str()
2151 C2S(WLAN_FC_STYPE_QOS_DATA) in fc2str()
2152 C2S(WLAN_FC_STYPE_QOS_DATA_CFACK) in fc2str()
2153 C2S(WLAN_FC_STYPE_QOS_DATA_CFPOLL) in fc2str()
2154 C2S(WLAN_FC_STYPE_QOS_DATA_CFACKPOLL) in fc2str()
2155 C2S(WLAN_FC_STYPE_QOS_NULL) in fc2str()
2156 C2S(WLAN_FC_STYPE_QOS_CFPOLL) in fc2str()
2157 C2S(WLAN_FC_STYPE_QOS_CFACKPOLL) in fc2str()
2162 #undef C2S in fc2str()