Searched refs:beacon (Results 1 - 25 of 239) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c33 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
35 /* Always burst out beacon and CAB traffic. */
48 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) {
50 "Unable to update h/w beacon queue parameters\n");
53 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq);
59 * Associates the beacon frame buffer with a transmit descriptor. Will set
79 antenna = ((sc->beacon.ast_be_xmit / sc->nbcnvifs) & 1 ? 2 : 1);
93 /* NB: beacon's BufLen must be a multiple of 4 bytes */
96 sc->beacon.beaconq);
124 cabq = sc->beacon
[all...]
H A Dhtc_drv_beacon.c43 * last beacon we received (which may be none).
97 * need calculate based on the beacon interval. Note that we clamp the
124 /* Set the computed STA beacon timers */
172 struct sk_buff *beacon; local
190 /* Get a new beacon */
191 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
192 if (!beacon) {
197 info = IEEE80211_SKB_CB(beacon);
200 (struct ieee80211_hdr *) beacon->data;
208 tx_fhdr = skb_push(beacon, sizeo
[all...]
H A DMakefile1 ath9k-y += beacon.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c33 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
35 /* Always burst out beacon and CAB traffic. */
48 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) {
50 "Unable to update h/w beacon queue parameters\n");
53 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq);
59 * Associates the beacon frame buffer with a transmit descriptor. Will set
79 antenna = ((sc->beacon.ast_be_xmit / sc->nbcnvifs) & 1 ? 2 : 1);
93 /* NB: beacon's BufLen must be a multiple of 4 bytes */
96 sc->beacon.beaconq);
124 cabq = sc->beacon
[all...]
H A Dhtc_drv_beacon.c43 * last beacon we received (which may be none).
97 * need calculate based on the beacon interval. Note that we clamp the
124 /* Set the computed STA beacon timers */
172 struct sk_buff *beacon; local
190 /* Get a new beacon */
191 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
192 if (!beacon) {
197 info = IEEE80211_SKB_CB(beacon);
200 (struct ieee80211_hdr *) beacon->data;
208 tx_fhdr = skb_push(beacon, sizeo
[all...]
H A DMakefile1 ath9k-y += beacon.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1251_rx.c51 u8 beacon)
69 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) {
104 u8 *rx_buffer, beacon = 0; local
140 beacon = 1;
142 wl1251_rx_status(wl, desc, &status, beacon);
145 beacon ? "beacon" : "");
48 wl1251_rx_status(struct wl1251 *wl, struct wl1251_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) argument
H A Dwl1271_rx.c49 u8 beacon)
79 u8 beacon = 0; local
101 beacon = 1;
103 wl1271_rx_status(wl, desc, &rx_status, beacon);
106 beacon ? "beacon" : "");
46 wl1271_rx_status(struct wl1271 *wl, struct wl1271_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_rx.c51 u8 beacon)
69 if ((wl->bss_type == BSS_TYPE_IBSS) && beacon) {
104 u8 *rx_buffer, beacon = 0; local
140 beacon = 1;
142 wl1251_rx_status(wl, desc, &status, beacon);
145 beacon ? "beacon" : "");
48 wl1251_rx_status(struct wl1251 *wl, struct wl1251_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) argument
H A Dwl1271_rx.c49 u8 beacon)
79 u8 beacon = 0; local
101 beacon = 1;
103 wl1271_rx_status(wl, desc, &rx_status, beacon);
106 beacon ? "beacon" : "");
46 wl1271_rx_status(struct wl1271 *wl, struct wl1271_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dtivo_beacon.c62 struct sockaddr_in beacon; local
75 memset(&beacon, 0, sizeof(struct sockaddr_in));
76 beacon.sin_family = AF_INET;
77 beacon.sin_port = htons(2190);
78 beacon.sin_addr.s_addr = htonl(INADDR_ANY);
80 if(bind(s, (struct sockaddr *)&beacon, sizeof(struct sockaddr_in)) < 0)
150 * Send outgoing beacon to the specified address
170 DPRINTF(E_DEBUG, L_TIVO, "Sending TiVo beacon to %s\n", inet_ntoa(client->sin_addr));
175 * Parse and save a received beacon packet from another server, or from
178 * Returns true if this was a broadcast beacon ms
181 rcvBeaconMessage(char *beacon) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dtivo_beacon.c62 struct sockaddr_in beacon; local
75 memset(&beacon, 0, sizeof(struct sockaddr_in));
76 beacon.sin_family = AF_INET;
77 beacon.sin_port = htons(2190);
78 beacon.sin_addr.s_addr = htonl(INADDR_ANY);
80 if(bind(s, (struct sockaddr *)&beacon, sizeof(struct sockaddr_in)) < 0)
150 * Send outgoing beacon to the specified address
170 DPRINTF(E_DEBUG, L_TIVO, "Sending TiVo beacon to %s\n", inet_ntoa(client->sin_addr));
175 * Parse and save a received beacon packet from another server, or from
178 * Returns true if this was a broadcast beacon ms
181 rcvBeaconMessage(char *beacon) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dtivo_beacon.c62 struct sockaddr_in beacon; local
75 memset(&beacon, 0, sizeof(struct sockaddr_in));
76 beacon.sin_family = AF_INET;
77 beacon.sin_port = htons(2190);
78 beacon.sin_addr.s_addr = htonl(INADDR_ANY);
80 if(bind(s, (struct sockaddr *)&beacon, sizeof(struct sockaddr_in)) < 0)
150 * Send outgoing beacon to the specified address
170 DPRINTF(E_DEBUG, L_TIVO, "Sending TiVo beacon to %s\n", inet_ntoa(client->sin_addr));
175 * Parse and save a received beacon packet from another server, or from
178 * Returns true if this was a broadcast beacon ms
181 rcvBeaconMessage(char *beacon) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c913 struct ieee80211_probe_response *beacon,
928 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
929 network->capability = beacon->capability;
931 network->time_stamp[0] = beacon->time_stamp[0];
932 network->time_stamp[1] = beacon->time_stamp[1];
933 network->beacon_interval = beacon->beacon_interval;
934 /* Where to pull this? beacon->listen_interval;*/
958 info_element = &beacon->info_element;
959 left = stats->len - ((void *)info_element - (void *)beacon);
1171 ieee80211_extract_country_ie(ieee, info_element, network, beacon
911 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
1320 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c913 struct ieee80211_probe_response *beacon,
928 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
929 network->capability = beacon->capability;
931 network->time_stamp[0] = beacon->time_stamp[0];
932 network->time_stamp[1] = beacon->time_stamp[1];
933 network->beacon_interval = beacon->beacon_interval;
934 /* Where to pull this? beacon->listen_interval;*/
958 info_element = &beacon->info_element;
959 left = stats->len - ((void *)info_element - (void *)beacon);
1171 ieee80211_extract_country_ie(ieee, info_element, network, beacon
911 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
1320 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c187 /* Process beacon frames also in kernel driver to
927 * Make ther structure we read from the beacon packet has
1397 *beacon,
1409 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
1410 network->capability = le16_to_cpu(beacon->capability);
1412 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
1413 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
1414 network->beacon_interval = le16_to_cpu(beacon->beacon_interval);
1415 /* Where to pull this? beacon->listen_interval; */
1435 (beacon
1396 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) argument
1549 libipw_process_probe_response(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c187 /* Process beacon frames also in kernel driver to
927 * Make ther structure we read from the beacon packet has
1397 *beacon,
1409 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
1410 network->capability = le16_to_cpu(beacon->capability);
1412 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
1413 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
1414 network->beacon_interval = le16_to_cpu(beacon->beacon_interval);
1415 /* Where to pull this? beacon->listen_interval; */
1435 (beacon
1396 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) argument
1549 libipw_process_probe_response(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/
H A DMakefile10 beacon.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/
H A DMakefile10 beacon.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dbfa_port_priv.h82 bfa_boolean_t beacon; /* port beacon status */ member in struct:bfa_fcport_s
83 bfa_boolean_t link_e2e_beacon; /* link beacon status */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_port_priv.h82 bfa_boolean_t beacon; /* port beacon status */ member in struct:bfa_fcport_s
83 bfa_boolean_t link_e2e_beacon; /* link beacon status */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_rx.c255 /* Process beacon frames also in kernel driver to
1467 * Make ther structure we read from the beacon packet has
2107 // windows driver will update WMM parameters each beacon received once connected
2136 // "A Cisco access point advertises support for CKIP in beacon and probe response packets,
2264 struct ieee80211_probe_response *beacon,
2279 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
2280 network->capability = le16_to_cpu(beacon->capability);
2282 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
2283 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
2284 network->beacon_interval = le32_to_cpu(beacon
2262 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2501 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c1277 * Make ther structure we read from the beacon packet has
1923 // windows driver will update WMM parameters each beacon received once connected
1955 // "A Cisco access point advertises support for CKIP in beacon and probe response packets,
2079 struct ieee80211_probe_response *beacon,
2094 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
2095 network->capability = le16_to_cpu(beacon->capability);
2097 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
2098 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
2099 network->beacon_interval = le32_to_cpu(beacon->beacon_interval);
2100 /* Where to pull this? beacon
2077 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2310 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c255 /* Process beacon frames also in kernel driver to
1406 * Make ther structure we read from the beacon packet has
2036 // windows driver will update WMM parameters each beacon received once connected
2065 // "A Cisco access point advertises support for CKIP in beacon and probe response packets,
2192 struct ieee80211_probe_response *beacon,
2207 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
2208 network->capability = le16_to_cpu(beacon->capability);
2210 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
2211 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
2212 network->beacon_interval = le32_to_cpu(beacon
2190 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2424 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c1277 * Make ther structure we read from the beacon packet has
1923 // windows driver will update WMM parameters each beacon received once connected
1955 // "A Cisco access point advertises support for CKIP in beacon and probe response packets,
2079 struct ieee80211_probe_response *beacon,
2094 memcpy(network->bssid, beacon->header.addr3, ETH_ALEN);
2095 network->capability = le16_to_cpu(beacon->capability);
2097 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
2098 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
2099 network->beacon_interval = le32_to_cpu(beacon->beacon_interval);
2100 /* Where to pull this? beacon
2077 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2310 ieee80211_process_probe_response( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
[all...]

Completed in 387 milliseconds

12345678910