Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.h87 const u8 *td_bitmap, u8 td_bitmap_len);
H A Dsme.c1298 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized()
1311 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() local
1315 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized()
1325 ev = kzalloc(sizeof(*ev) + td_bitmap_len, gfp); in cfg80211_port_authorized()
1332 ev->pa.td_bitmap_len = td_bitmap_len; in cfg80211_port_authorized()
1333 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
1297 __cfg80211_port_authorized(struct wireless_dev *wdev, const u8 *bssid, const u8 *td_bitmap, u8 td_bitmap_len) __cfg80211_port_authorized() argument
1314 cfg80211_port_authorized(struct net_device *dev, const u8 *bssid, const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) cfg80211_port_authorized() argument
H A Dcore.h281 u8 td_bitmap_len; member
427 const u8 *td_bitmap, u8 td_bitmap_len);
H A Dutil.c1074 ev->pa.td_bitmap_len); in cfg80211_process_wdev_events()
H A Dnl80211.c18268 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized()
18288 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized()
18290 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
18266 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
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h7995 * @td_bitmap_len: Length of transition disable policy
8006 const u8* td_bitmap, u8 td_bitmap_len, gfp_t gfp);

Completed in 44 milliseconds