Home
last modified time | relevance | path

Searched refs:erp (Results 1 – 5 of 5) sorted by relevance

/net/mac80211/
Dutil.c112 int rate, int erp, int short_preamble, in ieee80211_frame_duration() argument
129 if (band == NL80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
187 int erp, shift = 0; in ieee80211_generic_frame_duration() local
190 erp = 0; in ieee80211_generic_frame_duration()
195 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_generic_frame_duration()
199 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
214 int erp, shift = 0, bitrate; in ieee80211_rts_duration() local
224 erp = 0; in ieee80211_rts_duration()
229 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_rts_duration()
237 erp, short_preamble, shift); in ieee80211_rts_duration()
[all …]
Drc80211_minstrel_ht.c1709 bool ldpc, erp; in minstrel_ht_update_caps() local
1734 erp = ctl_rate->flags & IEEE80211_RATE_ERP_G; in minstrel_ht_update_caps()
1736 ctl_rate->bitrate, erp, 1, in minstrel_ht_update_caps()
Dtx.c46 int rate, mrate, erp, dur, i, shift = 0; in ieee80211_duration() local
74 erp = txrate->flags & IEEE80211_RATE_ERP_G; in ieee80211_duration()
187 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration()
197 txrate->bitrate, erp, in ieee80211_duration()
Dieee80211_i.h2243 int rate, int erp, int short_preamble,
Dmlme.c2698 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
2712 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()
2713 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0; in ieee80211_handle_bss_capability()