Lines Matching refs:pcurrent_ptr
2240 const t_u8 *pcurrent_ptr = ie; in wifi_find_wpa_ies() local
2251 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_find_wpa_ies()
2252 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_find_wpa_ies()
2263 wpa2 = wifi_check_rsn_ie((IEEEtypes_Rsn_t *)pcurrent_ptr, sys_config); in wifi_find_wpa_ies()
2266 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wifi_find_wpa_ies()
2270 wpa = wifi_check_wpa_ie((IEEEtypes_Wpa_t *)pcurrent_ptr, sys_config); in wifi_find_wpa_ies()
2276 pcurrent_ptr += element_len + 2; in wifi_find_wpa_ies()
2310 const t_u8 *pcurrent_ptr = ie; in wifi_set_wmm_ies() local
2319 element_id = (IEEEtypes_ElementId_e)(*((t_u8 *)pcurrent_ptr)); in wifi_set_wmm_ies()
2320 element_len = *((t_u8 *)pcurrent_ptr + 1); in wifi_set_wmm_ies()
2331 pvendor_ie = (IEEEtypes_VendorSpecific_t *)pcurrent_ptr; in wifi_set_wmm_ies()
2346 … memcpy(&sys_config->wmm_para, pcurrent_ptr + sizeof(IEEEtypes_Header_t), element_len); in wifi_set_wmm_ies()
2367 pcurrent_ptr += element_len + 2; in wifi_set_wmm_ies()