Searched refs:mesh_config (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | mesh.c | 52 const struct mesh_config default_mesh_config = { 99 const struct mesh_config *conf) in __cfg80211_join_mesh() 194 const struct mesh_config *conf) in cfg80211_join_mesh()
|
D | core.h | 291 extern const struct mesh_config default_mesh_config; 296 const struct mesh_config *conf); 300 const struct mesh_config *conf);
|
D | rdev-ops.h | 308 struct net_device *dev, struct mesh_config *conf) in rdev_get_mesh_config() 320 const struct mesh_config *nconf) in rdev_update_mesh_config() 331 const struct mesh_config *conf, in rdev_join_mesh()
|
D | trace.h | 923 TP_PROTO(struct wiphy *wiphy, int ret, struct mesh_config *conf), 941 const struct mesh_config *conf), 961 const struct mesh_config *conf,
|
D | nl80211.c | 5008 struct mesh_config cur_params; in nl80211_get_mesh_config() 5156 struct mesh_config *cfg, in nl80211_parse_mesh_config() 5353 struct mesh_config cfg; in nl80211_update_mesh_config() 8831 struct mesh_config cfg; in nl80211_join_mesh()
|
/linux-4.4.14/net/mac80211/ |
D | mesh_sync.c | 45 return (ie->mesh_config->meshconf_cap & in mesh_peer_tbtt_adjusting() 121 if (elems->mesh_config && mesh_peer_tbtt_adjusting(elems)) { in mesh_sync_offset_rx_bcn_presp()
|
D | mesh.c | 81 (ifmsh->mesh_pp_id == ie->mesh_config->meshconf_psel) && in mesh_matches_local() 82 (ifmsh->mesh_pm_id == ie->mesh_config->meshconf_pmetric) && in mesh_matches_local() 83 (ifmsh->mesh_cc_id == ie->mesh_config->meshconf_congest) && in mesh_matches_local() 84 (ifmsh->mesh_sp_id == ie->mesh_config->meshconf_synch) && in mesh_matches_local() 85 (ifmsh->mesh_auth_id == ie->mesh_config->meshconf_auth))) in mesh_matches_local() 114 return (ie->mesh_config->meshconf_cap & in mesh_peer_accepts_plinks() 1100 if ((!elems.mesh_id || !elems.mesh_config) || in ieee80211_mesh_rx_bcn_presp()
|
D | mesh_plink.c | 585 struct mesh_config *mshcfg; in mesh_plink_timer() 759 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() 771 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish() 797 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() 1080 (!elems->mesh_id || !elems->mesh_config)) { in mesh_process_plink_frame()
|
D | cfg.c | 1607 struct mesh_config *conf) in ieee80211_get_mesh_config() 1612 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config() 1670 const struct mesh_config *nconf) in ieee80211_update_mesh_config() 1672 struct mesh_config *conf; in ieee80211_update_mesh_config() 1780 const struct mesh_config *conf, in ieee80211_join_mesh() 1787 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
|
D | ieee80211_i.h | 667 struct mesh_config mshcfg; 1410 const struct ieee80211_meshconf_ie *mesh_config; member
|
D | util.c | 959 elems->mesh_config = (void *)pos; in ieee802_11_parse_elems_crc()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 1301 struct mesh_config { struct 2568 struct mesh_config *conf); 2571 const struct mesh_config *nconf); 2573 const struct mesh_config *conf,
|