Home
last modified time | relevance | path

Searched refs:probe_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
8461 (((probe_period) & 0x1fff) << 13) | \
9816 uint32_t probe_period, stay_period, ant_div_usrcfg; in hdd_config_ant_div_period() local
9830 probe_period = nla_get_u32(probe_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()