Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.c3526 char tmpproto[IEEE80211_MESH_PROTO_DSZ]; in mesh_ioctl_set80211() local
3597 error = copyin(ireq->i_data, tmpproto, sizeof(tmpproto)); in mesh_ioctl_set80211()
3599 error = mesh_select_proto_metric(vap, tmpproto); in mesh_ioctl_set80211()
3605 error = copyin(ireq->i_data, tmpproto, sizeof(tmpproto)); in mesh_ioctl_set80211()
3607 error = mesh_select_proto_path(vap, tmpproto); in mesh_ioctl_set80211()