wl_phy_conf_t
wl_phy_conf_t phy_conf;
(void) memmove(gbuf->wldp_buf, &phy_conf, sizeof (wl_phy_conf_t));
sizeof (wl_phy_conf_t)));
wl_phy_conf_t phy_conf;
do_convert_mode(wl_phy_conf_t *phyp)
i_dladm_wlan_convert_chan(wl_phy_conf_t *phyp, uint32_t *channelp)
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;
extern boolean_t i_dladm_wlan_convert_chan(wl_phy_conf_t *, uint32_t *);
{ MAC_PROP_WL_PHY_CONFIG, sizeof (wl_phy_conf_t), "phy_conf"},
wl_phy_conf_t wl_phy_conf;
minsize = sizeof (wl_phy_conf_t);
wl_phy_conf_t *iw_phy = (wl_phy_conf_t *)wldp_buf;
wl_phy_conf_t *ow_phy;
ow_phy = (wl_phy_conf_t *)wldp_buf;
bzero(wldp_buf, sizeof (wl_phy_conf_t));
wl_phy_conf_t *iw_phy = (wl_phy_conf_t *)inp->wldp_buf;
wl_phy_conf_t *ow_phy;
if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_phy_conf_t))) == NULL)
ow_phy = (wl_phy_conf_t *)outp->wldp_buf;