Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver.h6598 struct ch_switch { struct
6599 int freq;
6600 int ht_enabled;
6601 int ch_offset;
6602 enum chan_width ch_width;
6603 int cf1;
6604 int cf2;
6605 int link_id;
6606 u16 punct_bitmap;
6607 } ch_switch; member
/netbsd/src/sys/dev/scsipi/
Dch.c141 static const struct scsipi_periphsw ch_switch = { variable