Searched refs:switch_time (Results 1 – 4 of 4) sorted by relevance
221 uint32_t switch_time = pe_session->cac_duration_ms; in populate_dot11f_max_chan_switch_time() local223 if (!switch_time) { in populate_dot11f_max_chan_switch_time()228 switch_time = qdf_do_div(switch_time * 1000, TIME_UNIT); in populate_dot11f_max_chan_switch_time()230 pDot11f->switch_time[0] = switch_time & 0xff; in populate_dot11f_max_chan_switch_time()231 pDot11f->switch_time[1] = (switch_time >> 8) & 0xff; in populate_dot11f_max_chan_switch_time()232 pDot11f->switch_time[2] = (switch_time >> 16) & 0xff; in populate_dot11f_max_chan_switch_time()
10647 DOT11F_MEMCPY(pCtx, pDst->switch_time, pBuf, 3); in dot11f_unpack_ie_max_chan_switch_time()31333 DOT11F_MEMCPY(pCtx, pBuf, pSrc->switch_time, 3); in dot11f_pack_ie_max_chan_switch_time()
1427 switch_time[3];
10251 uint8_t switch_time[3]; member