Home
last modified time | relevance | path

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

/linux-6.15/net/mac802154/
H A Dmain.c118 phy->supported.iftypes = BIT(NL802154_IFTYPE_NODE) | BIT(NL802154_IFTYPE_COORD); in ieee802154_alloc_hw()
241 local->phy->supported.iftypes |= BIT(NL802154_IFTYPE_MONITOR); in ieee802154_register_hw()
/linux-6.15/Documentation/netlink/specs/
H A Dnl80211.yaml399 name: supported-iftypes
401 nested-attributes: supported-iftypes
678 name: software-iftypes
680 nested-attributes: supported-iftypes
1576 nested-attributes: supported-iftypes
1582 name: iftypes
1703 name: supported-iftypes
1910 - software-iftypes
1913 - supported-iftypes
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4037 u32 iftypes; member
5253 if (param->iftypes & BIT(NL80211_IFTYPE_ADHOC)) { in mac80211_hwsim_new_radio()
5259 if (param->iftypes & HWSIM_DEFAULT_IF_LIMIT) { in mac80211_hwsim_new_radio()
5267 HWSIM_DEFAULT_IF_LIMIT & param->iftypes; in mac80211_hwsim_new_radio()
5393 hw->wiphy->interface_modes = param->iftypes; in mac80211_hwsim_new_radio()
6164 param.iftypes = in hwsim_new_radio_nl()
6167 if (param.iftypes & ~HWSIM_IFTYPE_SUPPORT_MASK) { in hwsim_new_radio_nl()
6174 param.iftypes = HWSIM_IFTYPE_SUPPORT_MASK; in hwsim_new_radio_nl()
6180 param.iftypes |= BIT(NL80211_IFTYPE_P2P_DEVICE); in hwsim_new_radio_nl()
6907 param.iftypes = HWSIM_IFTYPE_SUPPORT_MASK; in init_mac80211_hwsim()
[all …]
/linux-6.15/include/net/
H A Dcfg802154.h153 cca_modes, cca_opts, iftypes; member
/linux-6.15/net/ieee802154/
H A Dnl802154.c441 caps->iftypes) || in nl802154_put_capabilities()
938 !(rdev->wpan_phy.supported.iftypes & BIT(type))) in nl802154_new_interface()