Searched refs:proberesp (Results 1 – 1 of 1) sorted by relevance
1863 _wil_cfg80211_get_proberesp_ies(const u8 *proberesp, u16 proberesp_len, in _wil_cfg80211_get_proberesp_ies() argument1868 if (proberesp) { in _wil_cfg80211_get_proberesp_ies()1870 (struct ieee80211_mgmt *)proberesp; in _wil_cfg80211_get_proberesp_ies()1887 u8 *ies = NULL, *proberesp; in _wil_cfg80211_set_ies() local1890 wil_memdup_ie(&vif->proberesp, &vif->proberesp_len, bcon->probe_resp, in _wil_cfg80211_set_ies()1897 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_set_ies()1900 rc = _wil_cfg80211_merge_extra_ies(proberesp, in _wil_cfg80211_set_ies()1944 u8 *proberesp; in _wil_cfg80211_start_ap() local1958 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_start_ap()1962 if ((proberesp && proberesp_len > 0 && in _wil_cfg80211_start_ap()[all …]