Home
last modified time | relevance | path

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

/linux-5.19.10/net/wireless/ !
Dnl80211.c2882 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_send_wiphy()
3590 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3601 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3612 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3968 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
3989 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4324 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4330 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4483 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_key()
5131 !wiphy_ext_feature_isset(&rdev->wiphy, in validate_beacon_tx_rate()
[all …]
Dmlme.c753 !wiphy_ext_feature_isset( in cfg80211_mlme_mgmt_tx()
758 !wiphy_ext_feature_isset( in cfg80211_mlme_mgmt_tx()
1074 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.c1122 if (wiphy_ext_feature_isset( in __cfg80211_disconnected()
1125 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-5.19.10/net/mac80211/ !
Ddebugfs.c678 if (wiphy_ext_feature_isset(local->hw.wiphy, in debugfs_hw_add()
Dstatus.c1001 } else if (wiphy_ext_feature_isset(local->hw.wiphy, in __ieee80211_tx_status()
Ddebugfs_sta.c1064 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_sta_debugfs_add()
Dkey.c335 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_pairwise_rekey()
Dcfg.c412 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_set_tx()
1254 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_start_ap()
2259 if (wiphy_ext_feature_isset(sdata->local->hw.wiphy, in copy_mesh_setup()
Dsta_info.c1968 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_sta_update_pending_airtime()
Dtx.c3779 wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) { in ieee80211_tx_dequeue()
4061 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_airtime_check()
Dutil.c2561 wiphy_ext_feature_isset(sdata->local->hw.wiphy, in ieee80211_reconfig()
Drx.c3188 if (!wiphy_ext_feature_isset(rx->local->hw.wiphy, in ieee80211_rx_check_bss_color_collision()
Dmlme.c3585 wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_assoc_success()
/linux-5.19.10/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-5.19.10/include/net/ !
Dcfg80211.h8323 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset() function