Searched refs:sel_reg_config_methods (Results 1 – 18 of 18) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_ap.c | 53 s->config_methods = attr.sel_reg_config_methods ? in upnp_er_set_selected_registrar() 54 WPA_GET_BE16(attr.sel_reg_config_methods) : -1; in upnp_er_set_selected_registrar()
|
D | wps.c | 253 if (!attr.sel_reg_config_methods || in wps_is_selected_pbc_registrar() 254 !(WPA_GET_BE16(attr.sel_reg_config_methods) & in wps_is_selected_pbc_registrar() 281 if (!attr->sel_reg_config_methods || in is_selected_pin_registrar() 282 !(WPA_GET_BE16(attr->sel_reg_config_methods) & in is_selected_pin_registrar() 595 if (attr.sel_reg_config_methods) { in wps_attr_text() 599 WPA_GET_BE16(attr.sel_reg_config_methods)); in wps_attr_text()
|
D | wps.h | 328 u16 sel_reg_config_methods); 603 u16 sel_reg_config_methods; member 893 u16 sel_reg_config_methods);
|
D | wps_attr_parse.h | 27 const u8 *sel_reg_config_methods; /* 2 octets */ member
|
D | wps_er.c | 1484 u16 sel_reg_config_methods) in wps_er_build_sel_reg_config_methods() argument 1488 wpabuf_put_be16(msg, sel_reg_config_methods); in wps_er_build_sel_reg_config_methods() 1503 u16 sel_reg_config_methods) in wps_er_set_sel_reg() argument 1532 wps_er_build_sel_reg_config_methods(msg, sel_reg_config_methods) || in wps_er_set_sel_reg() 1542 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods; in wps_er_set_sel_reg()
|
D | wps_validate.c | 1106 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_beacon() 1146 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_beacon_probe_resp() 1960 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_upnp_set_selected_registrar()
|
D | wps_attr_parse.c | 242 attr->sel_reg_config_methods = pos; in wps_set_attr()
|
D | wps_registrar.c | 157 u16 sel_reg_config_methods);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_ap.c | 53 s->config_methods = attr.sel_reg_config_methods ? in upnp_er_set_selected_registrar() 54 WPA_GET_BE16(attr.sel_reg_config_methods) : -1; in upnp_er_set_selected_registrar()
|
D | wps.c | 253 if (!attr.sel_reg_config_methods || in wps_is_selected_pbc_registrar() 254 !(WPA_GET_BE16(attr.sel_reg_config_methods) & in wps_is_selected_pbc_registrar() 281 if (!attr->sel_reg_config_methods || in is_selected_pin_registrar() 282 !(WPA_GET_BE16(attr->sel_reg_config_methods) & in is_selected_pin_registrar() 595 if (attr.sel_reg_config_methods) { in wps_attr_text() 599 WPA_GET_BE16(attr.sel_reg_config_methods)); in wps_attr_text()
|
D | wps.h | 329 u16 sel_reg_config_methods); 607 u16 sel_reg_config_methods; member 906 u16 sel_reg_config_methods);
|
D | wps_attr_parse.h | 27 const u8 *sel_reg_config_methods; /* 2 octets */ member
|
D | wps_er.c | 1484 u16 sel_reg_config_methods) in wps_er_build_sel_reg_config_methods() argument 1488 wpabuf_put_be16(msg, sel_reg_config_methods); in wps_er_build_sel_reg_config_methods() 1503 u16 sel_reg_config_methods) in wps_er_set_sel_reg() argument 1532 wps_er_build_sel_reg_config_methods(msg, sel_reg_config_methods) || in wps_er_set_sel_reg() 1542 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods; in wps_er_set_sel_reg()
|
D | wps_validate.c | 1106 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_beacon() 1146 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_beacon_probe_resp() 1960 wps_validate_sel_reg_config_methods(attr.sel_reg_config_methods, in wps_validate_upnp_set_selected_registrar()
|
D | wps_attr_parse.c | 242 attr->sel_reg_config_methods = pos; in wps_set_attr()
|
D | wps_registrar.c | 158 u16 sel_reg_config_methods);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 843 ev->sel_reg_config_methods); in wpa_supplicant_wps_event_er_set_sel_reg() 1455 u16 sel_reg_config_methods) in wpas_wps_set_sel_reg_cb() argument 1464 sel_reg, dev_passwd_id, sel_reg_config_methods); in wpas_wps_set_sel_reg_cb() 1466 sel_reg_config_methods); in wpas_wps_set_sel_reg_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 851 ev->sel_reg_config_methods); in wpa_supplicant_wps_event_er_set_sel_reg() 1478 u16 sel_reg_config_methods) in wpas_wps_set_sel_reg_cb() argument 1487 sel_reg, dev_passwd_id, sel_reg_config_methods); in wpas_wps_set_sel_reg_cb() 1489 sel_reg_config_methods); in wpas_wps_set_sel_reg_cb()
|