Searched refs:wiphy_ext_feature_isset (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | mlme.c | 699 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 D | nl80211.c | 1569 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 D | util.c | 303 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 D | sme.c | 1387 if (wiphy_ext_feature_isset( in __cfg80211_disconnected() 1390 wiphy_ext_feature_isset( in __cfg80211_disconnected()
|
H A D | chan.c | 848 dfs_offload = wiphy_ext_feature_isset(wiphy, in cfg80211_get_chans_dfs_available()
|
H A D | core.c | 802 if (WARN_ON(wiphy_ext_feature_isset(&rdev->wiphy, in wiphy_register()
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | event.c | 540 if (!wiphy_ext_feature_isset(wiphy, in qtnf_event_handle_radar()
|
H A D | cfg80211.c | 845 if (wiphy_ext_feature_isset(wiphy, NL80211_EXT_FEATURE_DFS_OFFLOAD)) in qtnf_start_radar_detection()
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 3969 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 D | debugfs_sta.c | 1263 if (wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_sta_debugfs_add()
|
H A D | key.c | 343 if (!wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_pairwise_rekey()
|
H A D | cfg.c | 443 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 D | sta_info.c | 2368 if (!wiphy_ext_feature_isset(local->hw.wiphy, NL80211_EXT_FEATURE_AQL)) in ieee80211_sta_update_pending_airtime()
|
H A D | util.c | 2790 wiphy_ext_feature_isset(sdata->local->hw.wiphy, in ieee80211_reconfig()
|
H A D | rx.c | 3329 if (!wiphy_ext_feature_isset(rx->local->hw.wiphy, in ieee80211_rx_check_bss_color_collision()
|
H A D | mlme.c | 4244 wiphy_ext_feature_isset(local->hw.wiphy, in ieee80211_assoc_config_link()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 8958 wiphy_ext_feature_isset(struct wiphy *wiphy, in wiphy_ext_feature_isset() function
|