Searched defs:ow_phy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c263 wl_phy_conf_t *ow_phy; local
269 ow_phy = (wl_phy_conf_t *)outp->wldp_buf;
273 err = wl_get_phy(ic, ow_phy);
1853 wl_phy_conf_t *ow_phy; local
1857 ow_phy = (wl_phy_conf_t *)wldp_buf;
1862 wl_ofdm_t *ofdm = (wl_ofdm_t *)ow_phy;
1869 wl_fhss_t *fhss = (wl_fhss_t *)ow_phy;
1876 wl_dsss_t *dsss = (wl_dsss_t *)ow_phy;
1883 wl_erp_t *erp = (wl_erp_t *)ow_phy;

Completed in 64 milliseconds