Searched refs:td_bitmap (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | sme.c | 1289 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1307 peer_addr, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1311 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1327 ev->pa.td_bitmap = ((u8 *)ev) + sizeof(*ev); in cfg80211_port_authorized() 1329 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
| H A D | core.h | 288 const u8 *td_bitmap; member 424 const u8 *td_bitmap, u8 td_bitmap_len);
|
| H A D | nl80211.c | 19791 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument 19811 if (td_bitmap_len > 0 && td_bitmap && in nl80211_send_port_authorized() 19812 nla_put(msg, NL80211_ATTR_TD_BITMAP, td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 8790 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);
|