Lines Matching refs:channel
44 int ht40_lock_channel(uint8_t channel, uint8_t filter) in ht40_lock_channel() argument
46 if (channel < 1 || channel > 14) in ht40_lock_channel()
49 if (!ht40_channel[channel]) { in ht40_lock_channel()
50 ht40_channel[channel]++; in ht40_lock_channel()
51 ht40_channel_filter[channel] = filter; in ht40_lock_channel()
52 } else if (filter == ht40_channel_filter[channel]) { in ht40_lock_channel()
53 ht40_channel[channel]++; /* increase */ in ht40_lock_channel()
55 ht40_channel[channel]--; /* decrease */ in ht40_lock_channel()
58 if (ht40_channel[channel] >= HIT_FRAME_PER_CHANNEL) in ht40_lock_channel()
65 uint8_t channel) in ht40_scanning_hint_frame() argument
93 channel_locked = ht40_lock_channel(channel, filter); in ht40_scanning_hint_frame()
96 channel); in ht40_scanning_hint_frame()
224 uint8_t channel; in awss_recv_callback_ht_ctrl() local
230 channel = res->channel; in awss_recv_callback_ht_ctrl()
238 hint_pos = ht40_scanning_hint_frame(filter, rssi, length, channel); in awss_recv_callback_ht_ctrl()
333 zconfig_set_state(STATE_RCV_DONE, tods, channel); in awss_recv_callback_ht_ctrl()