Lines Matching defs:b5_startup_params

663 struct b5_startup_params {  struct
664 UCHAR a_network_type; /* C_ADHOC, C_INFRA */
665 UCHAR a_acting_as_ap_status; /* C_TYPE_STA, C_TYPE_AP */
666 UCHAR a_current_ess_id[ESSID_SIZE]; /* Null terminated unless 32 long */
667 UCHAR a_scanning_mode; /* passive 0, active 1 */
668 UCHAR a_power_mgt_state; /* CAM 0, */
669 UCHAR a_mac_addr[ADDRLEN]; /* */
670 UCHAR a_frag_threshold[2]; /* 512 */
671 UCHAR a_hop_time[2]; /* 16k * 2**n, n=0-4 in Kus */
672 UCHAR a_beacon_period[2]; /* n * a_hop_time in Kus */
673 UCHAR a_dtim_period; /* in beacons */
674 UCHAR a_retry_max; /* 4 */
675 UCHAR a_ack_timeout; /* */
676 UCHAR a_sifs; /* */
677 UCHAR a_difs; /* */
678 UCHAR a_pifs; /* */
679 UCHAR a_rts_threshold[2]; /* */
680 UCHAR a_scan_dwell_time[2]; /* */
681 UCHAR a_max_scan_dwell_time[2]; /* */
682 UCHAR a_assoc_resp_timeout_thresh; /* */
683 UCHAR a_adhoc_scan_cycle_max; /* */
684 UCHAR a_infra_scan_cycle_max; /* */
685 UCHAR a_infra_super_scan_cycle_max; /* */
686 UCHAR a_promiscuous_mode; /* */
687 UCHAR a_unique_word[2]; /* */
688 UCHAR a_slot_time; /* */
689 UCHAR a_roaming_low_snr_thresh; /* */
690 UCHAR a_low_snr_count_thresh; /* */
691 UCHAR a_infra_missed_bcn_thresh; /* */
692 UCHAR a_adhoc_missed_bcn_thresh; /* */
693 UCHAR a_curr_country_code; /* C_USA */
694 UCHAR a_hop_pattern; /* */
695 UCHAR a_hop_pattern_length; /* */
697 UCHAR a_cw_max[2]; /* */
698 UCHAR a_cw_min[2]; /* */
699 UCHAR a_noise_filter_gain; /* */
700 UCHAR a_noise_limit_offset; /* */
701 UCHAR a_det_rssi_thresh_offset; /* */
702 UCHAR a_med_busy_thresh_offset; /* */
703 UCHAR a_det_sync_thresh; /* */
704 UCHAR a_test_mode; /* */
705 UCHAR a_test_min_chan_num; /* */
706 UCHAR a_test_max_chan_num; /* */
707 UCHAR a_allow_bcast_SSID_probe_rsp;
708 UCHAR a_privacy_must_start;
709 UCHAR a_privacy_can_join;
710 UCHAR a_basic_rate_set[8];