Searched refs:meshpeer (Results 1 – 1 of 1) sorted by relevance
2240 const struct ieee80211_meshpeer_ie *meshpeer; in mesh_recv_action_meshpeering_open() local2244 meshpeer = mesh_parse_meshpeering_action(ni, wh, frm+2+2, efrm, &ie, in mesh_recv_action_meshpeering_open()2246 if (meshpeer == NULL) { in mesh_recv_action_meshpeering_open()2252 "recv PEER OPEN, lid 0x%x", meshpeer->peer_llinkid); in mesh_recv_action_meshpeering_open()2258 args[0] = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()2270 ni->ni_mllid = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()2290 if (ni->ni_mllid != meshpeer->peer_llinkid) { in mesh_recv_action_meshpeering_open()2311 ni->ni_mllid = meshpeer->peer_llinkid; in mesh_recv_action_meshpeering_open()2322 if (ni->ni_mlpid != meshpeer->peer_linkid || in mesh_recv_action_meshpeering_open()2323 ni->ni_mllid != meshpeer->peer_llinkid) { in mesh_recv_action_meshpeering_open()[all …]