Lines Matching +full:use +full:- +full:case
4 * Permission to use, copy, modify, and/or distribute this software for any
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 case NL80211_IFTYPE_UNSPECIFIED: in ath_opmode_to_string()
25 case NL80211_IFTYPE_ADHOC: in ath_opmode_to_string()
27 case NL80211_IFTYPE_STATION: in ath_opmode_to_string()
29 case NL80211_IFTYPE_AP: in ath_opmode_to_string()
31 case NL80211_IFTYPE_AP_VLAN: in ath_opmode_to_string()
32 return "AP-VLAN"; in ath_opmode_to_string()
33 case NL80211_IFTYPE_WDS: in ath_opmode_to_string()
35 case NL80211_IFTYPE_MONITOR: in ath_opmode_to_string()
37 case NL80211_IFTYPE_MESH_POINT: in ath_opmode_to_string()
39 case NL80211_IFTYPE_P2P_CLIENT: in ath_opmode_to_string()
40 return "P2P-CLIENT"; in ath_opmode_to_string()
41 case NL80211_IFTYPE_P2P_GO: in ath_opmode_to_string()
42 return "P2P-GO"; in ath_opmode_to_string()
43 case NL80211_IFTYPE_OCB: in ath_opmode_to_string()