Home
last modified time | relevance | path

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) in do_convert_mode()
187 i_dladm_wlan_convert_chan(wl_phy_conf_t *phyp, uint32_t *channelp) in i_dladm_wlan_convert_chan()
242 attrp->wa_mode = do_convert_mode((wl_phy_conf_t *)&wlp->wl_phy_conf); in fill_wlan_attr()
253 if (i_dladm_wlan_convert_chan((wl_phy_conf_t *)&wlp->wl_phy_conf, in fill_wlan_attr()
708 wl_phy_conf_t wl_phy_conf; in dladm_wlan_get_linkattr()
1382 wl_phy_conf_t phy_conf; in do_set_channel()
H A Dlinkprop.c349 { MAC_PROP_WL_PHY_CONFIG, sizeof (wl_phy_conf_t), "phy_conf"},
3585 wl_phy_conf_t wl_phy_conf; in get_channel()
/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; in wifi_cfg_phy()
263 wl_phy_conf_t *ow_phy; in wifi_cfg_phy()
266 if ((omp = wifi_getoutmsg(*mp, cmd, sizeof (wl_phy_conf_t))) == NULL) in wifi_cfg_phy()
269 ow_phy = (wl_phy_conf_t *)outp->wldp_buf; in wifi_cfg_phy()
1807 wl_phy_conf_t *iw_phy = (wl_phy_conf_t *)wldp_buf; in wl_set_phy()
1853 wl_phy_conf_t *ow_phy; in wl_get_phy()
1857 ow_phy = (wl_phy_conf_t *)wldp_buf; in wl_get_phy()
1858 bzero(wldp_buf, sizeof (wl_phy_conf_t)); in wl_get_phy()
/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h287 } wl_phy_conf_t; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3340 wl_phy_conf_t phy_conf; in do_set_channel()
3358 (void) memmove(gbuf->wldp_buf, &phy_conf, sizeof (wl_phy_conf_t)); in do_set_channel()
3360 sizeof (wl_phy_conf_t))); in do_set_channel()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3466 minsize = sizeof (wl_phy_conf_t); in mac_prop_check_size()