Lines Matching refs:methods
530 u16 methods = 0; in wps_config_methods_str2bin() local
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
535 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
537 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
540 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
546 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
550 methods |= WPS_CONFIG_EXT_NFC_TOKEN; in wps_config_methods_str2bin()
552 methods |= WPS_CONFIG_INT_NFC_TOKEN; in wps_config_methods_str2bin()
554 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
556 methods |= WPS_CONFIG_PUSHBUTTON; in wps_config_methods_str2bin()
558 methods |= WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
560 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
562 methods |= WPS_CONFIG_PHY_DISPLAY; in wps_config_methods_str2bin()
564 methods |= WPS_CONFIG_VIRT_PUSHBUTTON; in wps_config_methods_str2bin()
566 methods |= WPS_CONFIG_PHY_PUSHBUTTON; in wps_config_methods_str2bin()
568 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
571 return methods; in wps_config_methods_str2bin()