Searched defs:ray_startup_params_head (Results 1 – 1 of 1) sorted by relevance
193 struct ray_startup_params_head { struct194 u_int8_t sp_net_type; /* 0: ad-hoc 1: infra */195 u_int8_t sp_ap_status; /* 0: terminal 1: access-point */196 u_int8_t sp_ssid[RAY_MAXSSIDLEN]; /* current SSID */197 u_int8_t sp_scan_mode; /* 1: active */198 u_int8_t sp_apm_mode; /* 0: none 1: power-saving */199 u_int8_t sp_mac_addr[ETHER_ADDR_LEN];200 u_int8_t sp_frag_thresh[2];201 /*2c*/ u_int8_t sp_dwell_time[2];202 /*2e*/ u_int8_t sp_beacon_period[2];[all …]