Searched refs:td_bitmap (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | nl80211.h | 87 const u8 *td_bitmap, u8 td_bitmap_len);
|
H A D | sme.c | 1301 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1314 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1318 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1334 ev->pa.td_bitmap = ((u8 *)ev) + sizeof(*ev); in cfg80211_port_authorized() 1336 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
H A D | core.h | 280 const u8 *td_bitmap; member 427 const u8 *td_bitmap, u8 td_bitmap_len);
|
H A D | util.c | 1079 ev->pa.td_bitmap, in cfg80211_process_wdev_events()
|
H A D | nl80211.c | 18312 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() 18332 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized() 18334 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized() 18307 nl80211_send_port_authorized(struct cfg80211_registered_device * rdev,struct net_device * netdev,const u8 * bssid,const u8 * td_bitmap,u8 td_bitmap_len) nl80211_send_port_authorized() argument
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 8008 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);
|