Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A 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()
H A Dnl80211.c1569 if (wiphy_ext_feature_isset(wdev->wiphy, in nl80211_key_allowed()
2935 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_send_wiphy()
3220 if (!wiphy_ext_feature_isset(&rdev->wiphy, NL80211_EXT_FEATURE_PUNCT)) in nl80211_parse_punct_bitmap()
3730 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3741 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
3752 if (!wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_set_wiphy()
4146 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4167 if (!wiphy_ext_feature_isset(&rdev->wiphy, cap_flag)) in nl80211_parse_mon_options()
4532 if (wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
4538 wiphy_ext_feature_isset(&rdev->wiphy, in nl80211_get_key()
[all …]
H A 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()
H A Dsme.c1387 if (wiphy_ext_feature_isset( in __cfg80211_disconnected()
1390 wiphy_ext_feature_isset( in __cfg80211_disconnected()
H A Dchan.c848 dfs_offload = wiphy_ext_feature_isset(wiphy, in cfg80211_get_chans_dfs_available()
H A Dcore.c802 if (WARN_ON(wiphy_ext_feature_isset(&rdev->wiphy, in wiphy_register()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c540 if (!wiphy_ext_feature_isset(wiphy, in qtnf_event_handle_radar()
H A Dcfg80211.c845 if (wiphy_ext_feature_isset(wiphy, NL80211_EXT_FEATURE_DFS_OFFLOAD)) in qtnf_start_radar_detection()
/openbmc/linux/net/mac80211/
H A Dtx.c3969 wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) { in ieee80211_tx_dequeue()
4113 wiphy_ext_feature_isset(local->hw.wiphy, in __ieee80211_schedule_txq()
4136 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_airtime_check()
4170 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_txq_schedule_airtime_check()
H A Ddebugfs_sta.c1263 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_sta_debugfs_add()
H A Dkey.c343 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_pairwise_rekey()
H A 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()
2502 if (wiphy_ext_feature_isset(sdata->local->hw.wiphy, in copy_mesh_setup()
H A Dsta_info.c2368 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_sta_update_pending_airtime()
H A Dutil.c2790 wiphy_ext_feature_isset(sdata->local->hw.wiphy, in ieee80211_reconfig()
H A Drx.c3329 if (!wiphy_ext_feature_isset(rx->local->hw.wiphy, in ieee80211_rx_check_bss_color_collision()
H A Dmlme.c4244 wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_assoc_config_link()
/openbmc/linux/include/net/
H A Dcfg80211.h8958 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset() function