Searched refs:aid (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/tools/
H A Dgen-insn-attr-x86.awk22 aid = -1 # AVX id
130 aid = $2
131 if (gaid <= aid)
132 gaid = aid + 1
136 if (aid == -1 && eid == -1) # primary opcode table
188 if (aid >= 0)
189 atable[aid,0] = tname
195 if (aid >= 0)
196 atable[aid,1] = tname "_1"
202 if (aid >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/tools/
H A Dgen-insn-attr-x86.awk22 aid = -1 # AVX id
130 aid = $2
131 if (gaid <= aid)
132 gaid = aid + 1
136 if (aid == -1 && eid == -1) # primary opcode table
188 if (aid >= 0)
189 atable[aid,0] = tname
195 if (aid >= 0)
196 atable[aid,1] = tname "_1"
202 if (aid >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmap.c1183 u16_t aid = 0xffff; local
1378 aid = zfApAddSta(dev, src, ZM_STATE_ASOC, apId, staType, qosType, qosInfo);
1380 zfApStoreAsocReqIe(dev, buf, aid);
1384 if (aid != 0xffff)
1390 zfSendMmFrame(dev, ZM_WLAN_FRAME_TYPE_ASOCRSP, src, 0, aid+1, apId);
1394 zfSendMmFrame(dev, ZM_WLAN_FRAME_TYPE_REASOCRSP, src, 0, aid+1, apId);
1406 void zfApStoreAsocReqIe(zdev_t* dev, zbuf_t* buf, u16_t aid) argument
1456 htcap = (u8_t *)&wd->ap.ie[aid].HtCap;
1468 htcap = (u8_t *)&wd->ap.ie[aid].HtCap;
1501 u16_t aid; local
1523 u16_t aid; local
1615 u16_t aid; local
2068 u16_t aid; local
2215 u16_t aid; local
[all...]
H A Dqueue.c258 u16_t id, aid, index, i; local
282 aid = id + 1;
283 bitPosition = (1 << (aid & 0x7));
284 bytePosition = (aid >> 3);
H A Dcagg.c94 wd->tid_rx[i]->aid = ZM_MAX_STA_SUPPORT;
188 /* take aid as input, look for the queue index associated */
189 /* with this aid. */
193 /* aid : associated id */
202 TID_TX zfAggTxGetQueue(zdev_t* dev, u16_t aid, u16_t tid) argument
211 * not a STA aid
213 if (0xffff == aid)
218 tid_tx = wd->aggSta[aid].tid_tx[tid];
232 /* take aid as input, find a new queue for this aid
245 zfAggTxNewQueue(zdev_t* dev, u16_t aid, u16_t tid, zbuf_t* buf) argument
317 zfAggTxEnqueue(zdev_t* dev, zbuf_t* buf, u16_t aid, TID_TX tid_tx) argument
880 u16_t aid; local
1835 u16_t dst0, src[3], aid; local
2059 u16_t aid, ac, i; local
3083 u16_t i, ac, aid, fragOff; local
3141 u16_t i,ac, aid=0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dcmmap.c1183 u16_t aid = 0xffff; local
1378 aid = zfApAddSta(dev, src, ZM_STATE_ASOC, apId, staType, qosType, qosInfo);
1380 zfApStoreAsocReqIe(dev, buf, aid);
1384 if (aid != 0xffff)
1390 zfSendMmFrame(dev, ZM_WLAN_FRAME_TYPE_ASOCRSP, src, 0, aid+1, apId);
1394 zfSendMmFrame(dev, ZM_WLAN_FRAME_TYPE_REASOCRSP, src, 0, aid+1, apId);
1406 void zfApStoreAsocReqIe(zdev_t* dev, zbuf_t* buf, u16_t aid) argument
1456 htcap = (u8_t *)&wd->ap.ie[aid].HtCap;
1468 htcap = (u8_t *)&wd->ap.ie[aid].HtCap;
1501 u16_t aid; local
1523 u16_t aid; local
1615 u16_t aid; local
2068 u16_t aid; local
2215 u16_t aid; local
[all...]
H A Dqueue.c258 u16_t id, aid, index, i; local
282 aid = id + 1;
283 bitPosition = (1 << (aid & 0x7));
284 bytePosition = (aid >> 3);
H A Dcagg.c94 wd->tid_rx[i]->aid = ZM_MAX_STA_SUPPORT;
188 /* take aid as input, look for the queue index associated */
189 /* with this aid. */
193 /* aid : associated id */
202 TID_TX zfAggTxGetQueue(zdev_t* dev, u16_t aid, u16_t tid) argument
211 * not a STA aid
213 if (0xffff == aid)
218 tid_tx = wd->aggSta[aid].tid_tx[tid];
232 /* take aid as input, find a new queue for this aid
245 zfAggTxNewQueue(zdev_t* dev, u16_t aid, u16_t tid, zbuf_t* buf) argument
317 zfAggTxEnqueue(zdev_t* dev, zbuf_t* buf, u16_t aid, TID_TX tid_tx) argument
880 u16_t aid; local
1835 u16_t dst0, src[3], aid; local
2059 u16_t aid, ac, i; local
3083 u16_t i, ac, aid, fragOff; local
3141 u16_t i,ac, aid=0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Dpcsc_funcs.c228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
573 aid, aid_len)) {
577 aid, aid_le
701 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/p54/
H A Dtxrx.c307 if (!priv->aid)
321 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid);
611 u32 *extra_len, u16 *flags, u16 *aid,
639 *aid = 0;
643 *aid = 1;
649 *aid = 0;
656 *aid = 0;
661 *aid = 0;
681 *aid = info->control.sta->aid;
609 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
709 u16 hdr_flags = 0, aid = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dtxrx.c307 if (!priv->aid)
321 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid);
611 u32 *extra_len, u16 *flags, u16 *aid,
639 *aid = 0;
643 *aid = 1;
649 *aid = 0;
656 *aid = 0;
661 *aid = 0;
681 *aid = info->control.sta->aid;
609 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
709 u16 hdr_flags = 0, aid = 0; local
[all...]
/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 Dwl1271_tx.h32 /* The chipset reference driver states, that the "aid" value 1
81 u8 aid; member in struct:wl1271_tx_hw_descr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211.h35 __le16 aid; member in struct:hostap_ieee80211_mgmt::__anon17503::__anon17507
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211.h35 __le16 aid; member in struct:hostap_ieee80211_mgmt::__anon29196::__anon29200
/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 Dwl1271_tx.h32 /* The chipset reference driver states, that the "aid" value 1
81 u8 aid; member in struct:wl1271_tx_hw_descr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h101 u16 aid; member in struct:prism2_hostapd_param::__anon10524::__anon10525
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h101 u16 aid; member in struct:prism2_hostapd_param::__anon432::__anon433
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h101 u16 aid; member in struct:prism2_hostapd_param::__anon44549::__anon44550
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dsta_info.c489 static inline void __bss_tim_set(struct ieee80211_if_ap *bss, u16 aid) argument
495 bss->tim[aid / 8] |= (1 << (aid % 8));
498 static inline void __bss_tim_clear(struct ieee80211_if_ap *bss, u16 aid) argument
504 bss->tim[aid / 8] &= ~(1 << (aid % 8));
512 __bss_tim_set(bss, sta->sta.aid);
537 __bss_tim_clear(bss, sta->sta.aid);
898 printk(KERN_DEBUG "%s: STA %pM aid %d sending %d filtered/%d PS frames "
900 sta->sta.addr, sta->sta.aid, sen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dsta_info.c489 static inline void __bss_tim_set(struct ieee80211_if_ap *bss, u16 aid) argument
495 bss->tim[aid / 8] |= (1 << (aid % 8));
498 static inline void __bss_tim_clear(struct ieee80211_if_ap *bss, u16 aid) argument
504 bss->tim[aid / 8] &= ~(1 << (aid % 8));
512 __bss_tim_set(bss, sta->sta.aid);
537 __bss_tim_clear(bss, sta->sta.aid);
898 printk(KERN_DEBUG "%s: STA %pM aid %d sending %d filtered/%d PS frames "
900 sta->sta.addr, sta->sta.aid, sen
[all...]

Completed in 166 milliseconds

1234567891011>>