Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/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 …]
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_common.c1580 #define C2S(x) case x: return #x; in fc2str() macro
1585 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str()
1586 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str()
1587 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str()
1588 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str()
1589 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str()
1590 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str()
1591 C2S(WLAN_FC_STYPE_BEACON) in fc2str()
1592 C2S(WLAN_FC_STYPE_ATIM) in fc2str()
1593 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str()
[all …]