Home
last modified time | relevance | path

Searched refs:wps_nfc_pw_token (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_i.h16 struct wps_nfc_pw_token;
128 struct wps_nfc_pw_token *nfc_pw_token;
221 struct wps_nfc_pw_token *token);
Dwps_registrar.c30 struct wps_nfc_pw_token { struct
41 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) in wps_remove_nfc_pw_token() argument
50 struct wps_nfc_pw_token *token, *prev; in wps_free_nfc_pw_tokens()
51 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, in wps_free_nfc_pw_tokens()
59 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, in wps_get_nfc_pw_token()
62 struct wps_nfc_pw_token *token; in wps_get_nfc_pw_token()
63 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { in wps_get_nfc_pw_token()
2706 struct wps_nfc_pw_token *token; in wps_process_m1()
3722 struct wps_nfc_pw_token *token; in wps_registrar_add_nfc_pw_token()
3804 struct wps_nfc_pw_token *token) in wps_registrar_remove_nfc_pw_token()