Searched refs:channel (Results 76 - 100 of 1970) sorted by path

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Drf.h14 u8 *ppowerlevel, u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Drf.h14 u8 *ppowerlevel, u8 channel);
21 u8 *ppowerlevel, u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.h113 void rtl92ee_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.h11 * command tables for switch channel */
70 void rtl92s_phy_set_txpower(struct ieee80211_hw *hw, u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.h161 void rtl8723e_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel);
H A Drf.h14 u8 *ppowerlevel, u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.h96 u8 channel);
H A Drf.h17 u8 channel);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.h205 u8 channel);
229 u8 channel, u8 path);
H A Drf.h17 u8 channel);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200.h143 struct ieee80211_channel *channel; member in struct:cw1200_common
H A Ddebug.c124 if (priv->channel)
126 priv->channel->hw_value,
/linux-master/drivers/net/wireless/ti/wl1251/
H A Drx.c67 status->freq = ieee80211_channel_to_frequency(desc->channel,
H A Drx.h93 u8 channel; member in struct:wl1251_rx_descriptor
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c281 wl1271_debug(DEBUG_ACX, "cmd channel switch");
290 cmd->channel = ch_switch->chandef.chan->hw_value;
295 /* Enable TX on the target channel */
300 wl1271_error("failed to send channel switch command");
H A Dcmd.h97 /* The new serving channel */
98 u8 channel; member in struct:wl12xx_cmd_channel_switch
99 /* Relative time of the serving channel switch in TBTT units */
103 /* The target channel tx status 1-stopped 0-open*/
H A Dscan.c63 channels[j].channel = req->channels[i]->hw_value;
360 wl1271_error("scan channel list is empty");
H A Dscan.h24 per channel for an active scan */
42 /* Duration in TU to wait for frames on a channel for active scan */
49 u8 channel; member in struct:basic_scan_channel_params
86 u8 n_probe_reqs; /* Number of probes requests per channel */
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c22 wl1271_debug(DEBUG_ACX, "cmd channel switch (count=%d)",
32 cmd->channel = ch_switch->chandef.chan->hw_value;
44 wl1271_error("invalid channel switch band: %d",
63 wl1271_error("failed to send channel switch command");
167 wl1271_debug(DEBUG_CMD, "cmd cac (channel %d) %s",
168 wlvif->channel, start ? "start" : "stop");
175 cmd->channel = wlvif->channel;
193 int wl18xx_cmd_radar_detection_debug(struct wl1271 *wl, u8 channel) argument
199 channel);
[all...]
H A Dcmd.h19 /* The new serving channel */
20 u8 channel; member in struct:wl18xx_cmd_channel_switch
21 /* Relative time of the serving channel switch in TBTT units */
51 u8 channel; member in struct:wl18xx_cmd_dfs_radar_debug
67 u8 channel; member in struct:wlcore_cmd_cac_start
80 int wl18xx_cmd_radar_detection_debug(struct wl1271 *wl, u8 channel);
H A Dscan.h16 struct conn_scan_ch_params channel; member in struct:tracking_ch_params
55 u8 n_probe_reqs; /* Number of probes requests per channel */
/linux-master/drivers/net/wireless/ti/wlcore/
H A Drx.c79 status->freq = ieee80211_channel_to_frequency(desc->channel,
99 wlcore_set_pending_regdomain_ch(wl, (u16)desc->channel,
H A Drx.h124 u8 channel; member in struct:wl1271_rx_descriptor
H A Dscan.h93 #define SCAN_CHANNEL_FLAGS_DFS BIT(0) /* channel is passive until an
102 u8 channel; member in struct:conn_scan_ch_params
105 /* bit 0: DFS channel; bit 1: DFS enabled */
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h60 * bit 6: filter band - Japan channel 14 on, else off
694 /* Contains a bit for each allowed channel. It gives for Europe (ETSI 0x30)
877 int zd_chip_set_channel(struct zd_chip *chip, u8 channel);
880 return chip->rf.channel;
894 int zd_chip_generic_patch_6m_band(struct zd_chip *chip, int channel);

Completed in 465 milliseconds

1234567891011>>