Searched refs:allowedChannel (Results 1 – 7 of 7) sorted by relevance
110 u16 allowedChannel; in GetChannelProc() local148 allowedChannel = WM_GetAllowedChannel(); in GetChannelProc()149 if (allowedChannel == 0x8000) in GetChannelProc()153 else if (allowedChannel == 0) in GetChannelProc()159 if ((1 << (channel - 1)) > allowedChannel) in GetChannelProc()189 while (((1 << (channel - 1)) & allowedChannel) == 0) in GetChannelProc()
377 DC_InvalidateRange(&(p->status->allowedChannel), 2); in WM_GetAllowedChannel()378 return p->status->allowedChannel; in WM_GetAllowedChannel()396 u16 allowedChannel; in WM_IsExistAllowedChannel() local398 allowedChannel = *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_IsExistAllowedChannel()400 if (allowedChannel) in WM_IsExistAllowedChannel()
748 u16 allowedChannel = WM_GetAllowedChannel(); in RotateChannel() local749 if (allowedChannel == 0x8000 || allowedChannel == 0) in RotateChannel()763 if (allowedChannel & (0x0001 << (mbf_work->scanParam.channel - 1))) in RotateChannel()
287 return sys->status->allowedChannel; in NWM_GetAllowedChannel()
2573 u16 allowedChannel; in WH_StateInMeasureChannel() local2576 allowedChannel = WM_GetAllowedChannel(); in WH_StateInMeasureChannel()2578 if (allowedChannel == 0x8000) in WH_StateInMeasureChannel()2586 if (allowedChannel == 0) in WH_StateInMeasureChannel()2595 while (((1 << (channel - 1)) & allowedChannel) == 0) in WH_StateInMeasureChannel()
2707 u16 allowedChannel; in WH_StateInMeasureChannel() local2710 allowedChannel = WM_GetAllowedChannel(); in WH_StateInMeasureChannel()2712 if (allowedChannel == 0x8000) in WH_StateInMeasureChannel()2720 if (allowedChannel == 0) in WH_StateInMeasureChannel()2729 while (((1 << (channel - 1)) & allowedChannel) == 0) in WH_StateInMeasureChannel()
1042 u16 allowedChannel; member