Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dmesh.c42 const struct mesh_config default_mesh_config = {
75 const struct mesh_config *conf) in __cfg80211_join_mesh()
112 const struct mesh_config *conf) in cfg80211_join_mesh()
Dcore.h302 extern const struct mesh_config default_mesh_config;
307 const struct mesh_config *conf);
311 const struct mesh_config *conf);
Dnl80211.c3241 struct mesh_config cur_params; in nl80211_get_mesh_config()
3363 struct mesh_config *cfg, in nl80211_parse_mesh_config()
3496 struct mesh_config cfg; in nl80211_update_mesh_config()
5877 struct mesh_config cfg; in nl80211_join_mesh()
/linux-3.4.99/net/mac80211/
Dmesh.c93 (ifmsh->mesh_pp_id == ie->mesh_config->meshconf_psel) && in mesh_matches_local()
94 (ifmsh->mesh_pm_id == ie->mesh_config->meshconf_pmetric) && in mesh_matches_local()
95 (ifmsh->mesh_cc_id == ie->mesh_config->meshconf_congest) && in mesh_matches_local()
96 (ifmsh->mesh_sp_id == ie->mesh_config->meshconf_synch) && in mesh_matches_local()
97 (ifmsh->mesh_auth_id == ie->mesh_config->meshconf_auth))) in mesh_matches_local()
118 return (ie->mesh_config->meshconf_cap & in mesh_peer_accepts_plinks()
653 if (elems.mesh_id && elems.mesh_config && in ieee80211_mesh_rx_bcn_presp()
Dcfg.c1209 struct mesh_config *conf) in ieee80211_get_mesh_config()
1214 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
1265 const struct mesh_config *nconf) in ieee80211_update_mesh_config()
1267 struct mesh_config *conf; in ieee80211_update_mesh_config()
1346 const struct mesh_config *conf, in ieee80211_join_mesh()
1353 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
Dieee80211_i.h592 struct mesh_config mshcfg;
1124 struct ieee80211_meshconf_ie *mesh_config; member
Dmesh_plink.c520 (!elems.mesh_id || !elems.mesh_config)) { in mesh_rx_plink_frame()
Dutil.c724 elems->mesh_config = (void *)pos; in ieee802_11_parse_elems_crc()
/linux-3.4.99/include/net/
Dcfg80211.h789 struct mesh_config { struct
1570 struct mesh_config *conf);
1573 const struct mesh_config *nconf);
1575 const struct mesh_config *conf,