Searched refs:wps_registrar (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.h | 33 struct wps_registrar; 379 struct wps_registrar *registrar; 513 struct wps_registrar * 516 void wps_registrar_deinit(struct wps_registrar *reg); 517 int wps_registrar_add_pin(struct wps_registrar *reg, const u8 *uuid, 519 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid); 520 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid); 521 int wps_registrar_button_pushed(struct wps_registrar *reg); 522 void wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, 524 int wps_registrar_update_ie(struct wps_registrar *reg); [all …]
|
D | wps_registrar.c | 81 struct wps_registrar { struct 111 static int wps_set_ie(struct wps_registrar *reg); argument 117 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session() 168 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session() 190 static int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap() 264 static int wps_build_selected_registrar(struct wps_registrar *reg, in wps_build_selected_registrar() 277 static int wps_build_sel_reg_dev_password_id(struct wps_registrar *reg, in wps_build_sel_reg_dev_password_id() 293 static int wps_build_sel_reg_config_methods(struct wps_registrar *reg, in wps_build_sel_reg_config_methods() 313 static int wps_build_probe_config_methods(struct wps_registrar *reg, in wps_build_probe_config_methods() 326 static int wps_build_config_methods_r(struct wps_registrar *reg, in wps_build_config_methods_r() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | Android.mk | 546 OBJS += src/wps/wps_registrar.c
|
D | Makefile | 523 OBJS += ../src/wps/wps_registrar.o
|