mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-18 00:30:47 +01:00
dbus: Add p2p iftypes in dbus_iftype_to_string
This commit is contained in:
parent
e343162531
commit
ceb605a2cc
@ -47,6 +47,12 @@ const char *dbus_iftype_to_string(uint32_t iftype)
|
|||||||
return "station";
|
return "station";
|
||||||
case NL80211_IFTYPE_AP:
|
case NL80211_IFTYPE_AP:
|
||||||
return "ap";
|
return "ap";
|
||||||
|
case NL80211_IFTYPE_P2P_CLIENT:
|
||||||
|
return "p2p-client";
|
||||||
|
case NL80211_IFTYPE_P2P_GO:
|
||||||
|
return "p2p-go";
|
||||||
|
case NL80211_IFTYPE_P2P_DEVICE:
|
||||||
|
return "p2p-device";
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user