Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1381 wl_phy_conf_t phy_conf; in do_set_channel() local
1386 (void) memset(&phy_conf, 0xff, sizeof (phy_conf)); in do_set_channel()
1387 phy_conf.wl_phy_dsss_conf.wl_dsss_channel = *channel; in do_set_channel()
1389 return (i_dladm_wlan_param(handle, linkid, &phy_conf, in do_set_channel()
1390 MAC_PROP_WL_PHY_CONFIG, sizeof (phy_conf), B_TRUE)); in do_set_channel()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3337 wl_phy_conf_t phy_conf; in do_set_channel() local
3342 (void) memset(&phy_conf, 0xff, sizeof (phy_conf)); in do_set_channel()
3352 phy_conf.wl_phy_dsss_conf.wl_dsss_channel = atoi(arg); in do_set_channel()
3353 PRTDBG(("channel=%d\n", phy_conf.wl_phy_dsss_conf.wl_dsss_channel)); in do_set_channel()
3355 (void) memmove(gbuf->wldp_buf, &phy_conf, sizeof (wl_phy_conf_t)); in do_set_channel()