Searched refs:pspoll (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | p80211netdev.h | 117 u32 pspoll; member
|
A D | p80211netdev.c | 933 wlandev->rx.pspoll++; in p80211_rx_typedrop()
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | txrx.c | 805 struct ieee80211_pspoll *pspoll = (struct ieee80211_pspoll *)skb->data; in cw1200_handle_pspoll() local 813 if (memcmp(priv->vif->addr, pspoll->bssid, ETH_ALEN)) in cw1200_handle_pspoll() 817 sta = ieee80211_find_sta(priv->vif, pspoll->ta); in cw1200_handle_pspoll()
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 881 struct ieee80211_pspoll *pspoll; in hwsim_send_ps_poll() local 890 skb = dev_alloc_skb(sizeof(*pspoll)); in hwsim_send_ps_poll() 893 pspoll = skb_put(skb, sizeof(*pspoll)); in hwsim_send_ps_poll() 894 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in hwsim_send_ps_poll() 897 pspoll->aid = cpu_to_le16(0xc000 | vp->aid); in hwsim_send_ps_poll() 898 memcpy(pspoll->bssid, vp->bssid, ETH_ALEN); in hwsim_send_ps_poll() 899 memcpy(pspoll->ta, mac, ETH_ALEN); in hwsim_send_ps_poll()
|
/linux-6.3-rc2/net/mac80211/ |
A D | tx.c | 5520 struct ieee80211_pspoll *pspoll; in ieee80211_pspoll_get() local 5530 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get() 5536 pspoll = skb_put_zero(skb, sizeof(*pspoll)); in ieee80211_pspoll_get() 5537 pspoll->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in ieee80211_pspoll_get() 5539 pspoll->aid = cpu_to_le16(sdata->vif.cfg.aid); in ieee80211_pspoll_get() 5542 pspoll->aid |= cpu_to_le16(1 << 15 | 1 << 14); in ieee80211_pspoll_get() 5544 memcpy(pspoll->bssid, sdata->deflink.u.mgd.bssid, ETH_ALEN); in ieee80211_pspoll_get() 5545 memcpy(pspoll->ta, vif->addr, ETH_ALEN); in ieee80211_pspoll_get()
|
A D | iface.c | 1064 ADJUST(CONTROL, pspoll); in ieee80211_adjust_monitor_flags()
|
A D | mlme.c | 1601 struct ieee80211_pspoll *pspoll; in ieee80211_send_pspoll() local 1608 pspoll = (struct ieee80211_pspoll *) skb->data; in ieee80211_send_pspoll() 1609 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
|
Completed in 40 milliseconds