]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Add couple of additional iftypes to debug prints
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 21 May 2013 13:51:06 +0000 (16:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 21 May 2013 13:51:06 +0000 (16:51 +0300)
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

src/drivers/driver_nl80211.c

index 6bbc3dacbead0f71321df3719615bb4ae17a5ae2..736fa524e605ae29a0722c26a18c797b154d9892 100644 (file)
@@ -6274,8 +6274,14 @@ static const char * nl80211_iftype_str(enum nl80211_iftype mode)
                return "STATION";
        case NL80211_IFTYPE_AP:
                return "AP";
+       case NL80211_IFTYPE_AP_VLAN:
+               return "AP_VLAN";
+       case NL80211_IFTYPE_WDS:
+               return "WDS";
        case NL80211_IFTYPE_MONITOR:
                return "MONITOR";
+       case NL80211_IFTYPE_MESH_POINT:
+               return "MESH_POINT";
        case NL80211_IFTYPE_P2P_CLIENT:
                return "P2P_CLIENT";
        case NL80211_IFTYPE_P2P_GO: