Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c632 args[0] = ni->ni_mlpid; in mesh_vdetach_peers()
2322 if (ni->ni_mlpid == 0) in mesh_recv_action_meshpeering_open()
2324 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2330 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2353 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2363 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2388 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2409 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2417 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_open()
2461 args[0] = ni->ni_mlpid; in mesh_recv_action_meshpeering_confirm()
[all …]
H A Dieee80211_ddb.c327 ni->ni_mllid, ni->ni_mlpid, ni->ni_mlrcnt, ni->ni_mltval); in _db_show_sta()
H A Dieee80211_ioctl.c459 si->isi_peerid = ni->ni_mlpid; in get_sta_info()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_node.h203 uint16_t ni_mlpid; /* link peer ID */ member