Home
last modified time | relevance | path

Searched refs:dot11MeshMaxRetries (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dmesh.c61 .dot11MeshMaxRetries = MESH_MAX_RETR,
H A Dtrace.h54 __field(u8, dot11MeshMaxRetries) \
84 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
H A Dnl80211.c10267 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
10432 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxRetries, mask, in nl80211_parse_mesh_config()
/linux/net/mac80211/
H A Dcfg.c3198 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries; in ieee80211_update_mesh_config()
/linux/include/net/
H A Dcfg80211.h2761 u8 dot11MeshMaxRetries; member