Searched refs:td_bitmap (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.h | 87 const u8 *td_bitmap, u8 td_bitmap_len);
|
A D | sme.c | 1283 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1296 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1300 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1316 ev->pa.td_bitmap = ((u8 *)ev) + sizeof(*ev); in cfg80211_port_authorized() 1318 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
A D | core.h | 274 const u8 *td_bitmap; member 415 const u8 *td_bitmap, u8 td_bitmap_len);
|
A D | util.c | 1061 ev->pa.td_bitmap, in cfg80211_process_wdev_events()
|
A D | nl80211.c | 18060 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument 18080 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized() 18082 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
|
/linux-6.3-rc2/include/net/ |
A D | cfg80211.h | 7785 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);
|
Completed in 56 milliseconds