/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211_rx.c | 542 memcmp(iface->u.wds.remote_addr, addr, ETH_ALEN) == 0) in prism2_rx_get_wds() 554 struct net_device **wds) in hostap_rx_frame_wds() argument 579 *wds = prism2_rx_get_wds(local, hdr->addr2); in hostap_rx_frame_wds() 580 if (*wds == NULL && fc & IEEE80211_FCTL_FROMDS && in hostap_rx_frame_wds() 594 if (*wds && !(fc & IEEE80211_FCTL_FROMDS) && local->ap && in hostap_rx_frame_wds() 601 *wds = NULL; in hostap_rx_frame_wds() 724 struct net_device *wds = NULL; in hostap_80211_rx() local 863 if (hostap_rx_frame_wds(local, hdr, fc, &wds)) in hostap_80211_rx() 865 if (wds) in hostap_80211_rx() 866 skb->dev = dev = wds; in hostap_80211_rx() [all …]
|
D | hostap_main.c | 152 if (prism2_wds_special_addr(iface->u.wds.remote_addr)) in prism2_wds_add() 154 else if (ether_addr_equal(iface->u.wds.remote_addr, remote_addr)) { in prism2_wds_add() 161 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 191 memcpy(iface->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 212 if (ether_addr_equal(iface->u.wds.remote_addr, remote_addr)) { in prism2_wds_del() 223 eth_zero_addr(selected->u.wds.remote_addr); in prism2_wds_del()
|
D | hostap_ap.h | 246 int wds);
|
D | hostap_proc.c | 94 iface->dev->name, iface->u.wds.remote_addr); in prism2_wds_proc_show()
|
D | hostap_80211_tx.c | 181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
|
D | hostap_wlan.h | 912 } wds; member
|
D | hostap_ap.c | 2926 int wds) in hostap_handle_sta_rx() argument 2955 if (!wds && (sta == NULL || !(sta->flags & WLAN_STA_ASSOC))) { in hostap_handle_sta_rx() 2973 if (!wds) { in hostap_handle_sta_rx()
|
D | hostap_ioctl.c | 740 memcpy(&ap_addr->sa_data, iface->u.wds.remote_addr, ETH_ALEN); in prism2_ioctl_giwap()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 339 struct net_device *wds = NULL; in libipw_rx() local 341 struct net_device *wds = NULL; in libipw_rx() local 513 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds)) in libipw_rx() 515 if (wds) { in libipw_rx() 516 skb->dev = dev = wds; in libipw_rx() 520 if (ieee->iw_mode == IW_MODE_MASTER && !wds && in libipw_rx() 535 wds != NULL)) { in libipw_rx() 755 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) == in libipw_rx() 770 if (ieee->iw_mode == IW_MODE_MASTER && !wds && ieee->ap->bridge_packets) { in libipw_rx()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | pm.c | 156 sta = sdata->u.wds.sta; in __ieee80211_suspend()
|
D | wme.c | 206 ra = sdata->u.wds.remote_addr; in ieee80211_select_queue()
|
D | debugfs_netdev.c | 578 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
|
D | iface.c | 1028 if (!is_valid_ether_addr(sdata->u.wds.remote_addr)) in ieee80211_do_open() 1221 sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, in ieee80211_do_open()
|
D | ieee80211_i.h | 975 struct ieee80211_if_wds wds; member
|
D | tx.c | 2430 sta = sta_info_get(sdata, sdata->u.wds.remote_addr); in ieee80211_lookup_ra_sta() 2610 memcpy(hdr.addr1, sdata->u.wds.remote_addr, ETH_ALEN); in ieee80211_build_hdr()
|
D | cfg.c | 2740 memcpy(&sdata->u.wds.remote_addr, addr, ETH_ALEN); in ieee80211_set_wds_peer()
|
D | rx.c | 4171 return ether_addr_equal(sdata->u.wds.remote_addr, hdr->addr2); in ieee80211_accept_frame()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 900 struct net_device *wds = NULL; in ieee80211_rx() local 901 struct net_device *wds = NULL; in ieee80211_rx() local 1071 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds)) in ieee80211_rx() 1073 if (wds) { in ieee80211_rx() 1074 skb->dev = dev = wds; in ieee80211_rx() 1078 if (ieee->iw_mode == IW_MODE_MASTER && !wds && in ieee80211_rx() 1092 wds)) { in ieee80211_rx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi.c | 776 .wds = WMI_VDEV_PARAM_WDS, 853 .wds = WMI_10X_VDEV_PARAM_WDS, 929 .wds = WMI_10X_VDEV_PARAM_WDS, 1005 .wds = WMI_10_4_VDEV_PARAM_WDS,
|
D | wmi.h | 5143 u32 wds; member
|
D | wmi-tlv.c | 4453 .wds = WMI_TLV_VDEV_PARAM_WDS,
|