Searched defs:bssid (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_pcu.c223 * @bssid: BSSID
228 void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id) argument
245 low_id = AR5K_LOW_ID(bssid);
246 high_id = AR5K_HIGH_ID(bssid);
352 /* Cache bssid mask so that we can restore it
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnet80211.h86 /** Association has been established with a new BSS (@c dev->bssid) */
954 u8 bssid[ETH_ALEN]; member in struct:net80211_device
1053 * bssid, channel, beacon, and security must be filled in if you want
1067 u8 bssid[ETH_ALEN]; member in struct:net80211_wlan
1132 u8 bssid[ETH_ALEN], struct io_buffer *iob );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dprism2.c138 UINT8 bssid[WLAN_BSSID_LEN]; member in struct:hfa384x
692 memcpy(txdesc.address1, hw->bssid, WLAN_ADDR_LEN);
857 result = hfa384x_drvr_getconfig(hw, HFA384x_RID_CURRENTBSSID, hw->bssid, WLAN_BSSID_LEN);
859 DBG ( "Link connected (BSSID %s - ", eth_ntoa ( hw->bssid ) );
H A Dhfa384x.h1164 UINT8 bssid[WLAN_BSSID_LEN]; member in struct:hfa384x_JoinRequest_data
1836 UINT8 bssid[WLAN_BSSID_LEN]; member in struct:hfa384x_ScanResultSub
1877 UINT8 bssid[WLAN_BSSID_LEN]; member in struct:hfa384x_HScanResultSub

Completed in 55 milliseconds