Lines Matching refs:ie
60 struct ieee802_11_elems *ie) in mesh_matches_local() argument
77 if (!(ifmsh->mesh_id_len == ie->mesh_id_len && in mesh_matches_local()
78 memcmp(ifmsh->mesh_id, ie->mesh_id, ie->mesh_id_len) == 0 && in mesh_matches_local()
79 (ifmsh->mesh_pp_id == ie->mesh_config->meshconf_psel) && in mesh_matches_local()
80 (ifmsh->mesh_pm_id == ie->mesh_config->meshconf_pmetric) && in mesh_matches_local()
81 (ifmsh->mesh_cc_id == ie->mesh_config->meshconf_congest) && in mesh_matches_local()
82 (ifmsh->mesh_sp_id == ie->mesh_config->meshconf_synch) && in mesh_matches_local()
83 (ifmsh->mesh_auth_id == ie->mesh_config->meshconf_auth))) in mesh_matches_local()
90 ieee80211_sta_get_rates(sdata, ie, sband->band, in mesh_matches_local()
98 ieee80211_chandef_ht_oper(ie->ht_operation, &sta_chan_def); in mesh_matches_local()
100 ie->vht_operation, ie->ht_operation, in mesh_matches_local()
115 bool mesh_peer_accepts_plinks(struct ieee802_11_elems *ie) in mesh_peer_accepts_plinks() argument
117 return (ie->mesh_config->meshconf_cap & in mesh_peer_accepts_plinks()
341 if (!ifmsh->ie || !ifmsh->ie_len) in mesh_add_vendor_ies()
345 offset = ieee80211_ie_split_vendor(ifmsh->ie, ifmsh->ie_len, 0); in mesh_add_vendor_ies()
349 data = ifmsh->ie + offset; in mesh_add_vendor_ies()
364 if (!ifmsh->ie || !ifmsh->ie_len) in mesh_add_rsn_ie()
368 data = cfg80211_find_ie(WLAN_EID_RSN, ifmsh->ie, ifmsh->ie_len); in mesh_add_rsn_ie()