Searched defs:b5_startup_params (Results 1 – 1 of 1) sorted by relevance
663 struct b5_startup_params { struct664 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 */[all …]