Home
last modified time | relevance | path

Searched refs:bcn (Results 1 – 19 of 19) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bsscfg.h88 u8 *bcn; /* AP beacon */ member
Dwlc_bmac.c151 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 …]
Dwlc_bmac.h160 void *bcn, int len, bool both);
Dwlc_main.h812 extern void wlc_write_hw_bcntemplates(struct wlc_info *wlc, void *bcn, int len,
Dwlc_main.c7712 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/
Drt2x00mac.c193 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()
Drt2x00queue.c1078 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()
Drt2x00.h629 const struct data_queue_desc *bcn; member
895 struct data_queue *bcn; member
Drt2500pci.c296 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,
Drt2400pci.c804 entry_priv = rt2x00dev->bcn->entries[0].priv_data; in rt2400pci_init_queues()
1789 .bcn = &rt2400pci_queue_bcn,
Drt2800usb.c684 .bcn = &rt2800usb_queue_bcn,
Drt2x00dev.c992 if (rt2x00dev->ops->bcn->entry_num > 0) in rt2x00lib_probe_dev()
Drt2800pci.c1094 .bcn = &rt2800pci_queue_bcn,
Drt2500usb.c1894 .bcn = &rt2500usb_queue_bcn,
Drt73usb.c2379 .bcn = &rt73usb_queue_bcn,
Drt61pci.c3048 .bcn = &rt61pci_queue_bcn,
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c974 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/
Dbe_cmds.c1542 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/
Dmain.c1461 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()