Home
last modified time | relevance | path

Searched refs:wldp_result (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c101 wp->wldp_result = WL_SUCCESS; in wifi_setupoutmsg()
307 outp->wldp_result = WL_WRITEONLY; in wifi_cfg_wepkey()
536 outp->wldp_result = WL_READONLY; in wifi_cfg_linkstatus()
573 outp->wldp_result = WL_READONLY; in wifi_cfg_suprates()
663 outp->wldp_result = WL_READONLY; in wifi_cfg_rssi()
839 outp->wldp_result = WL_READONLY; in wifi_cfg_esslist()
968 outp->wldp_result = WL_READONLY; in wifi_cfg_caps()
1039 outp->wldp_result = WL_WRITEONLY; in wifi_cfg_wpakey()
1076 outp->wldp_result = WL_WRITEONLY; in wifi_cfg_delkey()
1112 outp->wldp_result = WL_WRITEONLY; in wifi_cfg_setoptie()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h387 uint32_t wldp_result; member
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2392 outfp->wldp_result = WL_NOTSUPPORTED; in ipw2100_getset()
2454 outfp->wldp_result = WL_SUCCESS; in ipw2100_getset()
2560 outfp->wldp_result = WL_SUCCESS; in ipw_wificfg_radio()
2577 outfp->wldp_result = WL_NOTSUPPORTED; in ipw_wificfg_desrates()
2597 outfp->wldp_result = WL_SUCCESS; in ipw_wificfg_disassoc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1204 gbuf->wldp_result = 0xffff; in call_ioctl()
1210 return (gbuf->wldp_result != WL_SUCCESS ? in call_ioctl()
1615 gbuf->wldp_result = WL_LACK_FEATURE; in do_print_support_params()
1620 if (gbuf->wldp_result == WL_SUCCESS) { in do_print_support_params()
4542 if (gbuf->wldp_result != WL_SUCCESS) { in do_set()
4547 print_error(gbuf->wldp_result); in do_set()
4617 print_error(gbuf->wldp_result); in do_get()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2497 outfp->wldp_result = WL_NOTSUPPORTED; in ipw2200_getset()
2543 outfp->wldp_result = WL_SUCCESS; in ipw2200_getset()
2647 outfp->wldp_result = WL_SUCCESS; in iwi_wificfg_radio()
2662 outfp->wldp_result = WL_NOTSUPPORTED; in iwi_wificfg_desrates()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c145 switch (gbuf->wldp_result) { in dladm_wlan_wlresult2status()