/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 57 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf); 59 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 61 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf); 871 zyd_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_setprop() argument 882 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in zyd_m_setprop() 898 zyd_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_getprop() argument 908 err = ieee80211_getprop(&sc->ic, pr_name, wldp_pr_num, in zyd_m_getprop() 915 zyd_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_propinfo() argument 920 ieee80211_propinfo(&sc->ic, pr_name, wldp_pr_num, mph); in zyd_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 141 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); 2474 ipw2100_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ipw2100_m_getprop() argument 2481 switch (wldp_pr_num) { in ipw2100_m_getprop() 2492 err = ieee80211_getprop(ic, pr_name, wldp_pr_num, in ipw2100_m_getprop() 2501 ipw2100_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ipw2100_m_propinfo() argument 2507 ieee80211_propinfo(ic, pr_name, wldp_pr_num, prh); in ipw2100_m_propinfo() 2512 ipw2100_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ipw2100_m_setprop() argument 2519 switch (wldp_pr_num) { in ipw2100_m_setprop() 2533 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in ipw2100_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 162 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); 166 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 2562 ipw2200_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ipw2200_m_getprop() argument 2569 switch (wldp_pr_num) { in ipw2200_m_getprop() 2580 err = ieee80211_getprop(ic, pr_name, wldp_pr_num, in ipw2200_m_getprop() 2599 ipw2200_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ipw2200_m_setprop() argument 2606 switch (wldp_pr_num) { in ipw2200_m_setprop() 2620 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in ipw2200_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 275 mac_prop_id_t wldp_pr_num, 278 mac_prop_id_t wldp_pr_num, uint_t wldp_length, 281 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 2627 rt2661_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2661_m_getprop() argument 2633 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in rt2661_m_getprop() 2640 rt2661_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2661_m_propinfo() argument 2645 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph); in rt2661_m_propinfo() 2649 rt2661_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2661_m_setprop() argument 2656 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in rt2661_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 248 mac_prop_id_t wldp_pr_num, 251 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t prh); 253 mac_prop_id_t wldp_pr_num, uint_t wldp_length, 2642 rt2860_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2860_m_getprop() argument 2648 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in rt2860_m_getprop() 2655 rt2860_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2860_m_propinfo() argument 2660 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in rt2860_m_propinfo() 2664 rt2860_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2860_m_setprop() argument 2671 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in rt2860_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/ural/ |
H A D | ural.c | 2049 ural_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ural_m_setprop() argument 2056 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in ural_m_setprop() 2074 ural_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ural_m_getprop() argument 2080 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in ural_m_getprop() 2087 ural_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ural_m_propinfo() argument 2092 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph); in ural_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_ioctl.c | 2384 ieee80211_setprop(void *ic_arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ieee80211_setprop() argument 2393 switch (wldp_pr_num) { in ieee80211_setprop() 2459 ieee80211_getprop(void *ic_arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ieee80211_getprop() argument 2468 switch (wldp_pr_num) { in ieee80211_getprop() 2535 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t prh) in ieee80211_propinfo() argument 2544 switch (wldp_pr_num) { in ieee80211_propinfo()
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1760 ath_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ath_m_setprop() argument 1766 err = ieee80211_setprop(&asc->asc_isc, pr_name, wldp_pr_num, in ath_m_setprop() 1788 ath_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ath_m_getprop() argument 1794 err = ieee80211_getprop(&asc->asc_isc, pr_name, wldp_pr_num, in ath_m_getprop() 1801 ath_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in ath_m_propinfo() argument 1806 ieee80211_propinfo(&asc->asc_isc, pr_name, wldp_pr_num, mph); in ath_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/rum/ |
H A D | rum.c | 2070 rum_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rum_m_setprop() argument 2077 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in rum_m_setprop() 2095 rum_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rum_m_getprop() argument 2101 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in rum_m_getprop() 2108 rum_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rum_m_propinfo() argument 2113 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in rum_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 2119 rt2560_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2560_m_setprop() argument 2126 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in rt2560_m_setprop() 2144 rt2560_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2560_m_getprop() argument 2150 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in rt2560_m_getprop() 2157 rt2560_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rt2560_m_propinfo() argument 2162 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in rt2560_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 2449 arn_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in arn_m_setprop() argument 2455 err = ieee80211_setprop(&sc->sc_isc, pr_name, wldp_pr_num, in arn_m_setprop() 2478 arn_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in arn_m_getprop() argument 2484 err = ieee80211_getprop(&sc->sc_isc, pr_name, wldp_pr_num, in arn_m_getprop() 2491 arn_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in arn_m_propinfo() argument 2496 ieee80211_propinfo(&sc->sc_isc, pr_name, wldp_pr_num, prh); in arn_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 90 mac_prop_id_t wldp_pr_num, 93 mac_prop_id_t wldp_pr_num, uint_t wldp_length, 3761 mwl_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in mwl_m_getprop() argument 3767 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in mwl_m_getprop() 3774 mwl_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in mwl_m_propinfo() argument 3779 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in mwl_m_propinfo() 3783 mwl_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in mwl_m_setprop() argument 3790 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in mwl_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 2862 uath_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in uath_m_setprop() argument 2869 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in uath_m_setprop() 2886 uath_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in uath_m_getprop() argument 2892 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in uath_m_getprop() 2898 uath_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in uath_m_propinfo() argument 2903 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in uath_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 2901 rtw_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rtw_m_setprop() argument 2908 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in rtw_m_setprop() 2921 rtw_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rtw_m_getprop() argument 2927 err = ieee80211_getprop(&rsc->sc_ic, pr_name, wldp_pr_num, in rtw_m_getprop() 2934 rtw_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in rtw_m_propinfo() argument 2939 ieee80211_propinfo(&rsc->sc_ic, pr_name, wldp_pr_num, prh); in rtw_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 352 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf); 354 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf); 3364 iwp_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwp_m_getprop() argument 3375 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in iwp_m_getprop() 3382 iwp_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwp_m_propinfo() argument 3388 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in iwp_m_propinfo() 3392 iwp_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwp_m_setprop() argument 3405 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwp_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 380 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, 385 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 3527 iwh_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwh_m_getprop() argument 3538 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in iwh_m_getprop() 3545 iwh_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwh_m_propinfo() argument 3550 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph); in iwh_m_propinfo() 3554 iwh_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwh_m_setprop() argument 3567 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwh_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 75 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); 925 usbecm_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, 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
|
/illumos-gate/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 274 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf); 276 mac_prop_id_t wldp_pr_num, uint_t wldp_lenth, void *wldp_buf); 278 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 2344 wpi_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument 2349 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph);
|
/illumos-gate/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 4034 urtw_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in urtw_m_getprop() argument 4040 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in urtw_m_getprop() 4046 urtw_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in urtw_m_propinfo() argument 4051 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph); in urtw_m_propinfo() 4055 urtw_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in urtw_m_setprop() argument 4062 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, in urtw_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 345 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 3098 iwk_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwk_m_getprop() argument 3104 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in iwk_m_getprop() 3111 iwk_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwk_m_setprop() argument 3118 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwk_m_setprop() 3137 iwk_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwk_m_propinfo() argument 3143 ieee80211_propinfo(ic, pr_name, wldp_pr_num, mph); in iwk_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwn.c | 4114 iwn_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwn_m_getprop() argument 4122 return (ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num, in iwn_m_getprop() 4127 iwn_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwn_m_propinfo() argument 4135 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh); in iwn_m_propinfo() 4139 iwn_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in iwn_m_setprop() argument 4155 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length, in iwn_m_setprop()
|