Searched defs:channel_set (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_rf.h42 u8 channel_set[NUM_CHANNELS]; member in struct:regulatory_class
/drivers/staging/rtl8723au/include/
H A Drtw_rf.h45 u8 channel_set[MAX_CHANNEL_NUM]; member in struct:regulatory_class
H A Drtw_mlme_ext.h422 struct rt_channel_info channel_set[MAX_CHANNEL_NUM]; member in struct:mlme_ext_priv
/drivers/net/wireless/libertas/
H A Dmesh.c479 * channel_set - Set function for sysfs attribute channel
485 static ssize_t channel_set(struct device *dev, struct device_attribute *attr, function
769 static DEVICE_ATTR(channel, 0644, channel_get, channel_set);
/drivers/staging/rtl8188eu/include/
H A Drtw_rf.h54 u8 channel_set[MAX_CHANNEL_NUM]; member in struct:regulatory_class
H A Drtw_mlme_ext.h418 struct rt_channel_info channel_set[MAX_CHANNEL_NUM]; member in struct:mlme_ext_priv
/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1173 bool channel_set,
1190 if (!channel_set) {
1234 bool channel_set; local
1260 channel_set = ath10k_htt_rx_h_channel(htt->ar, rx_status);
1262 if (channel_set) {
1304 channel_set,
1170 ath10k_htt_rx_amsdu_allowed(struct ath10k_htt *htt, struct sk_buff *head, enum htt_rx_mpdu_status status, bool channel_set, u32 attention) argument
/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c177 * Search the @param channel_num in given @param channel_set
181 * return the index of channel_num in channel_set, -1 if not found
270 static int has_channel(struct rt_channel_info *channel_set, argument
276 if (channel_set[i].ChannelNum == chan)
282 static void init_channel_list(struct adapter *padapter, struct rt_channel_info *channel_set, argument
301 if (!has_channel(channel_set, chanset_size, ch)) {
325 static u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, struct rt_channel_info *channel_set) argument
331 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM);
348 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index];
352 if (channel_set[chanset_siz
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c325 * Search the @param channel_num in given @param channel_set
329 * return the index of channel_num in channel_set, -1 if not found
419 static int has_channel(struct rt_channel_info *channel_set, argument
424 if (channel_set[i].ChannelNum == chan)
432 struct rt_channel_info *channel_set,
459 if (!has_channel(channel_set, chanset_size, ch))
556 DBG_8723A("%s(): channel_set[%d].ChannelNum = "
588 pmlmeext->channel_set);
589 init_channel_list(padapter, pmlmeext->channel_set,
4557 memcpy(chplan_sta, pmlmeext->channel_set, sizeo
431 init_channel_list(struct rtw_adapter *padapter, struct rt_channel_info *channel_set, u8 chanset_size, struct p2p_channels *channel_list) argument
[all...]

Completed in 304 milliseconds