Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dsme.c1301 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument
1314 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized()
1318 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument
1328 ev = kzalloc(sizeof(*ev) + td_bitmap_len, gfp); in cfg80211_port_authorized()
1335 ev->pa.td_bitmap_len = td_bitmap_len; in cfg80211_port_authorized()
1336 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
H A Dnl80211.h87 const u8 *td_bitmap, u8 td_bitmap_len);
H A Dcore.h281 u8 td_bitmap_len; member
427 const u8 *td_bitmap, u8 td_bitmap_len);
H A Dutil.c1080 ev->pa.td_bitmap_len); in cfg80211_process_wdev_events()
H A Dnl80211.c18312 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized()
18332 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized()
18334 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
18307 nl80211_send_port_authorized(struct cfg80211_registered_device * rdev,struct net_device * netdev,const u8 * bssid,const u8 * td_bitmap,u8 td_bitmap_len) nl80211_send_port_authorized() argument
/openbmc/linux/include/net/
H A Dcfg80211.h8008 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);