Searched defs:regulatory_class (Results 1 – 12 of 12) sorted by relevance
28 struct regulatory_class { struct29 u32 starting_freq; /*MHz, */30 u8 channel_set[NUM_CHANNELS];31 u8 channel_cck_power[NUM_CHANNELS]; /*dbm*/32 u8 channel_ofdm_power[NUM_CHANNELS];/*dbm*/33 u8 txpower_limit; /*dbm*/34 u8 channel_spacing; /*MHz*/35 u8 modem;
35 struct regulatory_class { struct36 u32 starting_freq; /* MHz, */37 u8 channel_set[MAX_CHANNEL_NUM];38 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */39 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */40 u8 txpower_limit; /* dbm */41 u8 channel_spacing; /* MHz */42 u8 modem;
42 struct regulatory_class { struct43 u32 starting_freq; /* MHz, */44 u8 channel_set[MAX_CHANNEL_NUM];45 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */46 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */47 u8 txpower_limit; /* dbm */48 u8 channel_spacing; /* MHz */49 u8 modem;
55 struct regulatory_class { struct56 u32 starting_freq; //MHz, 57 u8 channel_set[MAX_CHANNEL_NUM];58 u8 channel_cck_power[MAX_CHANNEL_NUM];//dbm59 u8 channel_ofdm_power[MAX_CHANNEL_NUM];//dbm60 u8 txpower_limit; //dbm61 u8 channel_spacing; //MHz62 u8 modem;
73 struct regulatory_class { struct74 u32 starting_freq; /* MHz, */75 u8 channel_set[MAX_CHANNEL_NUM];76 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */77 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */78 u8 txpower_limit; /* dbm */79 u8 channel_spacing; /* MHz */80 u8 modem;
69 struct regulatory_class { struct70 u32 starting_freq; //MHz, 71 u8 channel_set[MAX_CHANNEL_NUM];72 u8 channel_cck_power[MAX_CHANNEL_NUM];//dbm73 u8 channel_ofdm_power[MAX_CHANNEL_NUM];//dbm74 u8 txpower_limit; //dbm75 u8 channel_spacing; //MHz76 u8 modem;
2497 t_u8 regulatory_class[] = { 1, in wlan_misc_ioctl_tdls_get_ies() local
4190 t_u8 regulatory_class[IEEE_MAX_IE_SIZE]; member
2602 t_u8 regulatory_class[] = {1, /**current class*/ in wlan_misc_ioctl_tdls_get_ies() local
5160 t_u8 regulatory_class[IEEE_MAX_IE_SIZE]; member