Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211_event.c32 #define C2S(x) case x: return #x; in nl80211_command_to_string() macro
34 C2S(NL80211_CMD_UNSPEC) in nl80211_command_to_string()
35 C2S(NL80211_CMD_GET_WIPHY) in nl80211_command_to_string()
36 C2S(NL80211_CMD_SET_WIPHY) in nl80211_command_to_string()
37 C2S(NL80211_CMD_NEW_WIPHY) in nl80211_command_to_string()
38 C2S(NL80211_CMD_DEL_WIPHY) in nl80211_command_to_string()
39 C2S(NL80211_CMD_GET_INTERFACE) in nl80211_command_to_string()
40 C2S(NL80211_CMD_SET_INTERFACE) in nl80211_command_to_string()
41 C2S(NL80211_CMD_NEW_INTERFACE) in nl80211_command_to_string()
42 C2S(NL80211_CMD_DEL_INTERFACE) in nl80211_command_to_string()
[all …]
/hostap-latest/src/common/
Dieee802_11_common.c2112 #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()
[all …]