OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_er_sta
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_er.h
20
struct
wps_er_sta
{
struct
wps_er.c
40
static void wps_er_sta_event(struct wps_context *wps, struct
wps_er_sta
*sta,
65
static struct
wps_er_sta
* wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr,
68
struct
wps_er_sta
*sta;
69
dl_list_for_each(sta, &ap->sta, struct
wps_er_sta
, list) {
80
static void wps_er_sta_free(struct
wps_er_sta
*sta)
99
struct
wps_er_sta
*prev, *sta;
100
dl_list_for_each_safe(sta, prev, &ap->sta, struct
wps_er_sta
, list)
707
struct
wps_er_sta
*sta = eloop_data;
714
static struct
wps_er_sta
* wps_er_add_sta_data(struct wps_er_ap *ap,
719
struct
wps_er_sta
*sta = wps_er_sta_get(ap, addr, NULL)
[
all
...]
Completed in 44 milliseconds