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()
376 DC_InvalidateRange(&(p->status->allowedChannel), 2); in WM_GetAllowedChannel()377 return p->status->allowedChannel; in WM_GetAllowedChannel()395 u16 allowedChannel; in WM_IsExistAllowedChannel() local397 allowedChannel = *((u16 *)((u32)(OS_GetSystemWork()->nvramUserInfo) + in WM_IsExistAllowedChannel()399 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()
280 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()
2699 u16 allowedChannel; in WH_StateInMeasureChannel() local2702 allowedChannel = WM_GetAllowedChannel(); in WH_StateInMeasureChannel()2704 if (allowedChannel == 0x8000) in WH_StateInMeasureChannel()2712 if (allowedChannel == 0) in WH_StateInMeasureChannel()2721 while (((1 << (channel - 1)) & allowedChannel) == 0) in WH_StateInMeasureChannel()
1042 u16 allowedChannel; member