Home
last modified time | relevance | path

Searched refs:iface_params (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
Dhostapd_hidl_test.cpp85 IHostapd::IfaceParams iface_params; in getIfaceParamsWithAcs() local
86 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithAcs()
87 iface_params.hwModeParams.enable80211N = true; in getIfaceParamsWithAcs()
88 iface_params.hwModeParams.enable80211AC = false; in getIfaceParamsWithAcs()
89 iface_params.channelParams.enableAcs = true; in getIfaceParamsWithAcs()
90 iface_params.channelParams.acsShouldExcludeDfs = true; in getIfaceParamsWithAcs()
91 iface_params.channelParams.channel = 0; in getIfaceParamsWithAcs()
92 iface_params.channelParams.band = IHostapd::Band::BAND_ANY; in getIfaceParamsWithAcs()
93 return iface_params; in getIfaceParamsWithAcs()
97 IHostapd::IfaceParams iface_params; in getIfaceParamsWithoutAcs() local
[all …]
/hardware/interfaces/wifi/hostapd/aidl/vts/functional/
DVtsHalHostapdTargetTest.cpp106 IfaceParams iface_params; in getIfaceParamsWithoutAcs() local
110 iface_params.name = iface_name; in getIfaceParamsWithoutAcs()
111 iface_params.hwModeParams.enable80211N = true; in getIfaceParamsWithoutAcs()
112 iface_params.hwModeParams.enable80211AC = false; in getIfaceParamsWithoutAcs()
113 iface_params.hwModeParams.enable80211AX = false; in getIfaceParamsWithoutAcs()
114 iface_params.hwModeParams.enable6GhzBand = false; in getIfaceParamsWithoutAcs()
115 iface_params.hwModeParams.maximumChannelBandwidth = ChannelBandwidth::BANDWIDTH_20; in getIfaceParamsWithoutAcs()
123 iface_params.channelParams = vec_channelParams; in getIfaceParamsWithoutAcs()
124 return iface_params; in getIfaceParamsWithoutAcs()
128 IfaceParams iface_params = getIfaceParamsWithoutAcs(iface_name); in getIfaceParamsWithBridgedModeACS() local
[all …]
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/
Dhostapd_hidl_test.cpp80 iface_params; in getIfaceParamsWithAcs()
83 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithAcs()
84 iface_params.hwModeParams.enable80211N = true; in getIfaceParamsWithAcs()
85 iface_params.hwModeParams.enable80211AC = false; in getIfaceParamsWithAcs()
86 iface_params.channelParams.enableAcs = true; in getIfaceParamsWithAcs()
87 iface_params.channelParams.acsShouldExcludeDfs = true; in getIfaceParamsWithAcs()
88 iface_params.channelParams.channel = 0; in getIfaceParamsWithAcs()
89 iface_params.channelParams.band = IHostapd::Band::BAND_ANY; in getIfaceParamsWithAcs()
90 iface_params_1_1.V1_0 = iface_params; in getIfaceParamsWithAcs()
117 iface_params; in getIfaceParamsWithoutAcs()
[all …]
/hardware/interfaces/wifi/hostapd/1.3/vts/functional/
Dhostapd_hidl_test.cpp110 iface_params; in getIfaceParamsWithoutAcs()
124 iface_params.ifaceName = iface_name; in getIfaceParamsWithoutAcs()
125 iface_params.hwModeParams.enable80211N = true; in getIfaceParamsWithoutAcs()
126 iface_params.hwModeParams.enable80211AC = false; in getIfaceParamsWithoutAcs()
127 iface_params.channelParams.enableAcs = false; in getIfaceParamsWithoutAcs()
128 iface_params.channelParams.acsShouldExcludeDfs = false; in getIfaceParamsWithoutAcs()
129 iface_params.channelParams.channel = kIfaceChannel; in getIfaceParamsWithoutAcs()
130 iface_params_1_1.V1_0 = iface_params; in getIfaceParamsWithoutAcs()
140 channelParams_1_3.channel = iface_params.channelParams.channel; in getIfaceParamsWithoutAcs()
141 channelParams_1_3.enableAcs = iface_params.channelParams.enableAcs; in getIfaceParamsWithoutAcs()
/hardware/interfaces/wifi/hostapd/1.2/vts/functional/
Dhostapd_hidl_test.cpp109 iface_params; in getIfaceParamsWithoutAcs()
114 iface_params.ifaceName = iface_name; in getIfaceParamsWithoutAcs()
115 iface_params.hwModeParams.enable80211N = true; in getIfaceParamsWithoutAcs()
116 iface_params.hwModeParams.enable80211AC = false; in getIfaceParamsWithoutAcs()
117 iface_params.channelParams.enableAcs = false; in getIfaceParamsWithoutAcs()
118 iface_params.channelParams.acsShouldExcludeDfs = false; in getIfaceParamsWithoutAcs()
119 iface_params.channelParams.channel = kIfaceChannel; in getIfaceParamsWithoutAcs()
120 iface_params_1_1.V1_0 = iface_params; in getIfaceParamsWithoutAcs()