Searched refs:bssid (Results 1 - 11 of 11) sorted by relevance

/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/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
H A Dath5k.h900 AR5K_CAP_BSSIDMASK = 13, /* Supports bssid mask */
1117 extern void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id);
1163 extern int ath5k_hw_enable_pspoll(struct ath5k_hw *ah, u8 *bssid, u16 assoc_id);
H A Dath5k.c1648 memcpy(ah->ah_bssid, dev->bssid, ETH_ALEN);
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Diwmgmt.c201 ssid_buf, eth_ntoa ( wlan->bssid ), wlan->channel,
/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
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa.c289 if ( memcmp ( ctx->dev->netdev->ll_addr, ctx->dev->bssid,
292 memcpy ( ptk_data.mac2, ctx->dev->bssid, ETH_ALEN );
294 memcpy ( ptk_data.mac1, ctx->dev->bssid, ETH_ALEN );
460 ctx->dev->bssid, ctx->dev->netdev->ll_addr );
793 if ( memcmp ( dev->bssid, ll_source, ETH_ALEN ) != 0 ) {
H A Dnet80211.c510 memcpy ( hdr->addr1, dev->bssid, ETH_ALEN );
1481 memcpy ( wlan->bssid, hdr->addr3, ETH_ALEN );
1520 dev, wlan->essid, eth_ntoa ( wlan->bssid ) );
1732 eth_ntoa ( dev->associating->bssid ) );
1851 dev->essid, eth_ntoa ( dev->bssid ) );
2117 memcpy ( dev->bssid, wlan->bssid, ETH_ALEN );
2213 return net80211_tx_mgmt ( dev, IEEE80211_STYPE_AUTH, wlan->bssid, iob );
2317 wlan->bssid, iob );
2345 memcpy ( dev->bssid, hd
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_main.c803 memcpy(common->curbssid, common->dev->bssid, ETH_ALEN);
807 "Bss Info ASSOC %d, bssid: %pM\n",
833 "ath9k: Bss Info DISASSOC %d, bssid %pM\n",
844 * Clear bssid & aid
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl818x.c557 rtl818x_iowrite8(priv, &priv->map->BSSID[i], dev->bssid[i]);

Completed in 262 milliseconds