Home
last modified time | relevance | path

Searched refs:WPS_CONFIG_PUSHBUTTON (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h255 #define WPS_CONFIG_PUSHBUTTON 0x0080 macro
Dwps_validate.c111 if ((val & 0x0600) && !(val & WPS_CONFIG_PUSHBUTTON)) { in valid_config_methods()
117 if (!(val & 0x0600) && (val & WPS_CONFIG_PUSHBUTTON)) { in valid_config_methods()
162 if (val & WPS_CONFIG_PUSHBUTTON) { in wps_validate_ap_config_methods()
Dwps_registrar.c571 *methods |= WPS_CONFIG_PUSHBUTTON; in wps_set_pushbutton()
599 methods &= ~WPS_CONFIG_PUSHBUTTON; in wps_build_sel_reg_config_methods()
623 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON; in wps_build_probe_config_methods()
1291 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON; in wps_cb_set_sel_reg()
2564 m & WPS_CONFIG_PUSHBUTTON ? " [PBC]" : "", in wps_process_config_methods()
3588 methods = reg->wps->config_methods & ~WPS_CONFIG_PUSHBUTTON; in wps_registrar_selected_registrar_changed()
Dwps.c264 WPS_CONFIG_PUSHBUTTON)) { in wps_is_selected_pbc_registrar()
Dwps_common.c572 methods |= WPS_CONFIG_PUSHBUTTON; in wps_config_methods_str2bin()
Dwps_enrollee.c135 config_methods &= ~WPS_CONFIG_PUSHBUTTON; in wps_build_m1()