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

/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_cfg80211.c2494 struct ieee80211_mgmt *mgmt; local
2507 notif_bss_info = kzalloc(sizeof(*notif_bss_info) + sizeof(*mgmt) - sizeof(uint8) +
2513 mgmt = (struct ieee80211_mgmt *)notif_bss_info->frame_buf;
2520 memcpy(mgmt->bssid, &bi->BSSID, ETHER_ADDR_LEN);
2522 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
2525 mgmt->u.probe_resp.timestamp = 0;
2526 mgmt->u.probe_resp.beacon_int = cpu_to_le16(bi->beacon_period);
2527 mgmt->u.probe_resp.capab_info = cpu_to_le16(bi->capability);
2532 wl_cp_ie(wl, mgmt->u.probe_resp.variable, WL_BSS_INFO_MAX -
2540 mgmt
[all...]

Completed in 8 milliseconds