Lines Matching refs:erp
175 int rate, int erp, int short_preamble) in ieee80211_frame_duration() argument
188 if (local->hw.conf.channel->band == IEEE80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
236 int erp; in ieee80211_generic_frame_duration() local
239 erp = 0; in ieee80211_generic_frame_duration()
244 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_generic_frame_duration()
247 dur = ieee80211_frame_duration(local, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
262 int erp; in ieee80211_rts_duration() local
272 erp = 0; in ieee80211_rts_duration()
277 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_rts_duration()
282 erp, short_preamble); in ieee80211_rts_duration()
285 erp, short_preamble); in ieee80211_rts_duration()
288 erp, short_preamble); in ieee80211_rts_duration()
303 int erp; in ieee80211_ctstoself_duration() local
312 erp = 0; in ieee80211_ctstoself_duration()
317 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_ctstoself_duration()
322 erp, short_preamble); in ieee80211_ctstoself_duration()
326 erp, short_preamble); in ieee80211_ctstoself_duration()