Searched refs:dl_list_len (Results 1 - 25 of 34) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h54 static inline unsigned int dl_list_len(struct dl_list *list) function
/external/wpa_supplicant_8/src/utils/
H A Dlist.h54 static inline unsigned int dl_list_len(struct dl_list *list) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h54 static inline unsigned int dl_list_len(struct dl_list *list) function
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_event.c131 if (e->retry >= dl_list_len(&s->addr_list)) {
378 len = dl_list_len(&s->event_queue);
H A Dwps_upnp.c386 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) {
704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
1097 if (dl_list_len(&sm->interfaces) == 1) {
H A Dwps_upnp_ssdp.c456 replies = dl_list_len(&sm->msearch_replies);
H A Dwps_upnp_web.c471 if (dl_list_len(&iface->peers) > 3) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_event.c131 if (e->retry >= dl_list_len(&s->addr_list)) {
378 len = dl_list_len(&s->event_queue);
H A Dwps_upnp.c386 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) {
704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
1097 if (dl_list_len(&sm->interfaces) == 1) {
H A Dwps_upnp_ssdp.c456 replies = dl_list_len(&sm->msearch_replies);
H A Dwps_upnp_web.c471 if (dl_list_len(&iface->peers) > 3) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c131 if (e->retry >= dl_list_len(&s->addr_list)) {
378 len = dl_list_len(&s->event_queue);
H A Dwps_upnp.c386 if (dl_list_len(&s->addr_list) >= MAX_ADDR_PER_SUBSCRIPTION) {
704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
1097 if (dl_list_len(&sm->interfaces) == 1) {
H A Dwps_upnp_ssdp.c456 replies = dl_list_len(&sm->msearch_replies);
H A Dwps_upnp_web.c471 if (dl_list_len(&iface->peers) > 3) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dcli.c173 unsigned int i, count = dl_list_len(txt_list);
/external/wpa_supplicant_8/src/common/
H A Dcli.c173 unsigned int i, count = dl_list_len(txt_list);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dcli.c173 unsigned int i, count = dl_list_len(txt_list);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c640 realms = dl_list_len(&hapd->conf->fils_realms);
H A Dgas_serv.c589 count = dl_list_len(&hapd->conf->fils_realms);
901 len += 2 * dl_list_len(&hapd->conf->fils_realms);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_shared.c640 realms = dl_list_len(&hapd->conf->fils_realms);
H A Dgas_serv.c589 count = dl_list_len(&hapd->conf->fils_realms);
901 len += 2 * dl_list_len(&hapd->conf->fils_realms);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c640 realms = dl_list_len(&hapd->conf->fils_realms);
H A Dgas_serv.c589 count = dl_list_len(&hapd->conf->fils_realms);
901 len += 2 * dl_list_len(&hapd->conf->fils_realms);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3630 count += dl_list_len(&p2p_groups);
3631 count += dl_list_len(&ifnames);

Completed in 1754 milliseconds

12