Home
last modified time | relevance | path

Searched refs:heChannelWidth (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1064 static int GetHeChanWidth(int heChannelWidth, int centerSegFreq0, int centerSegFreq1) in GetHeChanWidth() argument
1068 if (heChannelWidth == 0) { in GetHeChanWidth()
1070 } else if (heChannelWidth == 1) { in GetHeChanWidth()
1072 } else if (heChannelWidth == channelWidth) { in GetHeChanWidth()
1206 int heChannelWidth = content[startIndx + 1] & GHZ_HE_WIDTH_MASK_6; in GetChanWidthCenterFreqHe() local
1209 pcmd->channelWidth = GetHeChanWidth(heChannelWidth, centerSegFreq0, centerSegFreq1); in GetChanWidthCenterFreqHe()

Completed in 4 milliseconds