Home
last modified time | relevance | path

Searched refs:td_bitmap_len (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/net/wireless/
Dsme.c1287 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument
1305 peer_addr, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized()
1309 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument
1319 ev = kzalloc(sizeof(*ev) + td_bitmap_len, gfp); in cfg80211_port_authorized()
1326 ev->pa.td_bitmap_len = td_bitmap_len; in cfg80211_port_authorized()
1327 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
Dnl80211.h90 const u8 *td_bitmap, u8 td_bitmap_len);
Dcore.h283 u8 td_bitmap_len; member
418 const u8 *td_bitmap, u8 td_bitmap_len);
Dutil.c1131 ev->pa.td_bitmap_len); in cfg80211_process_wdev_events()
Dnl80211.c18529 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument
18549 if (td_bitmap_len > 0 && td_bitmap && in nl80211_send_port_authorized()
18550 nla_put(msg, NL80211_ATTR_TD_BITMAP, td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
/linux-6.14.4/include/net/
Dcfg80211.h8404 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);