Home
last modified time | relevance | path

Searched refs:IEEE80211_C_8023ENCAP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h473 #define IEEE80211_C_8023ENCAP 0x00000002 /* CAPABILITY: 802.3 encap */ macro
H A Dieee80211_output.c272 if (__predict_true((vap->iv_caps & IEEE80211_C_8023ENCAP) == 0)) { in ieee80211_vap_pkt_send_dest()
309 if (__predict_true((vap->iv_caps & IEEE80211_C_8023ENCAP) == 0)) { in ieee80211_vap_pkt_send_dest()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c324 #define IEEE80211_C_8023ENCAP 0x00000002 /* CAPABILITY: 802.3 encap */ macro
357 if ((dcaps & IEEE80211_C_8023ENCAP) != 0) in wlan_drivercaps_to_snmp()