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

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

Completed in 105 milliseconds