/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 543 memcmp(iface->u.wds.remote_addr, addr, ETH_ALEN) == 0) in prism2_rx_get_wds() 555 struct net_device **wds) in hostap_rx_frame_wds() argument 580 *wds = prism2_rx_get_wds(local, hdr->addr2); in hostap_rx_frame_wds() 581 if (*wds == NULL && fc & IEEE80211_FCTL_FROMDS && in hostap_rx_frame_wds() 595 if (*wds && !(fc & IEEE80211_FCTL_FROMDS) && local->ap && in hostap_rx_frame_wds() 602 *wds = NULL; in hostap_rx_frame_wds() 725 struct net_device *wds = NULL; in hostap_80211_rx() local 864 if (hostap_rx_frame_wds(local, hdr, fc, &wds)) in hostap_80211_rx() 866 if (wds) in hostap_80211_rx() 867 skb->dev = dev = wds; in hostap_80211_rx() [all …]
|
D | hostap_main.c | 156 if (prism2_wds_special_addr(iface->u.wds.remote_addr)) in prism2_wds_add() 158 else if (ether_addr_equal(iface->u.wds.remote_addr, remote_addr)) { in prism2_wds_add() 165 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 195 memcpy(iface->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 216 if (ether_addr_equal(iface->u.wds.remote_addr, remote_addr)) { in prism2_wds_del() 227 eth_zero_addr(selected->u.wds.remote_addr); in prism2_wds_del()
|
D | hostap_ap.h | 245 int wds);
|
D | hostap_proc.c | 118 iface->dev->name, iface->u.wds.remote_addr); in prism2_wds_proc_show()
|
D | hostap_80211_tx.c | 180 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
|
D | hostap_wlan.h | 910 } wds; member
|
D | hostap_ap.c | 2988 int wds) in hostap_handle_sta_rx() argument 3017 if (!wds && (sta == NULL || !(sta->flags & WLAN_STA_ASSOC))) { in hostap_handle_sta_rx() 3035 if (!wds) { in hostap_handle_sta_rx()
|
D | hostap_ioctl.c | 739 memcpy(&ap_addr->sa_data, iface->u.wds.remote_addr, ETH_ALEN); in prism2_ioctl_giwap()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 343 struct net_device *wds = NULL; in libipw_rx() local 345 struct net_device *wds = NULL; in libipw_rx() local 517 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds)) in libipw_rx() 519 if (wds) { in libipw_rx() 520 skb->dev = dev = wds; in libipw_rx() 524 if (ieee->iw_mode == IW_MODE_MASTER && !wds && in libipw_rx() 539 wds != NULL)) { in libipw_rx() 759 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx() 774 if (ieee->iw_mode == IW_MODE_MASTER && !wds && ieee->ap->bridge_packets) { in libipw_rx()
|
/linux-4.1.27/net/mac80211/ |
D | pm.c | 127 sta = sdata->u.wds.sta; in __ieee80211_suspend()
|
D | wme.c | 172 ra = sdata->u.wds.remote_addr; in ieee80211_select_queue()
|
D | iface.c | 502 if (!is_valid_ether_addr(sdata->u.wds.remote_addr)) in ieee80211_do_open() 675 sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, in ieee80211_do_open()
|
D | debugfs_netdev.c | 493 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
|
D | tx.c | 1920 sta = sta_info_get(sdata, sdata->u.wds.remote_addr); in ieee80211_lookup_ra_sta() 2062 memcpy(hdr.addr1, sdata->u.wds.remote_addr, ETH_ALEN); in ieee80211_build_hdr()
|
D | ieee80211_i.h | 913 struct ieee80211_if_wds wds; member
|
D | rx.c | 3388 if (!ether_addr_equal(sdata->u.wds.remote_addr, hdr->addr2)) in prepare_for_handlers()
|
D | cfg.c | 2229 memcpy(&sdata->u.wds.remote_addr, addr, ETH_ALEN); in ieee80211_set_wds_peer()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 907 struct net_device *wds = NULL; in ieee80211_rx() local 909 struct net_device *wds = NULL; in ieee80211_rx() local 1090 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds)) in ieee80211_rx() 1092 if (wds) { in ieee80211_rx() 1093 skb->dev = dev = wds; in ieee80211_rx() 1097 if (ieee->iw_mode == IW_MODE_MASTER && !wds && in ieee80211_rx() 1115 wds != NULL)) { in ieee80211_rx()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi.c | 413 .wds = WMI_VDEV_PARAM_WDS, 472 .wds = WMI_10X_VDEV_PARAM_WDS, 530 .wds = WMI_10X_VDEV_PARAM_WDS,
|
D | wmi.h | 3458 u32 wds; member
|
D | wmi-tlv.c | 2683 .wds = WMI_TLV_VDEV_PARAM_WDS,
|