Searched refs:del_req (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11_eht.c | 1581 dl_list_for_each_safe(info, tmp, &req_list->del_req, in ml_deinit_link_reconf_req() 1660 if (dl_list_empty(&req_list->del_req)) in hostapd_link_reconf_resp_tx_status() 1663 dl_list_for_each(info, &req_list->del_req, struct link_reconf_req_info, in hostapd_link_reconf_resp_tx_status() 1886 dl_list_for_each(info, &req_list->del_req, struct link_reconf_req_info, in hostapd_reject_all_reconf_req() 1921 dl_list_len(&req_list->del_req); in hostapd_send_link_reconf_resp() 2013 dl_list_for_each(info, &req_list->del_req, struct link_reconf_req_info, in hostapd_send_link_reconf_resp() 2374 dl_list_add_tail(&req->del_req, &info->list); in hostapd_parse_link_reconf_req_sta_profile() 2476 dl_list_init(&req_list->del_req); in hostapd_parse_link_reconf_req_reconf_mle() 2539 dl_list_empty(&req_list->del_req)) { in hostapd_validate_link_reconf_req() 2612 dl_list_for_each(info, &req_list->del_req, struct link_reconf_req_info, in hostapd_validate_link_reconf_req()
|
| H A D | ieee802_11.h | 56 struct dl_list del_req; /* list of struct link_reconf_req_info */ member
|