Searched refs:wl_phy_conf_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlwlan_impl.h | 82 extern boolean_t i_dladm_wlan_convert_chan(wl_phy_conf_t *, uint32_t *);
|
H A D | libdlwlan.c | 164 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() 1381 wl_phy_conf_t phy_conf; in do_set_channel()
|
H A D | linkprop.c | 334 { MAC_PROP_WL_PHY_CONFIG, sizeof (wl_phy_conf_t), "phy_conf"}, 3424 wl_phy_conf_t wl_phy_conf; in get_channel()
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_ioctl.c | 262 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()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | wifi_ioctl.h | 287 } wl_phy_conf_t; typedef
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 3337 wl_phy_conf_t phy_conf; in do_set_channel() 3355 (void) memmove(gbuf->wldp_buf, &phy_conf, sizeof (wl_phy_conf_t)); in do_set_channel() 3357 sizeof (wl_phy_conf_t))); in do_set_channel()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac.c | 3110 minsize = sizeof (wl_phy_conf_t); in mac_prop_check_size()
|