Searched refs:survey_res (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
D | rtos_wpa_supp_if.c | 246 nxp_wifi_event_new_survey_result_t *survey_res, in wifi_nxp_wpa_supp_event_proc_survey_res() argument 261 if (survey_res == NULL) in wifi_nxp_wpa_supp_event_proc_survey_res() 266 …wifi_if_ctx_rtos->hostapd_callbk_fns.survey_res(wifi_if_ctx_rtos->hapd_drv_if_ctx, survey, more_re… in wifi_nxp_wpa_supp_event_proc_survey_res() 271 … wifi_if_ctx_rtos->supp_callbk_fns.survey_res(wifi_if_ctx_rtos->supp_drv_if_ctx, survey, more_res); in wifi_nxp_wpa_supp_event_proc_survey_res() 284 survey->freq = survey_res->freq; in wifi_nxp_wpa_supp_event_proc_survey_res() 286 if (survey_res->nf) in wifi_nxp_wpa_supp_event_proc_survey_res() 288 survey->nf = survey_res->nf; in wifi_nxp_wpa_supp_event_proc_survey_res() 292 if (survey_res->channel_time) in wifi_nxp_wpa_supp_event_proc_survey_res() 294 (void)memcpy((void *)&survey->channel_time, (const void *)&survey_res->channel_time, in wifi_nxp_wpa_supp_event_proc_survey_res() 299 if (survey_res->channel_time_busy) in wifi_nxp_wpa_supp_event_proc_survey_res() [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | wifi.c | 4821 nxp_wifi_event_new_survey_result_t survey_res; in wifi_nxp_survey_res_get() local 4857 memset(&survey_res, 0x00, sizeof(nxp_wifi_event_new_survey_result_t)); in wifi_nxp_survey_res_get() 4859 …survey_res.freq = channel_to_frequency(pchan_stats[idx].chan_num, pchan_stats[idx].bandcfg… in wifi_nxp_survey_res_get() 4860 survey_res.nf = pchan_stats[idx].noise; in wifi_nxp_survey_res_get() 4861 survey_res.channel_time = pchan_stats[idx].cca_scan_duration; in wifi_nxp_survey_res_get() 4862 survey_res.channel_time_busy = pchan_stats[idx].cca_busy_duration; in wifi_nxp_survey_res_get() 4873 wm_wifi.supp_if_callbk_fns->survey_res_callbk_fn(wm_wifi.hapd_if_priv, &survey_res, in wifi_nxp_survey_res_get() 4879 wm_wifi.supp_if_callbk_fns->survey_res_callbk_fn(wm_wifi.if_priv, &survey_res, in wifi_nxp_survey_res_get()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/ |
D | rtos_wpa_supp_if.h | 151 nxp_wifi_event_new_survey_result_t *survey_res,
|
D | wifi_nxp_internal.h | 589 nxp_wifi_event_new_survey_result_t *survey_res,
|