Searched refs:td_bitmap (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/net/wireless/ |
D | nl80211.h | 87 const u8 *td_bitmap, u8 td_bitmap_len);
|
D | sme.c | 1298 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1311 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1315 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1331 ev->pa.td_bitmap = ((u8 *)ev) + sizeof(*ev); in cfg80211_port_authorized() 1333 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
D | core.h | 280 const u8 *td_bitmap; member 426 const u8 *td_bitmap, u8 td_bitmap_len);
|
D | util.c | 1073 ev->pa.td_bitmap, in cfg80211_process_wdev_events()
|
D | nl80211.c | 18248 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument 18268 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized() 18270 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
|
/Linux-v6.6/include/net/ |
D | cfg80211.h | 7985 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);
|