Home
last modified time | relevance | path

Searched refs:meshid (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.c1901 scan.meshid == NULL || scan.meshconf == NULL) { in mesh_recv_mgmt()
1983 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
2006 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2020 meshid = frm; in mesh_recv_mgmt()
2030 if (meshid != NULL) { in mesh_recv_mgmt()
2031 IEEE80211_VERIFY_ELEMENT(meshid, in mesh_recv_mgmt()
2034 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, return); in mesh_recv_mgmt()
2117 const uint8_t *meshid, *meshconf; in mesh_parse_meshpeering_action() local
2120 meshid = meshconf = NULL; in mesh_parse_meshpeering_action()
2125 meshid = frm; in mesh_parse_meshpeering_action()
[all …]
H A Dieee80211_scan.h253 uint8_t *meshid; member
H A Dieee80211_scan_sta.c306 if (sp->meshid != NULL && sp->meshid[1] != 0) in sta_add()
307 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]); in sta_add()
H A Dieee80211_input.c608 scan->meshid = frm; in ieee80211_parse_beacon()