Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211hdr.h47 #define WLAN_BSSID_LEN 6 macro
H A Dp80211netdev.h168 u8 bssid[WLAN_BSSID_LEN];
H A Dhfa384x.h389 u8 bssid[WLAN_BSSID_LEN];
620 u8 bssid[WLAN_BSSID_LEN];
655 u8 bssid[WLAN_BSSID_LEN];
H A Dprism2sta.c1040 memcpy(joinreq.bssid, sr->result[0].bssid, WLAN_BSSID_LEN); in prism2sta_inf_scanresults()
1220 WLAN_BSSID_LEN); in prism2sta_processing_defer()
1303 wlandev->bssid, WLAN_BSSID_LEN); in prism2sta_processing_defer()
1957 wlandev->bssid, WLAN_BSSID_LEN); in prism2sta_commsqual_defer()
H A Dprism2mgmt.c405 req->bssid.data.len = WLAN_BSSID_LEN; in prism2mgmt_scan_results()
406 memcpy(req->bssid.data.data, item->bssid, WLAN_BSSID_LEN); in prism2mgmt_scan_results()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h15 #define WLAN_BSSID_LEN 6 macro