Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c5511 hw->wiphy->nan_capa.flags = WIPHY_NAN_FLAGS_CONFIGURABLE_SYNC | in mac80211_hwsim_new_radio()
5513 hw->wiphy->nan_capa.op_mode = NAN_OP_MODE_PHY_MODE_MASK | in mac80211_hwsim_new_radio()
5517 hw->wiphy->nan_capa.n_antennas = 0x22; in mac80211_hwsim_new_radio()
5518 hw->wiphy->nan_capa.max_channel_switch_time = 0; in mac80211_hwsim_new_radio()
5519 hw->wiphy->nan_capa.dev_capabilities = in mac80211_hwsim_new_radio()
/linux/net/wireless/
H A Dnl80211.c2611 if (wiphy->nan_capa.flags & WIPHY_NAN_FLAGS_CONFIGURABLE_SYNC && in nl80211_put_nan_capa()
2615 if ((wiphy->nan_capa.flags & WIPHY_NAN_FLAGS_USERSPACE_DE) && in nl80211_put_nan_capa()
2620 wiphy->nan_capa.op_mode) || in nl80211_put_nan_capa()
2622 wiphy->nan_capa.n_antennas) || in nl80211_put_nan_capa()
2624 wiphy->nan_capa.max_channel_switch_time) || in nl80211_put_nan_capa()
2626 wiphy->nan_capa.dev_capabilities)) in nl80211_put_nan_capa()
13773 !(wdev->wiphy->nan_capa.flags & in nl80211_register_mgmt()
13836 !(wdev->wiphy->nan_capa.flags & in nl80211_tx_mgmt()
/linux/include/net/
H A Dcfg80211.h6120 struct wiphy_nan_capa nan_capa; member