Searched refs:td_bitmap_len (Results 1 – 5 of 5) sorted by relevance
/net/wireless/ |
D | sme.c | 1283 const u8 *td_bitmap, u8 td_bitmap_len) in __cfg80211_port_authorized() argument 1296 bssid, td_bitmap, td_bitmap_len); in __cfg80211_port_authorized() 1300 const u8 *td_bitmap, u8 td_bitmap_len, gfp_t gfp) in cfg80211_port_authorized() argument 1310 ev = kzalloc(sizeof(*ev) + td_bitmap_len, gfp); in cfg80211_port_authorized() 1317 ev->pa.td_bitmap_len = td_bitmap_len; in cfg80211_port_authorized() 1318 memcpy((void *)ev->pa.td_bitmap, td_bitmap, td_bitmap_len); in cfg80211_port_authorized()
|
D | nl80211.h | 87 const u8 *td_bitmap, u8 td_bitmap_len);
|
D | core.h | 275 u8 td_bitmap_len; member 415 const u8 *td_bitmap, u8 td_bitmap_len);
|
D | util.c | 991 ev->pa.td_bitmap_len); in cfg80211_process_wdev_events()
|
D | nl80211.c | 18028 const u8 *td_bitmap, u8 td_bitmap_len) in nl80211_send_port_authorized() argument 18048 if ((td_bitmap_len > 0) && td_bitmap) in nl80211_send_port_authorized() 18050 td_bitmap_len, td_bitmap)) in nl80211_send_port_authorized()
|