/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_event.c | 131 if (e->retry >= dl_list_len(&s->addr_list)) { in event_retry() 380 len = dl_list_len(&s->event_queue); in wps_upnp_event_add()
|
D | wps_upnp.c | 400 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) { in subscr_addr_add_url() 726 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) { in subscription_start() 1137 if (dl_list_len(&sm->interfaces) == 1) { in upnp_wps_device_deinit()
|
D | wps_upnp_ssdp.c | 456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
|
D | wps_upnp_web.c | 471 if (dl_list_len(&iface->peers) > 3) { in web_process_get_device_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_event.c | 131 if (e->retry >= dl_list_len(&s->addr_list)) { in event_retry() 378 len = dl_list_len(&s->event_queue); in event_add()
|
D | wps_upnp.c | 386 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) { in subscr_addr_add_url() 704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) { in subscription_start() 1097 if (dl_list_len(&sm->interfaces) == 1) { in upnp_wps_device_deinit()
|
D | wps_upnp_ssdp.c | 456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
|
D | wps_upnp_web.c | 471 if (dl_list_len(&iface->peers) > 3) { in web_process_get_device_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | list.h | 54 static inline unsigned int dl_list_len(const struct dl_list *list) in dl_list_len() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | list.h | 54 static inline unsigned int dl_list_len(struct dl_list *list) in dl_list_len() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | cli.c | 173 unsigned int i, count = dl_list_len(txt_list); in cli_txt_list_array()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | cli.c | 173 unsigned int i, count = dl_list_len(txt_list); in cli_txt_list_array()
|
D | dpp_tcp.c | 394 if (dl_list_len(&ctrl->conn) >= 15) { in dpp_relay_new_conn()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | gas_serv.c | 616 count = dl_list_len(&hapd->conf->fils_realms); in anqp_add_fils_realm_info() 991 len += 2 * dl_list_len(&hapd->conf->fils_realms); in gas_serv_build_gas_resp_payload()
|
D | ieee802_11_shared.c | 887 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
|
D | ieee802_11.c | 529 if (open + dl_list_len(&hapd->sae_commit_queue) >= in use_sae_anti_clogging() 1317 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit() 1331 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
|
D | wpa_auth_ft.c | 949 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req() 4300 dl_list_len(&rkh_seq->rx.queue); in wpa_ft_rrb_rx_seq_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | gas_serv.c | 616 count = dl_list_len(&hapd->conf->fils_realms); in anqp_add_fils_realm_info() 991 len += 2 * dl_list_len(&hapd->conf->fils_realms); in gas_serv_build_gas_resp_payload()
|
D | ieee802_11_shared.c | 932 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
|
D | ieee802_11.c | 722 if (open + dl_list_len(&hapd->sae_commit_queue) >= in use_anti_clogging() 1650 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit() 1664 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
|
D | wpa_auth_ft.c | 950 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req() 4532 dl_list_len(&rkh_seq->rx.queue); in wpa_ft_rrb_rx_seq_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_cli.c | 3759 count += dl_list_len(&p2p_groups); in wpa_list_cmd_list() 3760 count += dl_list_len(&ifnames); in wpa_list_cmd_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_kay.c | 4032 dl_list_len(&p->live_peers), in ieee802_1x_kay_get_status() 4033 dl_list_len(&p->potential_peers), in ieee802_1x_kay_get_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_kay.c | 3996 dl_list_len(&p->live_peers), in ieee802_1x_kay_get_status() 3997 dl_list_len(&p->potential_peers), in ieee802_1x_kay_get_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_cli.c | 4048 count += dl_list_len(&p2p_groups); in wpa_list_cmd_list() 4049 count += dl_list_len(&ifnames); in wpa_list_cmd_list()
|