Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_station_info.c1388 uint16_t channel_width_v2; in hdd_get_cached_station_remote() local
1436 channel_width_v2 = hdd_decode_ch_width(stainfo->ch_width); in hdd_get_cached_station_remote()
1437 if (channel_width_v2 > MAX_CHANNEL_BW_160) in hdd_get_cached_station_remote()
1440 channel_width = channel_width_v2; in hdd_get_cached_station_remote()
1445 nla_put_u16(skb, REMOTE_CH_WIDTH_V2, channel_width_v2)) { in hdd_get_cached_station_remote()