Home
last modified time | relevance | path

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

/Linux-v6.1/net/wireless/
Dnl80211.c2904 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_send_wiphy()
3646 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3657 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3668 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
4053 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4074 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4443 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4449 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4620 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_key()
5285 !wiphy_ext_feature_isset(&rdev->wiphy, in validate_beacon_tx_rate()
[all …]
Dmlme.c779 !wiphy_ext_feature_isset( in cfg80211_mlme_mgmt_tx()
784 !wiphy_ext_feature_isset( in cfg80211_mlme_mgmt_tx()
1099 if (!wiphy_ext_feature_isset(&rdev->wiphy, in cfg80211_start_background_radar_detection()
Dutil.c303 else if (wiphy_ext_feature_isset(&rdev->wiphy, in cfg80211_valid_key_idx()
305 wiphy_ext_feature_isset(&rdev->wiphy, in cfg80211_valid_key_idx()
353 if (wiphy_ext_feature_isset(&rdev->wiphy, in cfg80211_validate_key_settings()
Dsme.c1323 if (wiphy_ext_feature_isset( in __cfg80211_disconnected()
1326 wiphy_ext_feature_isset( in __cfg80211_disconnected()
Dchan.c848 dfs_offload = wiphy_ext_feature_isset(wiphy, in cfg80211_get_chans_dfs_available()
Dcore.c781 if (WARN_ON(wiphy_ext_feature_isset(&rdev->wiphy, in wiphy_register()
/Linux-v6.1/drivers/net/wireless/quantenna/qtnfmac/
Devent.c540 if (!wiphy_ext_feature_isset(wiphy, in qtnf_event_handle_radar()
Dcfg80211.c845 if (wiphy_ext_feature_isset(wiphy, NL80211_EXT_FEATURE_DFS_OFFLOAD)) in qtnf_start_radar_detection()
/Linux-v6.1/net/mac80211/
Ddebugfs_sta.c1064 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_sta_debugfs_add()
Dkey.c343 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_pairwise_rekey()
Dtx.c3878 wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) { in ieee80211_tx_dequeue()
4022 wiphy_ext_feature_isset(local->hw.wiphy, in __ieee80211_schedule_txq()
4045 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_airtime_check()
4079 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_schedule_airtime_check()
Dcfg.c442 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_set_tx()
1335 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_start_ap()
2376 if (wiphy_ext_feature_isset(sdata->local->hw.wiphy, in copy_mesh_setup()
Dsta_info.c2174 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_sta_update_pending_airtime()
Dutil.c2601 wiphy_ext_feature_isset(sdata->local->hw.wiphy, in ieee80211_reconfig()
Drx.c3212 if (!wiphy_ext_feature_isset(rx->local->hw.wiphy, in ieee80211_rx_check_bss_color_collision()
Dmlme.c4096 wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_assoc_config_link()
/Linux-v6.1/include/net/
Dcfg80211.h8634 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset() function