Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c554 #define C2S(x) case x: return #x; in fc2str() macro
559 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str()
560 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str()
561 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str()
562 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str()
563 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str()
564 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str()
565 C2S(WLAN_FC_STYPE_BEACON) in fc2str()
566 C2S(WLAN_FC_STYPE_ATIM) in fc2str()
567 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c436 #define C2S(x) case x: return #x; in nl80211_command_to_string() macro
438 C2S(NL80211_CMD_UNSPEC) in nl80211_command_to_string()
439 C2S(NL80211_CMD_GET_WIPHY) in nl80211_command_to_string()
440 C2S(NL80211_CMD_SET_WIPHY) in nl80211_command_to_string()
441 C2S(NL80211_CMD_NEW_WIPHY) in nl80211_command_to_string()
442 C2S(NL80211_CMD_DEL_WIPHY) in nl80211_command_to_string()
443 C2S(NL80211_CMD_GET_INTERFACE) in nl80211_command_to_string()
444 C2S(NL80211_CMD_SET_INTERFACE) in nl80211_command_to_string()
445 C2S(NL80211_CMD_NEW_INTERFACE) in nl80211_command_to_string()
446 C2S(NL80211_CMD_DEL_INTERFACE) in nl80211_command_to_string()
[all …]