Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/ht40/
A Dawss_ht40.c27 uint8_t ht40_channel[ZC_MAX_CHANNEL + 1]; variable
38 memset(ht40_channel, 0, sizeof(ht40_channel)); in ht40_init()
49 if (!ht40_channel[channel]) { in ht40_lock_channel()
50 ht40_channel[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()

Completed in 2 milliseconds