Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_mesh.c623 args[0] = ni->ni_mlpid; in mesh_vdetach_peers()
1967 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_mgmt()
1968 if (ni->ni_mlpid == 0) in mesh_recv_mgmt()
1971 args[0] = ni->ni_mlpid; in mesh_recv_mgmt()
2232 args[0] = ni->ni_mlpid; in mesh_parse_meshpeering_action()
2296 ni->ni_mlpid = mesh_generateid(vap); in mesh_recv_action_meshpeering_open()
2297 if (ni->ni_mlpid == 0) in mesh_recv_action_meshpeering_open()
2299 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2305 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2317 args[1] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
[all …]
HDieee80211_node.h203 uint16_t ni_mlpid; /* link peer ID */ member
HDieee80211_ddb.c317 ni->ni_mllid, ni->ni_mlpid, ni->ni_mlrcnt, ni->ni_mltval); in _db_show_sta()
HDieee80211_ioctl.c443 si->isi_peerid = ni->ni_mlpid; in get_sta_info()