Searched refs:wps_nfc_pw_token (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 15 struct wps_nfc_pw_token; 127 struct wps_nfc_pw_token *nfc_pw_token; 217 struct wps_nfc_pw_token *token);
|
H A D | wps_registrar.c | 31 struct wps_nfc_pw_token { struct 42 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) in wps_remove_nfc_pw_token() 51 struct wps_nfc_pw_token *token, *prev; in wps_free_nfc_pw_tokens() 52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, in wps_free_nfc_pw_tokens() argument 60 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, in wps_get_nfc_pw_token() 63 struct wps_nfc_pw_token *token; in wps_get_nfc_pw_token() 64 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { in wps_get_nfc_pw_token() argument 2702 struct wps_nfc_pw_token *token; in wps_process_m1() 3677 struct wps_nfc_pw_token *token; in wps_registrar_add_nfc_pw_token() 3759 struct wps_nfc_pw_token *toke in wps_registrar_remove_nfc_pw_token() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 15 struct wps_nfc_pw_token; 127 struct wps_nfc_pw_token *nfc_pw_token; 217 struct wps_nfc_pw_token *token);
|
H A D | wps_registrar.c | 32 struct wps_nfc_pw_token { struct 43 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) in wps_remove_nfc_pw_token() 52 struct wps_nfc_pw_token *token, *prev; in wps_free_nfc_pw_tokens() 53 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, in wps_free_nfc_pw_tokens() argument 61 static struct wps_nfc_pw_token * wps_get_nfc_pw_token(struct dl_list *tokens, in wps_get_nfc_pw_token() 64 struct wps_nfc_pw_token *token; in wps_get_nfc_pw_token() 65 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { in wps_get_nfc_pw_token() argument 2693 struct wps_nfc_pw_token *token; in wps_process_m1() 3698 struct wps_nfc_pw_token *token; in wps_registrar_add_nfc_pw_token() 3780 struct wps_nfc_pw_token *toke in wps_registrar_remove_nfc_pw_token() [all...] |
Completed in 9 milliseconds