wl_phy_conf
attrp->wa_mode = do_convert_mode((wl_phy_conf_t *)&wlp->wl_phy_conf);
if (i_dladm_wlan_convert_chan((wl_phy_conf_t *)&wlp->wl_phy_conf,
wl_phy_conf_t wl_phy_conf;
if ((status = do_get_mode(handle, linkid, &wl_phy_conf,
sizeof (wl_phy_conf))) != DLADM_STATUS_OK)
wl_attrp->wa_mode = do_convert_mode(&wl_phy_conf);
wl_phy_conf_t wl_phy_conf;
(void) memcpy(&wl_phy_conf, buf, sizeof (wl_phy_conf));
if (!i_dladm_wlan_convert_chan(&wl_phy_conf, &channel))
} wl_phy_conf;
(wl_ofdm_t *)&((conf->wl_phy_conf).wl_phy_ofdm_conf);
&((conf->wl_phy_conf).wl_phy_fhss_conf);
&((conf->wl_phy_conf).wl_phy_dsss_conf);
&((conf->wl_phy_conf).wl_phy_erp_conf);