Home
last modified time | relevance | path

Searched refs:wldp_length (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/uts/common/io/zyd/
H A Dzyd.c57 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf);
61 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
872 uint_t wldp_length, const void *wldp_buf) in zyd_m_setprop() argument
882 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in zyd_m_setprop()
899 uint_t wldp_length, void *wldp_buf) in zyd_m_getprop() argument
909 wldp_length, wldp_buf); in zyd_m_getprop()
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c100 wp->wldp_length = WIFI_BUF_OFFSET + buflen; in wifi_setupoutmsg()
102 mp->b_wptr = mp->b_rptr + wp->wldp_length; in wifi_setupoutmsg()
311 if (inp->wldp_length < sizeof (wl_wep_key_tab_t)) { in wifi_cfg_wepkey()
314 inp->wldp_length, sizeof (wl_wep_key_tab_t)); in wifi_cfg_wepkey()
833 outp->wldp_length = WIFI_BUF_OFFSET + in wifi_cfg_esslist()
836 omp->b_wptr = omp->b_rptr + outp->wldp_length; in wifi_cfg_esslist()
1182 outp->wldp_length = WIFI_BUF_OFFSET + in wifi_cfg_scanresults()
1185 omp->b_wptr = omp->b_rptr + outp->wldp_length; in wifi_cfg_scanresults()
2385 uint_t wldp_length, const void *wldp_buf) in ieee80211_setprop() argument
2460 uint_t wldp_length, void *wldp_buf) in ieee80211_getprop() argument
/titanic_41/usr/src/uts/common/io/ipw/
H A Dipw2100.c141 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
143 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf);
2453 outfp->wldp_length = WIFI_BUF_OFFSET; in ipw2100_getset()
2465 m->b_wptr = m->b_rptr + outfp->wldp_length; in ipw2100_getset()
2475 uint_t wldp_length, void *wldp_buf) in ipw2100_m_getprop() argument
2493 wldp_length, wldp_buf); in ipw2100_m_getprop()
2513 uint_t wldp_length, const void *wldp_buf) in ipw2100_m_setprop() argument
2533 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in ipw2100_m_setprop()
2559 outfp->wldp_length = WIFI_BUF_OFFSET + sizeof (wl_linkstatus_t); in ipw_wificfg_radio()
2576 outfp->wldp_length = WIFI_BUF_OFFSET; in ipw_wificfg_desrates()
[all …]
/titanic_41/usr/src/uts/common/io/iwi/
H A Dipw2200.c162 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
164 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf);
2542 outfp->wldp_length = WIFI_BUF_OFFSET; in ipw2200_getset()
2554 m->b_wptr = m->b_rptr + outfp->wldp_length; in ipw2200_getset()
2563 uint_t wldp_length, void *wldp_buf) in ipw2200_m_getprop() argument
2581 wldp_length, wldp_buf); in ipw2200_m_getprop()
2600 uint_t wldp_length, const void *wldp_buf) in ipw2200_m_setprop() argument
2620 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in ipw2200_m_setprop()
2646 outfp->wldp_length = WIFI_BUF_OFFSET + sizeof (wl_linkstatus_t); in iwi_wificfg_radio()
2661 outfp->wldp_length = WIFI_BUF_OFFSET; in iwi_wificfg_desrates()
/titanic_41/usr/src/uts/common/io/simnet/
H A Dsimnet.c1169 uint_t wldp_length, const void *wldp_buf) in simnet_m_setprop() argument
1225 wldp_length, wldp_buf); in simnet_m_setprop()
1258 uint_t wldp_length, void *wldp_buf) in simnet_m_getprop() argument
1312 err = simnet_get_priv_prop(sdev, pr_name, wldp_length, in simnet_m_getprop()
/titanic_41/usr/src/uts/common/inet/
H A Dwifi_ioctl.h385 uint32_t wldp_length; member
/titanic_41/usr/src/uts/common/io/rwd/
H A Drt2661.c272 uint_t wldp_length, const void *wldp_buf);
274 mac_prop_id_t wldp_pr_num, uint_t wldp_length,
2624 uint_t wldp_length, void *wldp_buf) in rt2661_m_getprop() argument
2630 wldp_length, wldp_buf); in rt2661_m_getprop()
2646 uint_t wldp_length, const void *wldp_buf) in rt2661_m_setprop() argument
2652 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in rt2661_m_setprop()
/titanic_41/usr/src/uts/common/io/ural/
H A Dural.c2050 uint_t wldp_length, const void *wldp_buf) in ural_m_setprop() argument
2057 wldp_length, wldp_buf); in ural_m_setprop()
2075 uint_t wldp_length, void *wldp_buf) in ural_m_getprop() argument
2081 wldp_length, wldp_buf); in ural_m_getprop()
/titanic_41/usr/src/uts/common/io/rwn/
H A Drt2860.c247 uint_t wldp_length, const void *wldp_buf);
251 mac_prop_id_t wldp_pr_num, uint_t wldp_length,
2642 uint_t wldp_length, void *wldp_buf) in rt2860_m_getprop() argument
2648 wldp_length, wldp_buf); in rt2860_m_getprop()
2664 uint_t wldp_length, const void *wldp_buf) in rt2860_m_setprop() argument
2670 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in rt2860_m_setprop()
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c1761 uint_t wldp_length, const void *wldp_buf) in ath_m_setprop() argument
1767 wldp_length, wldp_buf); in ath_m_setprop()
1789 uint_t wldp_length, void *wldp_buf) in ath_m_getprop() argument
1795 wldp_length, wldp_buf); in ath_m_getprop()
/titanic_41/usr/src/uts/common/io/rum/
H A Drum.c2071 uint_t wldp_length, const void *wldp_buf) in rum_m_setprop() argument
2078 wldp_length, wldp_buf); in rum_m_setprop()
2096 uint_t wldp_length, void *wldp_buf) in rum_m_getprop() argument
2102 wldp_length, wldp_buf); in rum_m_getprop()
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c75 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf);
77 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
926 uint_t wldp_length, const void *wldp_buf) in usbecm_m_setprop() argument
939 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf) in usbecm_m_getprop() argument
/titanic_41/usr/src/uts/common/io/ral/
H A Drt2560.c2120 uint_t wldp_length, const void *wldp_buf) in rt2560_m_setprop() argument
2127 wldp_length, wldp_buf); in rt2560_m_setprop()
2145 uint_t wldp_length, void *wldp_buf) in rt2560_m_getprop() argument
2151 wldp_length, wldp_buf); in rt2560_m_getprop()
/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl.c87 uint_t wldp_length, const void *wldp_buf);
89 mac_prop_id_t wldp_pr_num, uint_t wldp_length,
3753 uint_t wldp_length, void *wldp_buf) in mwl_m_getprop() argument
3759 wldp_length, wldp_buf); in mwl_m_getprop()
3775 uint_t wldp_length, const void *wldp_buf) in mwl_m_setprop() argument
3781 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in mwl_m_setprop()
/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c274 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
2330 uint_t wldp_length, void *wldp_buf) argument
2336 wldp_length, wldp_buf);
2352 uint_t wldp_length, const void *wldp_buf) argument
2359 wldp_length, wldp_buf);
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_main.c2497 uint_t wldp_length, const void *wldp_buf) in arn_m_setprop() argument
2503 wldp_length, wldp_buf); in arn_m_setprop()
2526 uint_t wldp_length, void *wldp_buf) in arn_m_getprop() argument
2532 wldp_length, wldp_buf); in arn_m_getprop()
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c348 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
350 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf);
3361 uint_t wldp_length, void *wldp_buf) in iwp_m_getprop() argument
3372 wldp_length, wldp_buf); in iwp_m_getprop()
3389 uint_t wldp_length, const void *wldp_buf) in iwp_m_setprop() argument
3401 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwp_m_setprop()
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c2902 uint_t wldp_length, const void *wldp_buf) in rtw_m_setprop() argument
2909 wldp_length, wldp_buf); in rtw_m_setprop()
2922 uint_t wldp_length, void *wldp_buf) in rtw_m_getprop() argument
2928 wldp_length, wldp_buf); in rtw_m_getprop()
/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c2858 uint_t wldp_length, const void *wldp_buf) in uath_m_setprop() argument
2865 wldp_length, wldp_buf); in uath_m_setprop()
2882 uint_t wldp_length, void *wldp_buf) in uath_m_getprop() argument
2888 wldp_length, wldp_buf); in uath_m_getprop()
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c380 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf);
382 mac_prop_id_t wldp_pr_num, uint_t wldp_length,
3527 uint_t wldp_length, void *wldp_buf) in iwh_m_getprop() argument
3538 wldp_length, wldp_buf); in iwh_m_getprop()
3554 uint_t wldp_length, const void *wldp_buf) in iwh_m_setprop() argument
3566 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwh_m_setprop()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1182 gbuf->wldp_length = buf_len + WIFI_BUF_OFFSET; in call_ioctl()
1183 stri.ic_len = gbuf->wldp_length; in call_ioctl()
1186 gbuf->wldp_length = sizeof (wldp_t); in call_ioctl()
1187 stri.ic_len = gbuf->wldp_length; in call_ioctl()
3680 assert(gbuf->wldp_length < MAX_BUF_LEN); in print_gbuf()
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c341 mac_prop_id_t wldp_pr_name, uint_t wldp_length, const void *wldp_buf);
343 mac_prop_id_t wldp_pr_name, uint_t wldp_length, void *wldp_buf);
3099 uint_t wldp_length, void *wldp_buf) in iwk_m_getprop() argument
3105 wldp_length, wldp_buf); in iwk_m_getprop()
3112 uint_t wldp_length, const void *wldp_buf) in iwk_m_setprop() argument
3118 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwk_m_setprop()
/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c4031 uint_t wldp_length, void *wldp_buf) in urtw_m_getprop() argument
4037 wldp_length, wldp_buf); in urtw_m_getprop()
4052 uint_t wldp_length, const void *wldp_buf) in urtw_m_setprop() argument
4059 wldp_length, wldp_buf); in urtw_m_setprop()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1124 gbuf->wldp_length = len; in i_dladm_wlan_legacy_ioctl()