Searched refs:IEEE80211_F_DOFRATE (Results 1 - 9 of 9) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.h254 #define IEEE80211_F_DOFRATE 0x00000002 /* use fixed legacy rate */ macro
H A Dieee80211_proto.c668 if (flags & IEEE80211_F_DOFRATE)
669 flags &= ~IEEE80211_F_DOFRATE;
750 ((flags & (IEEE80211_F_DOFRATE|IEEE80211_F_DOFMCS)) &&
H A Dieee80211_node.c506 IEEE80211_F_JOIN | IEEE80211_F_DONEGO | IEEE80211_F_DOFRATE);
548 IEEE80211_F_JOIN | IEEE80211_F_DONEGO | IEEE80211_F_DOFRATE);
1820 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE |
H A Dieee80211_hostap.c2146 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE |
H A Dieee80211_sta.c1818 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE |
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c222 if ((flags & IEEE80211_F_DOFRATE) && ic->ic_fixed_rate == -1)
223 flags &= ~IEEE80211_F_DOFRATE;
246 if (flags & IEEE80211_F_DOFRATE) {
304 ((flags & IEEE80211_F_DOFRATE) && fixedrate == 0))
H A Dieee80211_var.h475 #define IEEE80211_F_DOFRATE 0x00000002 /* use fixed rate */ macro
H A Dieee80211_input.c2119 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE | IEEE80211_F_DONEGO |
2343 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE | IEEE80211_F_DONEGO |
2630 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE | IEEE80211_F_DONEGO |
H A Dieee80211_node.c1323 IEEE80211_F_DOSORT | IEEE80211_F_DOFRATE |
1334 ieee80211_fix_rate(ic, ni, IEEE80211_F_DOFRATE |
3214 ieee80211_fix_rate(ic, ni, IEEE80211_F_DOFRATE |

Completed in 69 milliseconds