/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_bsscfg.h | 88 u8 *bcn; /* AP beacon */ member
|
D | wlc_bmac.c | 151 static void wlc_write_hw_bcntemplate0(struct wlc_hw_info *wlc_hw, void *bcn, 153 static void wlc_write_hw_bcntemplate1(struct wlc_hw_info *wlc_hw, void *bcn, 1730 wlc_write_hw_bcntemplate0(struct wlc_hw_info *wlc_hw, void *bcn, int len) in wlc_write_hw_bcntemplate0() argument 1735 bcn); in wlc_write_hw_bcntemplate0() 1744 wlc_write_hw_bcntemplate1(struct wlc_hw_info *wlc_hw, void *bcn, int len) in wlc_write_hw_bcntemplate1() argument 1749 bcn); in wlc_write_hw_bcntemplate1() 1759 wlc_bmac_write_hw_bcntemplates(struct wlc_hw_info *wlc_hw, void *bcn, int len, in wlc_bmac_write_hw_bcntemplates() argument 1765 wlc_write_hw_bcntemplate0(wlc_hw, bcn, len); in wlc_bmac_write_hw_bcntemplates() 1766 wlc_write_hw_bcntemplate1(wlc_hw, bcn, len); in wlc_bmac_write_hw_bcntemplates() 1770 wlc_write_hw_bcntemplate0(wlc_hw, bcn, len); in wlc_bmac_write_hw_bcntemplates() [all …]
|
D | wlc_bmac.h | 160 void *bcn, int len, bool both);
|
D | wlc_main.h | 812 extern void wlc_write_hw_bcntemplates(struct wlc_info *wlc, void *bcn, int len,
|
D | wlc_main.c | 7712 u16 bcn[BCN_TMPL_LEN / 2]; in wlc_bss_update_beacon() local 7741 wlc->bcn_rspec, cfg, bcn, &len); in wlc_bss_update_beacon() 7742 wlc_write_hw_bcntemplates(wlc, bcn, len, false); in wlc_bss_update_beacon() 8213 void wlc_write_hw_bcntemplates(struct wlc_info *wlc, void *bcn, int len, in wlc_write_hw_bcntemplates() argument 8216 wlc_bmac_write_hw_bcntemplates(wlc->hw, bcn, len, both); in wlc_write_hw_bcntemplates()
|
/linux-2.6.39/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 193 struct data_queue *queue = rt2x00dev->bcn; in rt2x00mac_add_interface() 638 rt2x00queue_stop_queue(rt2x00dev->bcn); in rt2x00mac_bss_info_changed() 653 rt2x00queue_start_queue(rt2x00dev->bcn); in rt2x00mac_bss_info_changed()
|
D | rt2x00queue.c | 1078 status = rt2x00queue_alloc_entries(rt2x00dev->bcn, rt2x00dev->ops->bcn); in rt2x00queue_initialize() 1156 rt2x00dev->bcn = &queue[1 + rt2x00dev->ops->tx_queues]; in rt2x00queue_allocate() 1174 rt2x00queue_init(rt2x00dev, rt2x00dev->bcn, QID_BEACON); in rt2x00queue_allocate() 1186 rt2x00dev->bcn = NULL; in rt2x00queue_free()
|
D | rt2x00.h | 629 const struct data_queue_desc *bcn; member 895 struct data_queue *bcn; member
|
D | rt2500pci.c | 296 struct data_queue *queue = rt2x00dev->bcn; in rt2500pci_config_intf() 890 entry_priv = rt2x00dev->bcn->entries[0].priv_data; in rt2500pci_init_queues() 2082 .bcn = &rt2500pci_queue_bcn,
|
D | rt2400pci.c | 804 entry_priv = rt2x00dev->bcn->entries[0].priv_data; in rt2400pci_init_queues() 1789 .bcn = &rt2400pci_queue_bcn,
|
D | rt2800usb.c | 684 .bcn = &rt2800usb_queue_bcn,
|
D | rt2x00dev.c | 992 if (rt2x00dev->ops->bcn->entry_num > 0) in rt2x00lib_probe_dev()
|
D | rt2800pci.c | 1094 .bcn = &rt2800pci_queue_bcn,
|
D | rt2500usb.c | 1894 .bcn = &rt2500usb_queue_bcn,
|
D | rt73usb.c | 2379 .bcn = &rt73usb_queue_bcn,
|
D | rt61pci.c | 3048 .bcn = &rt61pci_queue_bcn,
|
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | main.c | 974 const struct ieee80211_mgmt *bcn; in b43legacy_write_beacon_template() local 982 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data); in b43legacy_write_beacon_template() 987 b43legacy_write_template_common(dev, (const u8 *)bcn, len, ram_offset, in b43legacy_write_beacon_template() 1006 ie = bcn->u.beacon.variable; in b43legacy_write_beacon_template()
|
/linux-2.6.39/drivers/net/benet/ |
D | be_cmds.c | 1542 u8 bcn, u8 sts, u8 state) in be_cmd_set_beacon_state() argument 1565 req->beacon_duration = bcn; in be_cmd_set_beacon_state()
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | main.c | 1461 const struct ieee80211_mgmt *bcn; in b43_write_beacon_template() local 1469 bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data); in b43_write_beacon_template() 1474 b43_write_template_common(dev, (const u8 *)bcn, in b43_write_beacon_template() 1494 ie = bcn->u.beacon.variable; in b43_write_beacon_template()
|