Home
last modified time | relevance | path

Searched refs:wi_type (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dif_wireg.h346 u_int16_t wi_type; member
352 u_int16_t wi_type; member
361 g.wi_type = recno; \
374 s.wi_type = recno; \
386 u_int16_t wi_type; member
398 u_int16_t wi_type; member
408 u_int16_t wi_type; member
417 u_int16_t wi_type; member
426 u_int16_t wi_type; member
435 u_int16_t wi_type; member
[all …]
Dif_wi.c220 mac.wi_type = WI_RID_MAC_NODE; in wi_attach()
270 gen.wi_type = WI_RID_OWN_CHNL; in wi_attach()
323 gen.wi_type = WI_RID_WEP_AVAIL; in wi_attach()
332 gen.wi_type = WI_RID_DATA_RATES; in wi_attach()
723 bcopy((char *)&rx_frame.wi_type,
894 if (gen.wi_type == htole16(WI_INFO_SCAN_RESULTS)) {
899 } else if (gen.wi_type != htole16(WI_INFO_COUNTERS))
1058 switch (ltv->wi_type) {
1060 p2ltv.wi_type = WI_RID_P2_ENCRYPTION;
1067 p2ltv.wi_type = WI_RID_P2_TX_CRYPT_KEY;
[all …]
Dif_wi_ieee.h74 u_int16_t wi_type; member
293 u_int16_t wi_type; member
472 u_int16_t wi_type; member
/mirbsd/src/sbin/wicontrol/
Dwicontrol.c155 if (wreq->wi_type == WI_RID_SERIALNO) { in wi_printstr()
190 wreq.wi_type = code; in wi_setstr()
205 wreq.wi_type = code; in wi_setbytes()
220 wreq.wi_type = code; in wi_setword()
288 wreq.wi_type = WI_RID_WEP_AVAIL; in wi_setkeys()
296 wreq.wi_type = WI_RID_DEFLT_CRYPT_KEYS; in wi_setkeys()
318 wreq.wi_type = WI_RID_DEFLT_CRYPT_KEYS; in wi_setkeys()
459 wreq.wi_type = WI_RID_PRISM2; in wi_printaplist()
466 wreq.wi_type = WI_RID_SCAN_REQ; in wi_printaplist()
483 wreq.wi_type = WI_RID_SCAN_RES; in wi_printaplist()
[all …]
/mirbsd/src/sys/dev/usb/
Dif_wi_usb.c655 USBDEVNAME(sc->wi_usb_dev), __func__, ltv->wi_type)); in wi_read_record_usb()
663 switch (ltv->wi_type) { in wi_read_record_usb()
665 p2ltv.wi_type = WI_RID_P2_ENCRYPTION; in wi_read_record_usb()
672 p2ltv.wi_type = WI_RID_P2_TX_CRYPT_KEY; in wi_read_record_usb()
699 prid->rid = htole16(ltv->wi_type); in wi_read_record_usb()
720 if (ltv->wi_type == WI_RID_PORTTYPE && wsc->wi_ptype == WI_PORTTYPE_IBSS in wi_read_record_usb()
731 switch (oltv->wi_type) { in wi_read_record_usb()
786 USBDEVNAME(sc->wi_usb_dev), __func__, ltv->wi_type, ltv->wi_len, in wi_write_record_usb()
796 if (ltv->wi_type == WI_RID_PORTTYPE && in wi_write_record_usb()
799 p2ltv.wi_type = WI_RID_PORTTYPE; in wi_write_record_usb()
[all …]
/mirbsd/src/sys/net/
Dif_ieee80211subr.c3130 switch (wreq.wi_type) { in ieee80211_cfgget()
3394 switch (wreq.wi_type) { in ieee80211_cfgset()
3657 if (wreq.wi_type == WI_RID_CHANNEL_LIST) in ieee80211_cfgset()
3679 if (wreq.wi_type == WI_RID_CHANNEL_LIST) in ieee80211_cfgset()