Searched refs:td_bitmap (Results 1 – 5 of 5) sorted by relevance
| /net/wireless/ |
| A D | sme.c | 1286 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1304 peer_addr, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1308 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1324 ev->pa.td_bitmap = ((u8 *)ev) + sizeof(*ev); in cfg80211_port_authorized() 1326 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
| A D | nl80211.h | 90 const u8 *td_bitmap, u8 td_bitmap_len);
|
| A D | core.h | 288 const u8 *td_bitmap; member 424 const u8 *td_bitmap, u8 td_bitmap_len);
|
| A D | util.c | 1178 ev->pa.td_bitmap, in cfg80211_process_wdev_events()
|
| A D | nl80211.c | 19222 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument 19242 if (td_bitmap_len > 0 && td_bitmap && in nl80211_send_port_authorized() 19243 nla_put(msg, NL80211_ATTR_TD_BITMAP, td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
|
Completed in 49 milliseconds