Home
last modified time | relevance | path

Searched refs:WPS_CONFIG_LABEL (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/wpa/src/wps/
H A Dwps_defs.h250 #define WPS_CONFIG_LABEL 0x0004 macro
H A Dwps.c283 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
H A Dwps_common.c546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
H A Dwps_registrar.c2536 m & WPS_CONFIG_LABEL ? " [Label]" : "", in wps_process_config_methods()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1589 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init()
1590 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_init()
2236 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_update_config()
2237 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_update_config()
2241 wps->config_methods &= ~WPS_CONFIG_LABEL; in wpas_wps_update_config()