Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
Dwmi_unified.h22374 #define WMI_ROAM_GET_SECURITY_SCORE_PERCENTAGE(value32, security_index) \ argument
22375 WMI_GET_BITS(value32, (8 * (security_index)), 8)
22376 #define WMI_ROAM_SET_SECURITY_SCORE_PERCENTAGE(value32, score_pcnt, security_index) \ argument
22377 WMI_SET_BITS(value32, (8 * (security_index)), 8, score_pcnt)