Searched defs:unicast (Results 1 - 16 of 16) sorted by relevance

/drivers/staging/wlan-ng/
H A Dcfg80211.c284 u8 key_index, bool unicast, bool multicast)
283 prism2_set_default_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c564 u8 key_index, bool unicast,
562 wil_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/wireless/rtlwifi/
H A Dpci.c764 bool unicast = false; local
870 unicast = true;
877 if (unicast)
H A Dusb.c453 bool unicast = false; local
474 unicast = true;
481 if (unicast)
495 bool unicast = false; local
516 unicast = true;
523 if (unicast)
/drivers/staging/rtl8192e/
H A Drtllib_rx.c255 /* check that the frame is unicast frame to us */
1186 static void rtllib_rx_check_leave_lps(struct rtllib_device *ieee, u8 unicast, u8 nr_subframes) argument
1188 if (unicast) {
1270 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; local
1284 unicast = !multicast;
1285 if (unicast && !ether_addr_equal(dev->dev_addr, hdr->addr1)) {
1401 if (unicast)
1403 rtllib_rx_check_leave_lps(ieee, unicast, nr_subframes);
/drivers/net/wireless/libertas/
H A Dcfg.c1486 u8 key_index, bool unicast,
1484 lbs_cfg_set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/wireless/mwifiex/
H A Dcfg80211.c353 u8 key_index, bool unicast,
352 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1306 u8 key_index, bool unicast,
1338 if (unicast)
1979 /* Setup unicast IP, EAPOL-like and ARP pkt pattern */
1985 ath6kl_err("failed to add WOW unicast IP pattern\n");
2034 /* Setup unicast pkt pattern */
2041 ath6kl_err("failed to add WOW unicast pattern\n");
1304 ath6kl_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c480 u8 unicast; local
499 unicast = !is_multicast_ether_addr(hdr->addr1);
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c966 bool unicast, bool multicast)
971 DBG_8723A("%s(%s): key_index =%d, unicast =%d, multicast =%d.\n",
972 __func__, ndev->name, key_index, unicast, multicast);
964 cfg80211_rtw_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c775 u_int unicast; member in struct:pkt_stats
1878 lp->pktStats.unicast++;
/drivers/net/wireless/
H A Drndis_wlan.c517 u8 key_index, bool unicast, bool multicast);
2448 u8 key_index, bool unicast, bool multicast)
2447 rndis_set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
H A Dairo.c824 u8 unicast[16]; member in struct:MICRid
1350 mic_rid.unicast, sizeof(mic_rid.unicast),
1399 // If not adhoc, always use unicast key
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c1911 u8 key_idx, bool unicast, bool multicast)
3384 /* walk thru unicast cipher list and pick up what we recognize */
3387 /* Check for unicast suite(s) */
3390 brcmf_err("no unicast cipher suite\n");
3414 brcmf_err("Ivalid unicast security info\n");
1910 brcmf_cfg80211_config_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool unicast, bool multicast) argument
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c7185 int unicast = !is_multicast_ether_addr(daddr); local
7193 if (unicast == 0)
7201 "unicast %d\n",
7202 priv->qos_data.qos_enable, active, supported, unicast);
10131 u8 id, hdr_len, unicast; local
10140 unicast = !is_multicast_ether_addr(hdr->addr1);
10155 unicast = !is_multicast_ether_addr(hdr->addr3);
10184 if (likely(unicast))
10196 if (!unicast)
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h726 u8 unicast; member in struct:wcn36xx_hal_keys
1237 /* The unicast encryption type in the association */
1348 /* The unicast encryption type in the association */
2039 * of WEP, the same key is used for both broadcast and unicast. */
2040 u8 unicast; member in struct:wcn36xx_hal_remove_sta_key_req_msg
3273 * unicast pattern matching is also desired,
3278 /* Enables/disables unicast packet pattern filtering. This flag
3279 * specifies whether we want to do pattern match on unicast packets

Completed in 6256 milliseconds