Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_mesh.c626 args[0] = ni->ni_mlpid; in mesh_vdetach_peers()
1944 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_mgmt()
1945 if (ni->ni_mlpid == 0) in mesh_recv_mgmt()
1948 args[0] = ni->ni_mlpid; in mesh_recv_mgmt()
2207 args[0] = ni->ni_mlpid; in mesh_parse_meshpeering_action()
2271 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_action_meshpeering_open()
2272 if (ni->ni_mlpid == 0) in mesh_recv_action_meshpeering_open()
2274 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2280 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2292 args[1] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
[all …]
H A Dieee80211_node.h274 uint16_t ni_mlpid; /* link peer ID */ member
H A Dieee80211_ddb.c316 ni->ni_mllid, ni->ni_mlpid, ni->ni_mlrcnt, ni->ni_mltval); in _db_show_sta()
H A Dieee80211_ioctl.c443 si->isi_peerid = ni->ni_mlpid; in get_sta_info()