OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dl_list_empty
(Results
1 - 14
of
14
) sorted by null
/external/wpa_supplicant_8/src/utils/
list.h
47
static inline int
dl_list_empty
(struct dl_list *list)
function
69
(
dl_list_empty
((list)) ? NULL : \
73
(
dl_list_empty
((list)) ? NULL : \
eloop_none.c
324
(!
dl_list_empty
(&eloop.timeout) || eloop.reader_count > 0)) {
eloop_win.c
476
(!
dl_list_empty
(&eloop.timeout) || eloop.reader_count > 0 ||
eloop.c
728
(!
dl_list_empty
(&eloop.timeout) || eloop.readers.count > 0 ||
/external/wpa_supplicant_8/src/wps/
wps_upnp_event.c
136
if (!
dl_list_empty
(&s->event_queue))
198
if (
dl_list_empty
(&s->addr_list)) {
230
if (!
dl_list_empty
(&s->event_queue))
279
if (
dl_list_empty
(&s->addr_list))
283
if (
dl_list_empty
(&s->event_queue))
325
!
dl_list_empty
(&s->event_queue) /* more to do */) {
wps_upnp.c
485
if (
dl_list_empty
(&sm->subscriptions)) {
731
if (
dl_list_empty
(&s->addr_list)) {
[
all
...]
wps_er.c
188
if (er->deinitializing &&
dl_list_empty
(&er->ap_unsubscribing)) {
[
all
...]
/external/wpa_supplicant_8/src/ap/
acs.c
250
if (
dl_list_empty
(&chan->survey_list))
330
if (
dl_list_empty
(&chan->survey_list))
357
if (
dl_list_empty
(&chan->survey_list))
drv_callbacks.c
748
if (
dl_list_empty
(&chan->survey_list))
765
if (
dl_list_empty
(&survey_results->survey_list)) {
/external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c
264
if (!
dl_list_empty
(&priv->ctrl_dst)) {
502
if (!
dl_list_empty
(&priv->ctrl_dst)) {
577
if (sock < 0 ||
dl_list_empty
(ctrl_dst))
bss.c
760
if (
dl_list_empty
(&wpa_s->bss))
p2p_supplicant.c
[
all
...]
/external/wpa_supplicant_8/src/rsn_supp/
preauth.c
288
if (
dl_list_empty
(&sm->pmksa_candidates))
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
964
if (!
dl_list_empty
(&w->bsss))
[
all
...]
Completed in 405 milliseconds