HomeSort by: relevance | last modified time | path
    Searched defs:listen_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athn.c 1595 ani->listen_time = 0;
1608 int32_t listen_time; local in function:athn_ani_monitor
1619 listen_time = (cycdelta - txfdelta - rxfdelta) /
1622 listen_time = 0;
1628 if (listen_time < 0) {
1632 ani->listen_time += listen_time;
1652 if (ani->listen_time > 5 * ATHN_ANI_PERIOD) {
1655 ani->listen_time * ani->ofdm_trig_low / 1000 &&
1657 ani->listen_time * ani->cck_trig_low / 1000
    [all...]
athnvar.h 342 uint32_t listen_time; member in struct:athn_ani

Completed in 15 milliseconds