Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2299 u16 ndp_ind_app_info_len = 0; in handleEvent() local
2332 ndp_ind_app_info_len = ndp_request_event.app_info.ndp_app_info_len; in handleEvent()
2336 ndp_ind_app_info_len); in handleEvent()
2338 [ndp_ind_app_info_len] = '\0'; in handleEvent()
4890 u16 ndp_ind_app_info_len = 0; in handleEvent() local
4920 ndp_ind_app_info_len = it.get_u16(); in handleEvent()
4921 ndp_request_event.app_info.ndp_app_info_len = ndp_ind_app_info_len; in handleEvent()
4925 it.get_data(), ndp_ind_app_info_len); in handleEvent()
4926 ndp_request_event.app_info.ndp_app_info[ndp_ind_app_info_len] = '\0'; in handleEvent()