Searched refs:security_index (Results 1 – 1 of 1) sorted by relevance
22374 #define WMI_ROAM_GET_SECURITY_SCORE_PERCENTAGE(value32, security_index) \ argument22375 WMI_GET_BITS(value32, (8 * (security_index)), 8)22376 #define WMI_ROAM_SET_SECURITY_SCORE_PERCENTAGE(value32, score_pcnt, security_index) \ argument22377 WMI_SET_BITS(value32, (8 * (security_index)), 8, score_pcnt)