Searched defs:multicast (Results 1 - 5 of 5) sorted by relevance

/net/mac80211/
H A Ddriver-ops.h251 u64 multicast)
256 multicast);
258 multicast);
248 drv_configure_filter(struct ieee80211_local *local, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
H A Drx.c509 * frames with a broadcast/multicast address in the
1402 * When selecting a key, we have to distinguish between multicast
1409 * Note that in a regular BSS, multicast frames are sent by the
1422 * addressed to us nor a multicast frame.
1455 /* Broadcast/multicast robust management frame / BIP */
1535 /* check per-station GTK first, if multicast packet */
1949 * send multicast frames both to higher layers in
1954 net_info_ratelimited("%s: failed to clone multicast frame\n",
3094 int multicast = is_multicast_ether_addr(hdr->addr1); local
3100 if (!multicast
[all...]
H A Dtx.c326 * No associated STAs - no need to send multicast
394 * broadcast/multicast frame
805 * counter. QoS data frames with a multicast destination
1818 bool multicast; local
2033 * if it is a multicast address (which can only happen
2036 multicast = is_multicast_ether_addr(hdr.addr1);
2037 if (!multicast) {
2060 !multicast && !authorized &&
2073 if (unlikely(!multicast && skb->sk &&
2993 /* more buffered multicast/broadcas
[all...]
/net/wireless/
H A Drdev-ops.h114 bool multicast)
118 unicast, multicast);
120 unicast, multicast);
112 rdev_set_default_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
/net/core/
H A Dnet-sysfs.c470 NETSTAT_ENTRY(multicast); variable

Completed in 267 milliseconds