Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c8459 #define ANT_DIV_SET_PERIOD(probe_period, stay_period) \ argument
8462 ((stay_period) & 0x1fff))
9816 uint32_t probe_period, stay_period, ant_div_usrcfg; in hdd_config_ant_div_period() local
9831 stay_period = nla_get_u32(stay_attr); in hdd_config_ant_div_period()
9832 ant_div_usrcfg = ANT_DIV_SET_PERIOD(probe_period, stay_period); in hdd_config_ant_div_period()