Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_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()
Dhostapd.h487 u8 eht_mld_link_removal_count; member
Dhostapd.c413 if (hapd->eht_mld_link_removal_count == 0) in hostapd_link_remove_timeout_handler()
415 hapd->eht_mld_link_removal_count--; in hostapd_link_remove_timeout_handler()
419 hapd->eht_mld_link_removal_count); in hostapd_link_remove_timeout_handler()
423 if (!hapd->eht_mld_link_removal_count) { in hostapd_link_remove_timeout_handler()
444 hapd->eht_mld_link_removal_count = count; in hostapd_link_remove()