Lines Matching refs:call_ioctl
195 static boolean_t call_ioctl(int, int, uint32_t, uint32_t);
1171 call_ioctl(int fd, int cmd, uint32_t params, uint32_t buf_len) in call_ioctl() function
1736 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in heuristic_load()
1830 if ((call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) || in select_profile()
2040 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_startconf()
2222 (void) call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0); in do_loadpf()
3003 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_TAB, in do_set_wepkey()
3138 if (call_ioctl(fd, WLAN_COMMAND, WL_SCAN, 0) == B_FALSE) { in do_wlanlist()
3218 if (call_ioctl(fd, WLAN_COMMAND, WL_LOAD_DEFAULTS, 0) == B_FALSE) { in do_restoredef()
3240 if (call_ioctl(fd, WLAN_COMMAND, WL_DISASSOCIATE, 0) == B_FALSE) { in do_disconnect()
3275 return (call_ioctl(fd, WLAN_SET_PARAM, WL_ESSID, sizeof (wl_essid_t))); in do_set_essid()
3306 return (call_ioctl(fd, WLAN_SET_PARAM, WL_BSS_TYPE, in do_set_bsstype()
3333 return (call_ioctl(fd, WLAN_SET_PARAM, WL_CREATE_IBSS, in do_set_createibss()
3359 return (call_ioctl(fd, WLAN_SET_PARAM, WL_PHY_CONFIG, in do_set_channel()
3375 if (call_ioctl(fd, WLAN_GET_PARAM, WL_SUPPORTED_RATES, 0) in is_rates_support()
3514 return (call_ioctl(fd, WLAN_SET_PARAM, WL_DESIRED_RATES, in do_set_rates()
3556 return (call_ioctl(fd, WLAN_SET_PARAM, WL_POWER_MODE, in do_set_powermode()
3582 return (call_ioctl(fd, WLAN_SET_PARAM, WL_AUTH_MODE, in do_set_authmode()
3607 return (call_ioctl(fd, WLAN_SET_PARAM, WL_ENCRYPTION, in do_set_encryption()
3628 return (call_ioctl(fd, WLAN_SET_PARAM, WL_WEP_KEY_ID, in do_set_wepkeyid()
3653 return (call_ioctl(fd, WLAN_SET_PARAM, WL_RADIO, sizeof (wl_radio_t))); in do_set_radioon()
3966 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSSID, 0)); in do_get_bssid()
3973 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESSID, 0)); in do_get_essid()
3980 return (call_ioctl(fd, WLAN_GET_PARAM, WL_BSS_TYPE, 0)); in do_get_bsstype()
3987 return (call_ioctl(fd, WLAN_GET_PARAM, WL_CREATE_IBSS, 0)); in do_get_createibss()
3994 return (call_ioctl(fd, WLAN_GET_PARAM, WL_PHY_CONFIG, 0)); in do_get_channel()
4001 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ESS_LIST, 0)); in do_get_wlanlist()
4008 return (call_ioctl(fd, WLAN_GET_PARAM, WL_LINKSTATUS, 0)); in do_get_linkstatus()
4015 return (call_ioctl(fd, WLAN_GET_PARAM, WL_DESIRED_RATES, 0)); in do_get_rates()
4022 return (call_ioctl(fd, WLAN_GET_PARAM, WL_POWER_MODE, 0)); in do_get_powermode()
4029 return (call_ioctl(fd, WLAN_GET_PARAM, WL_AUTH_MODE, 0)); in do_get_authmode()
4036 return (call_ioctl(fd, WLAN_GET_PARAM, WL_ENCRYPTION, 0)); in do_get_encryption()
4043 return (call_ioctl(fd, WLAN_GET_PARAM, WL_WEP_KEY_ID, 0)); in do_get_wepkeyid()
4049 return (call_ioctl(fd, WLAN_GET_PARAM, WL_RSSI, 0)); in do_get_signal()
4056 return (call_ioctl(fd, WLAN_GET_PARAM, WL_RADIO, 0)); in do_get_radioon()