Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c66 const unsigned int UINT8_MASK = 0xFF; variable
236 int channelType = infoElem->content[COLUMN_INDEX_ZERO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
237 int centerFrequencyIndex1 = infoElem->content[COLUMN_INDEX_ONE] & UINT8_MASK; in GetChanWidthCenterFreqVht()
238 int centerFrequencyIndex2 = infoElem->content[COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
275 int centerSegFreq0 = content[startIndx + COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqHe()
276 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
319 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanMaxRates()
334 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanExtMaxRates()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c59 const unsigned int UINT8_MASK = 0xFF; variable
977 int channelType = infoElem->content[COLUMN_INDEX_ZERO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
978 int centerFrequencyIndex1 = infoElem->content[COLUMN_INDEX_ONE] & UINT8_MASK; in GetChanWidthCenterFreqVht()
979 int centerFrequencyIndex2 = infoElem->content[COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
1016 int centerSegFreq0 = content[startIndx + COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1017 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1060 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanMaxRates()
1075 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanExtMaxRates()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c63 const unsigned int UINT8_MASK = 0xFF; variable
1168 int channelType = infoElem->content[COLUMN_INDEX_ZERO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
1169 int centerFrequencyIndex1 = infoElem->content[COLUMN_INDEX_ONE] & UINT8_MASK; in GetChanWidthCenterFreqVht()
1170 int centerFrequencyIndex2 = infoElem->content[COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqVht()
1207 int centerSegFreq0 = content[startIndx + COLUMN_INDEX_TWO] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1208 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1251 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanMaxRates()
1266 int maxRates = infoElem->content[maxIndex] & UINT8_MASK; in GetChanExtMaxRates()