Home
last modified time | relevance | path

Searched refs:WL_PHY_CONFIG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dwifi_ioctl.h66 #define WL_PHY_CONFIG (WL_PARAMETERS_BASE + 0x4) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3359 return (call_ioctl(fd, WLAN_SET_PARAM, WL_PHY_CONFIG, in do_set_channel()
3994 return (call_ioctl(fd, WLAN_GET_PARAM, WL_PHY_CONFIG, 0)); in do_get_channel()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1275 case WL_PHY_CONFIG: in wifi_cfg_getset()