Lines Matching refs:call_ioctl

193 static boolean_t call_ioctl(int, int, uint32_t, uint32_t);
1166 * call_ioctl: Fill strioctl structure and issue an ioctl system call
1169 call_ioctl(int fd, int cmd, uint32_t params, uint32_t buf_len)
1734 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
1828 if ((call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) ||
2038 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
2220 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0);
3000 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_TAB,
3135 if (call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) {
3215 if (call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0) == B_FALSE) {
3237 if (call_ioctl(fd, WLAN_COMMAND, WL_DISASSOCIATE, 0) == B_FALSE) {
3272 return (call_ioctl(fd, WLAN_SET_PARAM, WL_ESSID, sizeof (wl_essid_t)));
3303 return (call_ioctl(fd, WLAN_SET_PARAM, WL_BSS_TYPE,
3330 return (call_ioctl(fd, WLAN_SET_PARAM, WL_CREATE_IBSS,
3356 return (call_ioctl(fd, WLAN_SET_PARAM, WL_PHY_CONFIG,
3372 if (call_ioctl(fd, WLAN_GET_PARAM, WL_SUPPORTED_RATES, 0)
3511 return (call_ioctl(fd, WLAN_SET_PARAM, WL_DESIRED_RATES,
3553 return (call_ioctl(fd, WLAN_SET_PARAM, WL_POWER_MODE,
3579 return (call_ioctl(fd, WLAN_SET_PARAM, WL_AUTH_MODE,
3604 return (call_ioctl(fd, WLAN_SET_PARAM, WL_ENCRYPTION,
3625 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_ID,
3650 return (call_ioctl(fd, WLAN_SET_PARAM, WL_RADIO, sizeof (wl_radio_t)));
3963 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSSID, 0));
3970 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESSID, 0));
3977 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSS_TYPE, 0));
3984 return (call_ioctl(fd, WLAN_GET_PARAM, WL_CREATE_IBSS, 0));
3991 return (call_ioctl(fd, WLAN_GET_PARAM, WL_PHY_CONFIG, 0));
3998 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESS_LIST, 0));
4005 return (call_ioctl(fd, WLAN_GET_PARAM, WL_LINKSTATUS, 0));
4012 return (call_ioctl(fd, WLAN_GET_PARAM, WL_DESIRED_RATES, 0));
4019 return (call_ioctl(fd, WLAN_GET_PARAM, WL_POWER_MODE, 0));
4026 return (call_ioctl(fd, WLAN_GET_PARAM, WL_AUTH_MODE, 0));
4033 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ENCRYPTION, 0));
4040 return (call_ioctl(fd, WLAN_GET_PARAM, WL_WEP_KEY_ID, 0));
4046 return (call_ioctl(fd, WLAN_GET_PARAM, WL_RSSI, 0));
4053 return (call_ioctl(fd, WLAN_GET_PARAM, WL_RADIO, 0));