Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dmlme.c699 if (wiphy_ext_feature_isset( in cfg80211_allowed_random_address()
709 wiphy_ext_feature_isset( in cfg80211_allowed_random_address()
715 wiphy_ext_feature_isset( in cfg80211_allowed_random_address()
1138 if (!wiphy_ext_feature_isset(&rdev->wiphy, in cfg80211_start_background_radar_detection()
Dnl80211.c1565 if (wiphy_ext_feature_isset(wdev->wiphy, in nl80211_key_allowed()
2931 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_send_wiphy()
3216 if (!wiphy_ext_feature_isset(&rdev->wiphy, NL80211_EXT_FEATURE_PUNCT)) in nl80211_parse_punct_bitmap()
3699 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3710 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3721 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
4109 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4130 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4499 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4505 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
[all …]
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.c1384 if (wiphy_ext_feature_isset( in __cfg80211_disconnected()
1387 wiphy_ext_feature_isset( in __cfg80211_disconnected()
Dchan.c848 dfs_offload = wiphy_ext_feature_isset(wiphy, in cfg80211_get_chans_dfs_available()
Dcore.c800 if (WARN_ON(wiphy_ext_feature_isset(&rdev->wiphy, in wiphy_register()
/Linux-v6.6/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.6/net/mac80211/
Dkey.c343 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_pairwise_rekey()
Dtx.c3962 wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) { in ieee80211_tx_dequeue()
4106 wiphy_ext_feature_isset(local->hw.wiphy, in __ieee80211_schedule_txq()
4129 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_airtime_check()
4163 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_schedule_airtime_check()
Ddebugfs_sta.c1263 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_sta_debugfs_add()
Dcfg.c443 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_set_tx()
1448 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_start_ap()
2500 if (wiphy_ext_feature_isset(sdata->local->hw.wiphy, in copy_mesh_setup()
Dsta_info.c2341 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_sta_update_pending_airtime()
Dutil.c2769 wiphy_ext_feature_isset(sdata->local->hw.wiphy, in ieee80211_reconfig()
Drx.c3321 if (!wiphy_ext_feature_isset(rx->local->hw.wiphy, in ieee80211_rx_check_bss_color_collision()
Dmlme.c4244 wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_assoc_config_link()
/Linux-v6.6/include/net/
Dcfg80211.h8935 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset() function