Home
last modified time | relevance | path

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

/linux/net/wireless/
A Dsme.c1288 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument
1306 peer_addr, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized()
1310 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument
1320 ev = kzalloc(sizeof(*ev) + td_bitmap_len, gfp); in cfg80211_port_authorized()
1327 ev->pa.td_bitmap_len = td_bitmap_len; in cfg80211_port_authorized()
1328 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
A Dnl80211.h90 const u8 *td_bitmap, u8 td_bitmap_len);
A Dcore.h283 u8 td_bitmap_len; member
418 const u8 *td_bitmap, u8 td_bitmap_len);
A Dutil.c1131 ev->pa.td_bitmap_len); in cfg80211_process_wdev_events()
A Dnl80211.c18424 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument
18444 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized()
18446 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
/linux/include/net/
A Dcfg80211.h8354 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);

Completed in 70 milliseconds