Searched refs:WLAN_GET_PARAM (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_ioctl.c | 115 if (cmd == WLAN_GET_PARAM) in wifi_getoutmsg() 147 case WLAN_GET_PARAM: in wifi_cfg_essid() 178 case WLAN_GET_PARAM: in wifi_cfg_bssid() 217 case WLAN_GET_PARAM: in wifi_cfg_nodename() 272 case WLAN_GET_PARAM: in wifi_cfg_phy() 306 case WLAN_GET_PARAM: in wifi_cfg_wepkey() 350 case WLAN_GET_PARAM: in wifi_cfg_keyid() 395 case WLAN_GET_PARAM: in wifi_cfg_authmode() 429 case WLAN_GET_PARAM: in wifi_cfg_encrypt() 463 case WLAN_GET_PARAM: in wifi_cfg_bsstype() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 1177 case WLAN_GET_PARAM: in call_ioctl() 3372 if (call_ioctl(fd, WLAN_GET_PARAM, WL_SUPPORTED_RATES, 0) in is_rates_support() 3963 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSSID, 0)); in do_get_bssid() 3970 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESSID, 0)); in do_get_essid() 3977 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSS_TYPE, 0)); in do_get_bsstype() 3984 return (call_ioctl(fd, WLAN_GET_PARAM, WL_CREATE_IBSS, 0)); in do_get_createibss() 3991 return (call_ioctl(fd, WLAN_GET_PARAM, WL_PHY_CONFIG, 0)); in do_get_channel() 3998 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESS_LIST, 0)); in do_get_wlanlist() 4005 return (call_ioctl(fd, WLAN_GET_PARAM, WL_LINKSTATUS, 0)); in do_get_linkstatus() 4012 return (call_ioctl(fd, WLAN_GET_PARAM, WL_DESIRED_RATES, 0)); in do_get_rates() [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | wifi_ioctl.h | 55 #define WLAN_GET_PARAM (WLAN_IOCTL_BASE + 0x3) macro
|
/titanic_44/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 874 case WLAN_GET_PARAM: in simnet_m_ioctl()
|
/titanic_44/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2428 case WLAN_GET_PARAM: in ipw2200_ioctl() 2643 case WLAN_GET_PARAM: in iwi_wificfg_radio()
|
/titanic_44/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 2332 case WLAN_GET_PARAM: in ipw2100_ioctl() 2557 case WLAN_GET_PARAM: in ipw_wificfg_radio()
|