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
7442
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
1010
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_node.c
2247
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
2300
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
2321
if ((ic->ic_flags & IEEE80211_F_HTON) && cache_timeout) {
sys/net80211/ieee80211_node.c
3213
if (ic->ic_flags & IEEE80211_F_HTON)
sys/net80211/ieee80211_node.c
949
else if (ic->ic_flags & IEEE80211_F_HTON)
sys/net80211/ieee80211_output.c
1413
if ((ic->ic_flags & (IEEE80211_F_HTON | IEEE80211_F_HEON)) ==
sys/net80211/ieee80211_output.c
1414
(IEEE80211_F_HTON | IEEE80211_F_HEON) &&
sys/net80211/ieee80211_output.c
1426
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 9 : 0) +
sys/net80211/ieee80211_output.c
1437
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
1490
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
1516
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
1606
if ((ic->ic_flags & (IEEE80211_F_HTON | IEEE80211_F_HEON)) ==
sys/net80211/ieee80211_output.c
1607
(IEEE80211_F_HTON | IEEE80211_F_HEON) &&
sys/net80211/ieee80211_output.c
1616
(ic->ic_flags & IEEE80211_F_HTON);
sys/net80211/ieee80211_output.c
1633
((ic->ic_flags & IEEE80211_F_HTON) ? 28 : 0) +
sys/net80211/ieee80211_output.c
1667
if (ic->ic_flags & IEEE80211_F_HTON)
sys/net80211/ieee80211_output.c
1709
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
1731
if (ic->ic_flags & IEEE80211_F_HTON) {
sys/net80211/ieee80211_output.c
2201
((ic->ic_flags & IEEE80211_F_HTON) ? 28 + 24 + 26 : 0));
sys/net80211/ieee80211_output.c
2244
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)