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

/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c543 memcmp(iface->u.wds.remote_addr, addr, ETH_ALEN) == 0)
555 struct net_device **wds)
580 *wds = prism2_rx_get_wds(local, hdr->addr2);
581 if (*wds == NULL && fc & IEEE80211_FCTL_FROMDS &&
595 if (*wds && !(fc & IEEE80211_FCTL_FROMDS) && local->ap &&
602 *wds = NULL;
725 struct net_device *wds = NULL; local
864 if (hostap_rx_frame_wds(local, hdr, fc, &wds))
866 if (wds)
867 skb->dev = dev = wds;
554 hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr *hdr, u16 fc, struct net_device **wds) argument
[all...]
H A Dhostap_ap.c2925 int wds)
2954 if (!wds && (sta == NULL || !(sta->flags & WLAN_STA_ASSOC))) {
2972 if (!wds) {
2922 hostap_handle_sta_rx(local_info_t *local, struct net_device *dev, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats, int wds) argument
H A Dhostap_wlan.h910 } wds; member in union:hostap_interface::__anon3495
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c343 struct net_device *wds = NULL; local
345 struct net_device *wds = NULL; local
517 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds))
519 if (wds) {
520 skb->dev = dev = wds;
524 if (ieee->iw_mode == IW_MODE_MASTER && !wds &&
539 wds != NULL)) {
759 if (wds && ((fc & (IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS)) ==
774 if (ieee->iw_mode == IW_MODE_MASTER && !wds && ieee->ap->bridge_packets) {
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c914 struct net_device *wds = NULL; local
916 struct net_device *wds = NULL; local
1101 if (hostap_rx_frame_wds(ieee, hdr, fc, &wds))
1103 if (wds) {
1104 skb->dev = dev = wds;
1108 if (ieee->iw_mode == IW_MODE_MASTER && !wds &&
1126 wds != NULL)) {

Completed in 111 milliseconds