Lines Matching defs:addr
538 * @addr: (link) address used locally
692 u8 addr[ETH_ALEN] __aligned(2);
1853 * @addr: address of this interface
1891 u8 addr[ETH_ALEN] __aligned(2);
2253 * @addr: MAC address of the Link STA. For non-MLO STA this is same as the addr
2254 * in ieee80211_sta. For MLO Link STA this addr can be same or different
2255 * from addr in ieee80211_sta (representing MLD STA addr)
2276 u8 addr[ETH_ALEN];
2306 * @addr: MAC address
2348 u8 addr[ETH_ALEN];
2994 * @addr: the address to set
2996 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, const u8 *addr)
2998 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN);
6163 * @addr: station's address
6171 const u8 *addr);
6177 * @addr: remote station's address
6178 * @localaddr: local address (vif->sdata->vif.addr). Use NULL for 'any'.
6186 * the first STA that matches the remote address 'addr'.
6196 const u8 *addr,
6202 * @addr: remote station's link address
6211 const u8 *addr,
6600 * @addr: & to bssid mac address
6603 const u8 *addr);
6640 * @addr: station mac address
6643 void ieee80211_manage_rx_ba_offl(struct ieee80211_vif *vif, const u8 *addr,
6657 * @addr: station mac address
6661 const u8 *addr, u16 tid)
6665 ieee80211_manage_rx_ba_offl(vif, addr, tid);
6679 * @addr: station mac address
6683 const u8 *addr, u16 tid)
6687 ieee80211_manage_rx_ba_offl(vif, addr, tid + IEEE80211_NUM_TIDS);
6699 * @addr: station mac address
6703 const u8 *addr, unsigned int tid);