Lines Matching defs:meshconf
1896 scan.meshid == NULL || scan.meshconf == NULL) {
1906 mesh_verify_meshconf(vap, scan.meshconf)) {
2112 const uint8_t *meshid, *meshconf;
2115 meshid = meshconf = NULL;
2123 meshconf = frm;
2189 mesh_verify_meshconf(vap, meshconf)) {
3096 const struct ieee80211_meshconf_ie *meshconf =
3100 if (meshconf == NULL)
3102 if (meshconf->conf_pselid != ms->ms_ppath->mpp_ie) {
3105 meshconf->conf_pselid);
3108 if (meshconf->conf_pmetid != ms->ms_pmetric->mpm_ie) {
3111 meshconf->conf_pmetid);
3114 if (meshconf->conf_ccid != 0) {
3117 meshconf->conf_ccid);
3120 if (meshconf->conf_syncid != IEEE80211_MESHCONF_SYNC_NEIGHOFF) {
3123 meshconf->conf_syncid);
3126 if (meshconf->conf_authid != 0) {
3129 meshconf->conf_pselid);
3133 if (!(meshconf->conf_cap & IEEE80211_MESHCONF_CAP_AP)) {
3135 "not accepting peers: 0x%x\n", meshconf->conf_cap);