Searched refs:meshid (Results 1 – 4 of 4) sorted by relevance
1901 scan.meshid == NULL || scan.meshconf == NULL) { in mesh_recv_mgmt()1983 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local2006 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() local2120 meshid = meshconf = NULL; in mesh_parse_meshpeering_action()2125 meshid = frm; in mesh_parse_meshpeering_action()[all …]
253 uint8_t *meshid; member
306 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()
608 scan->meshid = frm; in ieee80211_parse_beacon()