Lines Matching defs:channel_param
2694 struct channel_param { struct
2695 u8 chan_id;
2696 u8 pwr;
2697 u32 mhz;
2698 u32 half_rate:1,
2699 quarter_rate:1,
2700 dfs_set:1,
2701 dfs_set_cfreq2:1,
2702 is_chan_passive:1,
2703 allow_ht:1,
2704 allow_vht:1,
2705 allow_he:1,
2706 set_agile:1,
2707 psc_channel:1;
2708 u32 phy_mode;
2709 u32 cfreq1;
2710 u32 cfreq2;
2711 char maxpower;
2712 char minpower;
2713 char maxregpower;
2714 u8 antennamax;
2715 u8 reg_class_id;