Searched refs:mgmt (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/at76_usb/ |
D | at76_usb.c | 1638 struct ieee80211_hdr_3addr *mgmt; in at76_auth_req() local 1650 mgmt = &req->header; in at76_auth_req() 1654 mgmt->frame_ctl = in at76_auth_req() 1658 mgmt->duration_id = cpu_to_le16(0x8000); in at76_auth_req() 1659 memcpy(mgmt->addr1, bss->bssid, ETH_ALEN); in at76_auth_req() 1660 memcpy(mgmt->addr2, priv->netdev->dev_addr, ETH_ALEN); in at76_auth_req() 1661 memcpy(mgmt->addr3, bss->bssid, ETH_ALEN); in at76_auth_req() 1662 mgmt->seq_ctl = cpu_to_le16(0); in at76_auth_req() 1674 priv->netdev->name, mac2str(mgmt->addr3), in at76_auth_req() 1688 struct ieee80211_hdr_3addr *mgmt; in at76_assoc_req() local [all …]
|
/drivers/net/wireless/hostap/ |
D | hostap_main.c | 1041 struct hostap_ieee80211_mgmt *mgmt; in prism2_sta_send_mgmt() local 1049 mgmt = (struct hostap_ieee80211_mgmt *) in prism2_sta_send_mgmt() 1051 memset(mgmt, 0, IEEE80211_MGMT_HDR_LEN); in prism2_sta_send_mgmt() 1052 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in prism2_sta_send_mgmt() 1053 memcpy(mgmt->da, dst, ETH_ALEN); in prism2_sta_send_mgmt() 1054 memcpy(mgmt->sa, dev->dev_addr, ETH_ALEN); in prism2_sta_send_mgmt() 1055 memcpy(mgmt->bssid, dst, ETH_ALEN); in prism2_sta_send_mgmt()
|
D | hostap_80211_rx.c | 395 struct hostap_ieee80211_mgmt *mgmt; in hostap_rx_sta_beacon() local 402 if (skb->len < IEEE80211_MGMT_HDR_LEN + sizeof(mgmt->u.beacon)) in hostap_rx_sta_beacon() 405 mgmt = (struct hostap_ieee80211_mgmt *) skb->data; in hostap_rx_sta_beacon() 406 pos = mgmt->u.beacon.variable; in hostap_rx_sta_beacon() 446 bss = __hostap_get_bss(local, mgmt->bssid, ssid, ssid_len); in hostap_rx_sta_beacon() 448 bss = __hostap_add_bss(local, mgmt->bssid, ssid, ssid_len); in hostap_rx_sta_beacon() 452 bss->capab_info = le16_to_cpu(mgmt->u.beacon.capab_info); in hostap_rx_sta_beacon()
|
/drivers/net/benet/ |
D | be_hw.h | 123 u8 mgmt; member
|
/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 116 u32 mgmt; member
|
D | p80211netdev.c | 1056 wlandev->rx.mgmt++; in p80211_rx_typedrop()
|
/drivers/net/wireless/ath5k/ |
D | base.c | 1620 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data; in ath5k_check_ibss_tsf() local 1622 if (ieee80211_is_beacon(mgmt->frame_control) && in ath5k_check_ibss_tsf() 1623 le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS && in ath5k_check_ibss_tsf() 1624 memcmp(mgmt->bssid, sc->ah->ah_bssid, ETH_ALEN) == 0) { in ath5k_check_ibss_tsf() 1631 bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp); in ath5k_check_ibss_tsf()
|
/drivers/net/wireless/p54/ |
D | p54common.c | 1703 struct ieee80211_mgmt *mgmt = (void *)skb->data; in p54_beacon_tim() local 1706 if (skb->len <= sizeof(mgmt)) in p54_beacon_tim() 1709 pos = (u8 *)mgmt->u.beacon.variable; in p54_beacon_tim()
|