Lines Matching refs:methods
546 u16 methods = 0; in wps_config_methods_str2bin() local
550 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
551 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
553 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
556 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
560 methods |= WPS_CONFIG_ETHERNET; in wps_config_methods_str2bin()
562 methods |= WPS_CONFIG_LABEL; in wps_config_methods_str2bin()
564 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
566 methods |= WPS_CONFIG_EXT_NFC_TOKEN; in wps_config_methods_str2bin()
568 methods |= WPS_CONFIG_INT_NFC_TOKEN; in wps_config_methods_str2bin()
570 methods |= WPS_CONFIG_NFC_INTERFACE; in wps_config_methods_str2bin()
572 methods |= WPS_CONFIG_PUSHBUTTON; in wps_config_methods_str2bin()
574 methods |= WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
576 methods |= WPS_CONFIG_VIRT_DISPLAY; in wps_config_methods_str2bin()
578 methods |= WPS_CONFIG_PHY_DISPLAY; in wps_config_methods_str2bin()
580 methods |= WPS_CONFIG_VIRT_PUSHBUTTON; in wps_config_methods_str2bin()
582 methods |= WPS_CONFIG_PHY_PUSHBUTTON; in wps_config_methods_str2bin()
584 methods |= WPS_CONFIG_P2PS; in wps_config_methods_str2bin()
587 return methods; in wps_config_methods_str2bin()