Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c393 struct wifi_raw_scan_result bcn_prb_resp_info; in nrf_wifi_rx_bcn_prb_resp_frm() local
427 nrf_wifi_osal_mem_cpy(&bcn_prb_resp_info.data, in nrf_wifi_rx_bcn_prb_resp_frm()
432 nrf_wifi_osal_mem_cpy(&bcn_prb_resp_info.data, in nrf_wifi_rx_bcn_prb_resp_frm()
437 bcn_prb_resp_info.rssi = MBM_TO_DBM(val); in nrf_wifi_rx_bcn_prb_resp_frm()
438 bcn_prb_resp_info.frequency = frequency; in nrf_wifi_rx_bcn_prb_resp_frm()
439 bcn_prb_resp_info.frame_length = frame_length; in nrf_wifi_rx_bcn_prb_resp_frm()
442 &bcn_prb_resp_info); in nrf_wifi_rx_bcn_prb_resp_frm()