Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2382 u16 ndp_ind_app_info_len = 0; in handleEvent() local
2415 ndp_ind_app_info_len = ndp_request_event.app_info.ndp_app_info_len; in handleEvent()
2419 ndp_ind_app_info_len); in handleEvent()
2421 [ndp_ind_app_info_len] = '\0'; in handleEvent()
5037 u16 ndp_ind_app_info_len = 0; in handleEvent() local
5067 ndp_ind_app_info_len = it.get_u16(); in handleEvent()
5068 ndp_request_event.app_info.ndp_app_info_len = ndp_ind_app_info_len; in handleEvent()
5072 it.get_data(), ndp_ind_app_info_len); in handleEvent()
5073 ndp_request_event.app_info.ndp_app_info[ndp_ind_app_info_len] = '\0'; in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3829 u16 ndp_ind_app_info_len = 0; in handleEvent() local
3862 ndp_ind_app_info_len = ndp_request_event.app_info.ndp_app_info_len; in handleEvent()
3865 u16 len = min(ndp_ind_app_info_len, in handleEvent()
6978 u16 ndp_ind_app_info_len = 0; in handleEvent() local
7008 ndp_ind_app_info_len = it.get_u16(); in handleEvent()
7009 ndp_request_event.app_info.ndp_app_info_len = ndp_ind_app_info_len; in handleEvent()
7013 it.get_data(), ndp_ind_app_info_len); in handleEvent()