Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11k.c220 t_u32 pos_last_indication = 0; in wlan_process_rm_beacon_report_table() local
243 … BEACON_REPORT_BUF_SIZE - (buf_pos - rep_buf), &pos_last_indication); in wlan_process_rm_beacon_report_table()
265 if (rep_data->last_ind > (t_u8)0U && pos_last_indication > 0U) in wlan_process_rm_beacon_report_table()
267 *(char *)pos_last_indication = (char)1U; in wlan_process_rm_beacon_report_table()
449 t_u32 *pos_last_indication) in wlan_add_rm_beacon_report() argument
642 *pos_last_indication = (t_u32)&pos[2]; in wlan_add_rm_beacon_report()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11k.h184 t_u32 *pos_last_indication);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c12928 t_u32 pos_last_indication = 0U; in _wlan_rrm_scan_cb() local
12952 … BEACON_REPORT_BUF_SIZE - (buf_pos - rep_buf), &pos_last_indication); in _wlan_rrm_scan_cb()
12975 if (wlan.rrm_scan_cb_param.rep_data.last_ind != 0U && pos_last_indication != 0U) in _wlan_rrm_scan_cb()
12977 *(char *)pos_last_indication = (char)1U; in _wlan_rrm_scan_cb()