Searched defs:wi_scan_data_p2 (Results 1 – 1 of 1) sorted by relevance
598 struct wi_scan_data_p2 { struct599 u_int16_t wi_chid; /* BSS Channel ID from Probe Res.(PR)*/600 u_int16_t wi_noise; /* Average Noise Level of the PR */601 u_int16_t wi_signal; /* Signal Level on the PR */602 u_int8_t wi_bssid[6]; /* MACaddress of BSS responder from PR */603 u_int16_t wi_interval; /* BSS beacon interval */604 u_int16_t wi_capinfo; /* BSS Capability Information606 u_int16_t wi_namelen; /* Length of SSID strings */607 u_int8_t wi_name[32]; /* SSID strings */608 u_int16_t wi_suprate[5]; /* Supported Rates element from the PR[all …]