OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_list
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_list.c
29
#include "
ap_list
.h"
72
if (iface->
ap_list
) {
73
ap->prev = iface->
ap_list
->prev;
74
iface->
ap_list
->prev = ap;
77
ap->next = iface->
ap_list
;
78
iface->
ap_list
= ap;
84
if (iface->
ap_list
== ap)
85
iface->
ap_list
= ap->next;
91
else if (iface->
ap_list
)
92
iface->
ap_list
->prev = ap->prev
[
all
...]
hostapd.h
186
int num_ap; /* number of entries in
ap_list
*/
187
struct ap_info *
ap_list
; /* AP info list head */
member in struct:hostapd_iface
/external/wpa_supplicant_8/hostapd/
Android.mk
759
OBJS += src/ap/
ap_list
.c
Makefile
725
OBJS += ../src/ap/
ap_list
.o
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
686
OBJS += ../src/ap/
ap_list
.o
[
all
...]
Completed in 31 milliseconds