Searched defs:b4_startup_params (Results 1 – 1 of 1) sorted by relevance
614 struct b4_startup_params { struct615 UCHAR a_network_type; /* C_ADHOC, C_INFRA */616 UCHAR a_acting_as_ap_status; /* C_TYPE_STA, C_TYPE_AP */617 UCHAR a_current_ess_id[ESSID_SIZE]; /* Null terminated unless 32 long */618 UCHAR a_scanning_mode; /* passive 0, active 1 */619 UCHAR a_power_mgt_state; /* CAM 0, */620 UCHAR a_mac_addr[ADDRLEN]; /* */621 UCHAR a_frag_threshold[2]; /* 512 */622 UCHAR a_hop_time[2]; /* 16k * 2**n, n=0-4 in Kus */623 UCHAR a_beacon_period[2]; /* n * a_hop_time in Kus */[all …]