HomeSort by: relevance | last modified time | path
    Searched refs:dl_list_len (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
list.h 54 static inline unsigned int dl_list_len(const struct dl_list *list) function
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_event.c 131 if (e->retry >= dl_list_len(&s->addr_list)) {
380 len = dl_list_len(&s->event_queue);
wps_upnp.c 400 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) {
726 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
1137 if (dl_list_len(&sm->interfaces) == 1) {
wps_upnp_ssdp.c 456 replies = dl_list_len(&sm->msearch_replies);
wps_upnp_web.c 471 if (dl_list_len(&iface->peers) > 3) {
  /src/external/bsd/wpa/dist/src/common/
cli.c 173 unsigned int i, count = dl_list_len(txt_list);
dpp_tcp.c 457 if (dl_list_len(&ctrl->conn) >= 15) {
713 return dpp && dl_list_len(&dpp->controllers) > 0;
2443 dl_list_len(&dpp->tmp_controller->conn)) {
2474 if (dl_list_len(&ctrl->conn) >= 15) {
  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 616 count = dl_list_len(&hapd->conf->fils_realms);
991 len += 2 * dl_list_len(&hapd->conf->fils_realms);
ieee802_11_shared.c 978 realms = dl_list_len(&hapd->conf->fils_realms);
ieee802_11.c 798 if (open + dl_list_len(&hapd->sae_commit_queue) >=
1693 queue_len = dl_list_len(&hapd->sae_commit_queue);
1707 queue_len = dl_list_len(&hapd->sae_commit_queue);
wpa_auth_ft.c 984 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) {
4717 dl_list_len(&rkh_seq->rx.queue);
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.c 4074 dl_list_len(&p->live_peers),
4075 dl_list_len(&p->potential_peers),
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_cli.c 4179 count += dl_list_len(&p2p_groups);
4180 count += dl_list_len(&ifnames);
wpa_supplicant.c 9239 bssids = os_malloc(dl_list_len(&wpa_s->bss_tmp_disallowed) * ETH_ALEN);
p2p_supplicant.c 8889 if (dl_list_len(&persistent->psk_list) > P2P_MAX_STORED_CLIENTS &&
ctrl_iface.c 8969 dl_list_len(&wpa_s->bss), wpa_s->current_bss,
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 9965 dl_list_len(&global->interfaces));

Completed in 109 milliseconds