Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c221 uint32_t switch_time = pe_session->cac_duration_ms; in populate_dot11f_max_chan_switch_time() local
223 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()
H A Ddot11f.c10647 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()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1427 switch_time[3];
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10251 uint8_t switch_time[3]; member