Searched defs:wi_scan_data_p2 (Results 1 – 1 of 1) sorted by relevance
502 struct wi_scan_data_p2 { struct503 u_int16_t wi_chid; /* BSS Channel ID from Probe Res.(PR)*/504 u_int16_t wi_noise; /* Average Noise Level of the PR */505 u_int16_t wi_signal; /* Signal Level on the PR */506 u_int8_t wi_bssid[6]; /* MACaddress of BSS responder from PR */507 u_int16_t wi_interval; /* BSS beacon interval */508 u_int16_t wi_capinfo; /* BSS Capability Information510 u_int16_t wi_namelen; /* Length of SSID strings */511 u_int8_t wi_name[32]; /* SSID strings */512 u_int16_t wi_suprate[5]; /* Supported Rates element from the PR[all …]