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