Searched refs:WPS_ENABLED (Results 1 – 3 of 3) sorted by relevance
425 if ( (auth_type & WPS_ENABLED) != 0 ) in whd_wifi_init_ap()427 data[1] = htod32( (uint32_t)( (auth_type & (~WPS_ENABLED) ) | SES_OW_ENABLED ) ); in whd_wifi_init_ap()
813 if (security & WPS_ENABLED) in whd_convert_security_type_to_string()
52 #define WPS_ENABLED 0x10000000 /**< Flag to enable WPS Security */ macro