Searched refs:ieee80211_hw_set (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c576 ieee80211_hw_set(hw, CONNECTION_MONITOR);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c3806 ieee80211_hw_set(hw, RX_INCLUDES_FCS);
3807 ieee80211_hw_set(hw, SIGNAL_DBM);
3808 ieee80211_hw_set(hw, MFP_CAPABLE); /* Allow WPA3 in software */
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c5579 ieee80211_hw_set(hw, RX_INCLUDES_FCS);
5580 ieee80211_hw_set(hw, SIGNAL_DBM);
5581 ieee80211_hw_set(hw, MFP_CAPABLE);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c577 ieee80211_hw_set(hw, CONNECTION_MONITOR);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c755 ieee80211_hw_set(mvm->hw, RX_INCLUDES_FCS);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c7949 ieee80211_hw_set(hw, SIGNAL_DBM);
7955 ieee80211_hw_set(hw, HAS_RATE_CONTROL);
7956 ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
7957 ieee80211_hw_set(hw, AMPDU_AGGREGATION);
7958 ieee80211_hw_set(hw, MFP_CAPABLE);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c11725 ieee80211_hw_set(rt2x00dev->hw, REPORTS_TX_ACK_STATUS);
11726 ieee80211_hw_set(rt2x00dev->hw, AMPDU_AGGREGATION);
11727 ieee80211_hw_set(rt2x00dev->hw, PS_NULLFUNC_STACK);
11728 ieee80211_hw_set(rt2x00dev->hw, SIGNAL_DBM);
11729 ieee80211_hw_set(rt2x00dev->hw, SUPPORTS_PS);
11739 ieee80211_hw_set(rt2x00dev->hw, HOST_BROADCAST_PS_BUFFERING);
11741 ieee80211_hw_set(rt2x00dev->hw, MFP_CAPABLE);
/linux-master/include/net/
H A Dmac80211.h3037 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) macro

Completed in 472 milliseconds

123