Searched defs:sel_reg_config_methods (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h27 const u8 *sel_reg_config_methods; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_er.c1485 u16 sel_reg_config_methods)
1489 wpabuf_put_be16(msg, sel_reg_config_methods);
1504 u16 sel_reg_config_methods)
1533 wps_er_build_sel_reg_config_methods(msg, sel_reg_config_methods) ||
1543 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods;
1484 wps_er_build_sel_reg_config_methods(struct wpabuf *msg, u16 sel_reg_config_methods) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
H A Dwps.h310 * @sel_reg_config_methods: Bit field of active config methods
320 u16 sel_reg_config_methods);
564 u16 sel_reg_config_methods; member in struct:wps_event_data::wps_event_er_set_selected_registrar
843 u16 sel_reg_config_methods);
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h27 const u8 *sel_reg_config_methods; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_er.c1485 u16 sel_reg_config_methods)
1489 wpabuf_put_be16(msg, sel_reg_config_methods);
1504 u16 sel_reg_config_methods)
1533 wps_er_build_sel_reg_config_methods(msg, sel_reg_config_methods) ||
1543 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods;
1484 wps_er_build_sel_reg_config_methods(struct wpabuf *msg, u16 sel_reg_config_methods) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
H A Dwps.h310 * @sel_reg_config_methods: Bit field of active config methods
320 u16 sel_reg_config_methods);
564 u16 sel_reg_config_methods; member in struct:wps_event_data::wps_event_er_set_selected_registrar
843 u16 sel_reg_config_methods);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h27 const u8 *sel_reg_config_methods; /* 2 octets */ member in struct:wps_parse_attr
H A Dwps_er.c1485 u16 sel_reg_config_methods)
1489 wpabuf_put_be16(msg, sel_reg_config_methods);
1504 u16 sel_reg_config_methods)
1533 wps_er_build_sel_reg_config_methods(msg, sel_reg_config_methods) ||
1543 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods;
1484 wps_er_build_sel_reg_config_methods(struct wpabuf *msg, u16 sel_reg_config_methods) argument
1503 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
H A Dwps.h310 * @sel_reg_config_methods: Bit field of active config methods
320 u16 sel_reg_config_methods);
564 u16 sel_reg_config_methods; member in struct:wps_event_data::wps_event_er_set_selected_registrar
843 u16 sel_reg_config_methods);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c791 "sel_reg_config_methods=0x%x",
793 ev->sel_reg_config_methods);
1318 u16 sel_reg_config_methods)
1326 "dev_password_id=%u sel_reg_config_methods=0x%x",
1327 sel_reg, dev_passwd_id, sel_reg_config_methods);
1329 sel_reg_config_methods);
1317 wpas_wps_set_sel_reg_cb(void *ctx, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument

Completed in 3714 milliseconds