Symbol: IEEE80211_F_HTON
sys/dev/ic/athn.c
2472
if (an && (ic->ic_flags & IEEE80211_F_HTON))
sys/dev/pci/if_iwm.c
7709
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/dev/pci/if_iwn.c
5268
if (ic->ic_flags & IEEE80211_F_HTON)
sys/dev/pci/if_iwx.c
7348
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211.c
443
ic->ic_flags |= IEEE80211_F_HTON; /* enable 11n by default */
sys/net80211/ieee80211.c
478
ic->ic_flags |= IEEE80211_F_HTON; /* 11ac implies 11n */
sys/net80211/ieee80211.c
514
ic->ic_flags |= IEEE80211_F_HTON; /* 11ax implies 11n */
sys/net80211/ieee80211.c
714
ic->ic_flags &= ~(IEEE80211_F_HTON | IEEE80211_F_VHTON | IEEE80211_F_HEON);
sys/net80211/ieee80211.c
720
ic->ic_flags |= IEEE80211_F_HTON;
sys/net80211/ieee80211.c
730
ic->ic_flags |= IEEE80211_F_HTON;
sys/net80211/ieee80211.c
735
ic->ic_flags |= IEEE80211_F_HTON;
sys/net80211/ieee80211.c
739
(IEEE80211_F_HTON | IEEE80211_F_VHTON | IEEE80211_F_HEON)) == 0) {
sys/net80211/ieee80211_node.c
1008
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_node.c
2245
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
2298
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
2319
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
3211
if (ic->ic_flags & IEEE80211_F_HTON)
sys/net80211/ieee80211_node.c
947
else if (ic->ic_flags & IEEE80211_F_HTON)
sys/net80211/ieee80211_output.c
1403
if ((ic->ic_flags & (IEEE80211_F_HTON | IEEE80211_F_HEON)) ==
sys/net80211/ieee80211_output.c
1404
(IEEE80211_F_HTON | IEEE80211_F_HEON) &&
sys/net80211/ieee80211_output.c
1416
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 9 : 0) +
sys/net80211/ieee80211_output.c
1427
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
1480
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
1506
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
1596
if ((ic->ic_flags & (IEEE80211_F_HTON | IEEE80211_F_HEON)) ==
sys/net80211/ieee80211_output.c
1597
(IEEE80211_F_HTON | IEEE80211_F_HEON) &&
sys/net80211/ieee80211_output.c
1619
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 9 : 0) +
sys/net80211/ieee80211_output.c
1652
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
1694
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
1716
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
2186
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
2229
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_proto.c
571
if ((ic->ic_flags & IEEE80211_F_HTON) == 0)
sys/net80211/ieee80211_proto.c
698
if ((ic->ic_flags & IEEE80211_F_HTON) == 0)