Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c369 struct wifi_pos_ch_info_rsp *channel_rsp; in os_if_create_ch_nl_resp() local
371 channel_rsp = (struct wifi_pos_ch_info_rsp *)buf; in os_if_create_ch_nl_resp()
400 channel_rsp->chan_id); in os_if_create_ch_nl_resp()
401 nla_put_u32(msg, CLD80211_SUB_ATTR_CH_MHZ, channel_rsp->mhz); in os_if_create_ch_nl_resp()
403 channel_rsp->band_center_freq1); in os_if_create_ch_nl_resp()
405 channel_rsp->band_center_freq2); in os_if_create_ch_nl_resp()
406 nla_put_u32(msg, CLD80211_SUB_ATTR_CH_INFO, channel_rsp->info); in os_if_create_ch_nl_resp()
408 channel_rsp->reg_info_1); in os_if_create_ch_nl_resp()
410 channel_rsp->reg_info_2); in os_if_create_ch_nl_resp()
412 channel_rsp++; in os_if_create_ch_nl_resp()