Searched refs:assocresp_ies (Results 1 – 7 of 7) sorted by relevance
5078 const u8 *head, *tail, *proberesp_ies, *assocresp_ies; in wlan_hdd_cfg80211_alloc_new_beacon() local5117 if (params->assocresp_ies || !old) { in wlan_hdd_cfg80211_alloc_new_beacon()5119 assocresp_ies = params->assocresp_ies; in wlan_hdd_cfg80211_alloc_new_beacon()5122 assocresp_ies = old->assocresp_ies; in wlan_hdd_cfg80211_alloc_new_beacon()5143 beacon->assocresp_ies = beacon->proberesp_ies + proberesp_ies_len; in wlan_hdd_cfg80211_alloc_new_beacon()5156 if (assocresp_ies && assocresp_ies_len) in wlan_hdd_cfg80211_alloc_new_beacon()5157 memcpy(beacon->assocresp_ies, assocresp_ies, assocresp_ies_len); in wlan_hdd_cfg80211_alloc_new_beacon()5359 update_ie.pAdditionIEBuffer = (uint8_t *) beacon->assocresp_ies; in wlan_hdd_cfg80211_update_apies()5373 beacon->assocresp_ies, in wlan_hdd_cfg80211_update_apies()
722 u8 *assocresp_ies; member