Home
last modified time | relevance | path

Searched refs:peer_llinkid (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/net80211/
HDieee80211_mesh.c2157 mp->peer_llinkid = LE_READ_2(&mpie->peer_llinkid); in mesh_parse_meshpeering_action()
2279 "recv PEER OPEN, lid 0x%x", meshpeer->peer_llinkid); in mesh_recv_action_meshpeering_open()
2285 args[0] = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()
2297 ni->ni_mllid = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()
2317 if (ni->ni_mllid != meshpeer->peer_llinkid) { in mesh_recv_action_meshpeering_open()
2338 ni->ni_mllid = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()
2350 ni->ni_mllid != meshpeer->peer_llinkid) { in mesh_recv_action_meshpeering_open()
2364 ni->ni_mllid = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()
2374 if (ni->ni_mllid != meshpeer->peer_llinkid) { in mesh_recv_action_meshpeering_open()
2395 args[1] = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()
[all …]
HDieee80211_mesh.h150 uint16_t peer_llinkid; /* Local Link ID */ member