Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c64 static bool support_p2p_device = true; variable
65 module_param(support_p2p_device, bool, 0444);
66 MODULE_PARM_DESC(support_p2p_device, "Support P2P-Device interface type");
6648 param.p2p_device = support_p2p_device; in init_mac80211_hwsim()