Home
last modified time | relevance | path

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

/net/mac80211/
Dutil.c111 int rate, int erp, int short_preamble, in ieee80211_frame_duration() argument
128 if (band == IEEE80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
186 int erp, shift = 0; in ieee80211_generic_frame_duration() local
189 erp = 0; in ieee80211_generic_frame_duration()
194 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_generic_frame_duration()
198 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
213 int erp, shift = 0, bitrate; in ieee80211_rts_duration() local
223 erp = 0; in ieee80211_rts_duration()
228 erp = rate->flags & IEEE80211_RATE_ERP_G; in ieee80211_rts_duration()
236 erp, short_preamble, shift); in ieee80211_rts_duration()
[all …]
Drc80211_minstrel.c405 int erp = !!(rate->flags & IEEE80211_RATE_ERP_G); in calc_rate_durations() local
409 DIV_ROUND_UP(rate->bitrate, 1 << shift), erp, 1, in calc_rate_durations()
412 DIV_ROUND_UP(rate->bitrate, 1 << shift), erp, 1, in calc_rate_durations()
Dtx.c45 int rate, mrate, erp, dur, i, shift = 0; in ieee80211_duration() local
73 erp = txrate->flags & IEEE80211_RATE_ERP_G; in ieee80211_duration()
179 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration()
189 txrate->bitrate, erp, in ieee80211_duration()
Dieee80211_i.h1699 int rate, int erp, int short_preamble,
Dmlme.c1700 u16 capab, bool erp_valid, u8 erp) in ieee80211_handle_bss_capability() argument
1709 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()
1710 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0; in ieee80211_handle_bss_capability()