Home
last modified time | relevance | path

Searched refs:dl_list_len (Results 1 – 16 of 16) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_event.c131 if (e->retry >= dl_list_len(&s->addr_list)) { in event_retry()
378 len = dl_list_len(&s->event_queue); in event_add()
Dwps_upnp.c386 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()
Dwps_upnp_ssdp.c456 replies = dl_list_len(&sm->msearch_replies); in msearchreply_state_machine_start()
Dwps_upnp_web.c471 if (dl_list_len(&iface->peers) > 3) { in web_process_get_device_info()
/external/wpa_supplicant_8/src/utils/
Dlist.h54 static inline unsigned int dl_list_len(struct dl_list *list) in dl_list_len() function
/external/wpa_supplicant_8/src/common/
Dcli.c173 unsigned int i, count = dl_list_len(txt_list); in cli_txt_list_array()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c616 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()
Dieee802_11_shared.c887 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
Dieee802_11.c528 if (open + dl_list_len(&hapd->sae_commit_queue) >= in use_sae_anti_clogging()
1314 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
1328 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
Dwpa_auth_ft.c948 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req()
4290 dl_list_len(&rkh_seq->rx.queue); in wpa_ft_rrb_rx_seq_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3737 count += dl_list_len(&p2p_groups); in wpa_list_cmd_list()
3738 count += dl_list_len(&ifnames); in wpa_list_cmd_list()
Dwpa_supplicant.c7436 bssids = os_malloc(dl_list_len(&wpa_s->bss_tmp_disallowed) * ETH_ALEN); in wpa_set_driver_tmp_disallow_list()
Dp2p_supplicant.c8255 if (dl_list_len(&persistent->psk_list) > P2P_MAX_STORED_CLIENTS && in wpas_p2p_new_psk_cb()
Dctrl_iface.c8023 dl_list_len(&wpa_s->bss), wpa_s->current_bss, in wpa_supplicant_ctrl_iface_flush()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c3986 dl_list_len(&p->live_peers), in ieee802_1x_kay_get_status()
3987 dl_list_len(&p->potential_peers), in ieee802_1x_kay_get_status()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7914 dl_list_len(&global->interfaces)); in nl80211_global_deinit()