Home
last modified time | relevance | path

Searched defs:wi_scan_data_p2 (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/wi/
H A Dif_wireg.h598 struct wi_scan_data_p2 { struct
599 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 Information
606 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 …]