Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c1278 struct nrf_wifi_chan_definition *chan_def_info = NULL; in nrf_wifi_wpa_supp_event_proc_get_if() local
1296 chan_def_info = (struct nrf_wifi_chan_definition *)(&info->chan_def); in nrf_wifi_wpa_supp_event_proc_get_if()
1297 signal_info->chanwidth = drv2supp_chan_width(chan_def_info->width); in nrf_wifi_wpa_supp_event_proc_get_if()
1298 signal_info->center_frq1 = chan_def_info->center_frequency1; in nrf_wifi_wpa_supp_event_proc_get_if()
1299 signal_info->center_frq2 = chan_def_info->center_frequency2; in nrf_wifi_wpa_supp_event_proc_get_if()