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.c625 args[0] = ni->ni_mlpid; in mesh_vdetach_peers()
1945 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_mgmt()
1946 if (ni->ni_mlpid == 0) in mesh_recv_mgmt()
1949 args[0] = ni->ni_mlpid; in mesh_recv_mgmt()
2208 args[0] = ni->ni_mlpid; in mesh_parse_meshpeering_action()
2272 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_action_meshpeering_open()
2273 if (ni->ni_mlpid == 0) in mesh_recv_action_meshpeering_open()
2275 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2281 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2293 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.c445 si->isi_peerid = ni->ni_mlpid; in get_sta_info()