Home
last modified time | relevance | path

Searched refs:wds (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c542 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 …]
Dhostap_main.c152 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()
Dhostap_ap.h246 int wds);
Dhostap_proc.c94 iface->dev->name, iface->u.wds.remote_addr); in prism2_wds_proc_show()
Dhostap_80211_tx.c181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
Dhostap_wlan.h914 } wds; member
Dhostap_ap.c2926 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()
Dhostap_ioctl.c729 memcpy(&ap_addr->sa_data, iface->u.wds.remote_addr, ETH_ALEN); in prism2_ioctl_giwap()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c339 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()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c897 struct net_device *wds = NULL; in ieee80211_rx() local
898 struct net_device *wds = NULL; in ieee80211_rx() local
1070 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds)) in ieee80211_rx()
1072 if (wds) { in ieee80211_rx()
1073 skb->dev = dev = wds; in ieee80211_rx()
1077 if (ieee->iw_mode == IW_MODE_MASTER && !wds && in ieee80211_rx()
1091 wds)) { in ieee80211_rx()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dwmi.c776 .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,
Dwmi.h5147 u32 wds; member
Dwmi-tlv.c4453 .wds = WMI_TLV_VDEV_PARAM_WDS,