Home
last modified time | relevance | path

Searched refs:ndis_wlan_bssid_ex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
HDndis_var.h456 struct ndis_wlan_bssid_ex { struct
471 typedef struct ndis_wlan_bssid_ex ndis_wlan_bssid_ex; argument
475 ndis_wlan_bssid_ex nblx_bssid[1];
/freebsd-13-stable/sys/dev/if_ndis/
HDif_ndis.c187 static int ndis_get_assoc (struct ndis_softc *, ndis_wlan_bssid_ex **);
2700 len = sizeof(uint32_t) + (sizeof(ndis_wlan_bssid_ex) * 16);
2724 ndis_get_assoc(struct ndis_softc *sc, ndis_wlan_bssid_ex **assoc) in ndis_get_assoc()
2730 ndis_wlan_bssid_ex *bs; in ndis_get_assoc()
2751 bs = (ndis_wlan_bssid_ex *)&bl->nblx_bssid[0]; in ndis_get_assoc()
2765 bs = (ndis_wlan_bssid_ex *)((char *)bs + bs->nwbx_len); in ndis_get_assoc()
2778 ndis_wlan_bssid_ex *bs; in ndis_getstate_80211()
3272 ndis_wlan_bssid_ex *wb; in ndis_scan_results()
3347 wb = (ndis_wlan_bssid_ex *)((char *)wb + wb->nwbx_len); in ndis_scan_results()
/freebsd-13-stable/sys/dev/usb/wlan/
HDif_rsureg.h516 struct ndis_wlan_bssid_ex { struct
593 struct ndis_wlan_bssid_ex bss;
HDif_rsu.c1922 struct ndis_wlan_bssid_ex *bss; in rsu_join_bss()
1955 bss = (struct ndis_wlan_bssid_ex *)buf; in rsu_join_bss()
2035 struct ndis_wlan_bssid_ex *bss; in rsu_event_survey()
2043 bss = (struct ndis_wlan_bssid_ex *)buf; in rsu_event_survey()