Home
last modified time | relevance | path

Searched refs:mesh_config (Results 1 – 9 of 9) sorted by relevance

/linux/net/wireless/
H A Dmesh.c57 const struct mesh_config default_mesh_config = {
105 const struct mesh_config *conf) in __cfg80211_join_mesh()
H A Dcore.h353 extern const struct mesh_config default_mesh_config;
358 const struct mesh_config *conf);
H A Drdev-ops.h333 struct net_device *dev, struct mesh_config *conf) in rdev_get_mesh_config()
345 const struct mesh_config *nconf) in rdev_update_mesh_config()
356 const struct mesh_config *conf, in rdev_join_mesh()
H A Dtrace.h1232 TP_PROTO(struct wiphy *wiphy, int ret, struct mesh_config *conf),
1250 const struct mesh_config *conf),
1270 const struct mesh_config *conf,
H A Dnl80211.c10225 struct mesh_config cur_params; in nl80211_get_mesh_config()
10396 struct mesh_config *cfg, in nl80211_parse_mesh_config()
10603 struct mesh_config cfg = {}; in nl80211_update_mesh_config()
15269 struct mesh_config cfg; in nl80211_join_mesh()
/linux/include/net/
H A Dcfg80211.h2756 struct mesh_config { struct
5364 struct mesh_config *conf);
5367 const struct mesh_config *nconf);
5369 const struct mesh_config *conf,
/linux/net/mac80211/
H A Dcfg.c3105 struct mesh_config *conf) in ieee80211_get_mesh_config()
3110 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
3178 const struct mesh_config *nconf) in ieee80211_update_mesh_config()
3180 struct mesh_config *conf; in ieee80211_update_mesh_config()
3297 const struct mesh_config *conf, in ieee80211_join_mesh()
3307 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
H A Dparse.c550 elems->mesh_config = (void *)pos; in _ieee802_11_parse_elems_full()
H A Dieee80211_i.h808 struct mesh_config mshcfg;
1826 const struct ieee80211_meshconf_ie *mesh_config; member