Searched refs:wl_phy_conf_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan_impl.h82 extern boolean_t i_dladm_wlan_convert_chan(wl_phy_conf_t *, uint32_t *);
H A Dlibdlwlan.c164 do_convert_mode(wl_phy_conf_t *phyp)
187 i_dladm_wlan_convert_chan(wl_phy_conf_t *phyp, uint32_t *channelp)
242 attrp->wa_mode = do_convert_mode((wl_phy_conf_t *)&wlp->wl_phy_conf);
253 if (i_dladm_wlan_convert_chan((wl_phy_conf_t *)&wlp->wl_phy_conf,
708 wl_phy_conf_t wl_phy_conf;
1381 wl_phy_conf_t phy_conf;
H A Dlinkprop.c326 { MAC_PROP_WL_PHY_CONFIG, sizeof (wl_phy_conf_t), "phy_conf"},
3374 wl_phy_conf_t wl_phy_conf;
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c262 wl_phy_conf_t *iw_phy = (wl_phy_conf_t *)inp->wldp_buf;
263 wl_phy_conf_t *ow_phy;
266 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_phy_conf_t))) == NULL)
269 ow_phy = (wl_phy_conf_t *)outp->wldp_buf;
1807 wl_phy_conf_t *iw_phy = (wl_phy_conf_t *)wldp_buf;
1853 wl_phy_conf_t *ow_phy;
1857 ow_phy = (wl_phy_conf_t *)wldp_buf;
1858 bzero(wldp_buf, sizeof (wl_phy_conf_t));
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h287 } wl_phy_conf_t; typedef in typeref:union:wl_phy_conf
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3337 wl_phy_conf_t phy_conf;
3355 (void) memmove(gbuf->wldp_buf, &phy_conf, sizeof (wl_phy_conf_t));
3357 sizeof (wl_phy_conf_t)));
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3106 minsize = sizeof (wl_phy_conf_t);

Completed in 140 milliseconds