HomeSort by relevance Sort by last modified time
    Searched refs:wps_er_ap (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_er.h 16 struct wps_er_ap *ap;
33 struct wps_er_ap { struct
67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1);
wps_er.c 28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
29 static int wps_er_send_get_device_info(struct wps_er_ap *ap,
30 void (*m1_handler)(struct wps_er_ap *ap,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr,
91 static void wps_er_sta_remove_all(struct wps_er_ap *ap)
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er,
103 struct wps_er_ap *ap;
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id)
118 struct wps_er_ap *ap
    [all...]

Completed in 550 milliseconds