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

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c119 struct ieee80211_node *ni, int ismcast)
132 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
235 int hasqos, ismcast, macid; local
240 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
254 if (ismcast)
257 if (!ismcast) {
324 r92c_tx_raid(sc, txd, ni, ismcast);
357 int ismcast; local
362 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
368 if (ismcast)
118 r92c_tx_raid(struct rtwn_softc *sc, struct r92c_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c127 struct ieee80211_node *ni, int ismcast)
140 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
238 int hasqos, ismcast, macid; local
243 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
257 if (ismcast)
260 if (!ismcast) {
325 r12a_tx_raid(sc, txd, ni, ismcast);
358 int ismcast; local
363 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
369 if (ismcast)
126 r12a_tx_raid(struct rtwn_softc *sc, struct r12a_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_tx.c123 int ismcast; local
129 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
136 else if (ismcast)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c1560 int error, iswep, ismcast, isfrag, ismrr; local
1585 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1681 if (ismcast) {
1755 if (ismcast) {
1913 int ismcast; local
1952 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2145 int error, ismcast, ismrr; local
2163 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2178 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: ismcast
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c2927 int type, ismcast, pkt_len, error, rix; local
2939 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2949 } else if (ismcast) {
3001 if (!ismcast) {
3024 if (!ismcast)
3117 int ismcast, pkt_len, error; local
3124 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3183 if (!ismcast && (params->ibp_flags & IEEE80211_BPF_NOACK) == 0) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2803 int swcrypt, ismcast, totlen; local
2807 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2825 else if (ismcast)
2863 if (!ismcast) {
2876 if (!ismcast) {
2906 if (ismcast || type != IEEE80211_FC0_TYPE_DATA)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c1035 int error, ismcast, iswep; local
1047 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1788 int ismcast, flags, xflags, staid; local
1794 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1797 if (!ismcast)
1812 if (!ismcast) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3077 int error, iswep, ismcast; local
3091 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3245 if (!ismcast) {

Completed in 247 milliseconds