Searched refs:ismcast (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_tx.c1573 int error, iswep, ismcast, isfrag, ismrr; local
1596 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1690 if (ismcast) {
1760 if (ismcast) {
1884 int ismcast; local
1912 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1978 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2102 int error, ismcast, ismrr; local
2119 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2134 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: ismcast
[all...]
/freebsd-10.0-release/sys/dev/bwi/
H A Dif_bwi.c2956 int type, ismcast, pkt_len, error, rix; local
2968 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2979 } else if (ismcast) {
3030 if (!ismcast) {
3053 if (!ismcast)
3146 int ismcast, pkt_len, error; local
3153 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3211 if (!ismcast && (params->ibp_flags & IEEE80211_BPF_NOACK) == 0) {
/freebsd-10.0-release/sys/dev/wpi/
H A Dif_wpi.c1878 int i, error, nsegs, rate, hdrlen, ismcast; local
1887 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1911 tx->id = ismcast ? WPI_ID_BROADCAST : WPI_ID_BSS;
1914 if (!ismcast) {
1936 } else if (ismcast) {
/freebsd-10.0-release/sys/dev/iwi/
H A Dif_iwi.c1795 int ismcast, flags, xflags, staid; local
1801 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1804 if (!ismcast)
1820 if (!ismcast) {
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malo.c1092 int error, ismcast, iswep; local
1105 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c3192 int error, iswep, ismcast; local
3206 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3364 if (!ismcast) {
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c9614 int protdur, rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
9622 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
9631 else if (ismcast)
9703 if (!ismcast)

Completed in 137 milliseconds