Searched defs:hostapd_mld (Results 1 – 1 of 1) sorted by relevance
543 struct hostapd_mld { struct544 char name[IFNAMSIZ + 1];545 u8 mld_addr[ETH_ALEN];546 u8 next_link_id;547 u8 num_links;553 u8 refcount;555 struct hostapd_data *fbss;556 struct dl_list links; /* List head of all affiliated links */558 int ctrl_sock;559 struct dl_list ctrl_dst;[all …]