Home
last modified time | relevance | path

Searched refs:eht_mld_link_removal_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/ap/
HDieee802_11_eht.c685 other_hapd->eht_mld_link_removal_count); in hostapd_eid_eht_reconf_ml()
687 if (other_hapd->eht_mld_link_removal_count) in hostapd_eid_eht_reconf_ml()
713 if (!other_hapd->eht_mld_link_removal_count) in hostapd_eid_eht_reconf_ml()
729 WPA_PUT_LE16(pos, other_hapd->eht_mld_link_removal_count); in hostapd_eid_eht_reconf_ml()
HDhostapd.h480 u8 eht_mld_link_removal_count; member
HDhostapd.c410 if (hapd->eht_mld_link_removal_count == 0) in hostapd_link_remove_timeout_handler()
412 hapd->eht_mld_link_removal_count--; in hostapd_link_remove_timeout_handler()
416 hapd->eht_mld_link_removal_count); in hostapd_link_remove_timeout_handler()
420 if (!hapd->eht_mld_link_removal_count) { in hostapd_link_remove_timeout_handler()
441 hapd->eht_mld_link_removal_count = count; in hostapd_link_remove()