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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c534 struct wmm_tspec_element *tspec; local
537 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
544 if (end - pos < (int) sizeof(*tspec)) {
551 tspec = (struct wmm_tspec_element *) pos;
552 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
553 res = wmm_process_tspec(tspec);
564 pos += sizeof(*tspec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c534 struct wmm_tspec_element *tspec; local
537 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
544 if (end - pos < (int) sizeof(*tspec)) {
551 tspec = (struct wmm_tspec_element *) pos;
552 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
553 res = wmm_process_tspec(tspec);
564 pos += sizeof(*tspec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c534 struct wmm_tspec_element *tspec; local
537 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
544 if (end - pos < (int) sizeof(*tspec)) {
551 tspec = (struct wmm_tspec_element *) pos;
552 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
553 res = wmm_process_tspec(tspec);
564 pos += sizeof(*tspec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dod_bloaty.c112 struct tspec { struct
175 static struct tspec *spec;
525 decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) argument
709 tspec->size = size_spec;
710 tspec->fmt = fmt;
711 tspec->print_function = print_function;
712 tspec->fmt_string = fmt_string;
714 tspec->field_width = field_width;
715 tspec
732 struct tspec tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dod_bloaty.c112 struct tspec { struct
175 static struct tspec *spec;
525 decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) argument
709 tspec->size = size_spec;
710 tspec->fmt = fmt;
711 tspec->print_function = print_function;
712 tspec->fmt_string = fmt_string;
714 tspec->field_width = field_width;
715 tspec
732 struct tspec tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dod_bloaty.c112 struct tspec { struct
175 static struct tspec *spec;
525 decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) argument
709 tspec->size = size_spec;
710 tspec->fmt = fmt;
711 tspec->print_function = print_function;
712 tspec->fmt_string = fmt_string;
714 tspec->field_width = field_width;
715 tspec
732 struct tspec tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/common/include/proto/
H A D802.11e.h51 typedef BWL_PRE_PACKED_STRUCT struct tspec { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c1001 struct wmm_tspec_element *tspec; local
1004 tspec = wpabuf_put(buf, sizeof(*tspec));
1005 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
1006 tspec->length = sizeof(*tspec) - 2;
1007 tspec->oui[0] = 0x00;
1008 tspec->oui[1] = 0x50;
1009 tspec->oui[2] = 0xf2;
1010 tspec
1842 dump_tspec(struct wmm_tspec_element *tspec) argument
1871 const struct wmm_tspec_element *tspec; local
1892 struct wmm_tspec_element *tspec; local
1909 struct wmm_tspec_element *tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c1001 struct wmm_tspec_element *tspec; local
1004 tspec = wpabuf_put(buf, sizeof(*tspec));
1005 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
1006 tspec->length = sizeof(*tspec) - 2;
1007 tspec->oui[0] = 0x00;
1008 tspec->oui[1] = 0x50;
1009 tspec->oui[2] = 0xf2;
1010 tspec
1842 dump_tspec(struct wmm_tspec_element *tspec) argument
1871 const struct wmm_tspec_element *tspec; local
1892 struct wmm_tspec_element *tspec; local
1909 struct wmm_tspec_element *tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c1001 struct wmm_tspec_element *tspec; local
1004 tspec = wpabuf_put(buf, sizeof(*tspec));
1005 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
1006 tspec->length = sizeof(*tspec) - 2;
1007 tspec->oui[0] = 0x00;
1008 tspec->oui[1] = 0x50;
1009 tspec->oui[2] = 0xf2;
1010 tspec
1842 dump_tspec(struct wmm_tspec_element *tspec) argument
1871 const struct wmm_tspec_element *tspec; local
1892 struct wmm_tspec_element *tspec; local
1909 struct wmm_tspec_element *tspec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c2393 struct btrfs_timespec *tspec; local
2419 tspec = btrfs_inode_atime(inode_item);
2420 inode->i_atime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2421 inode->i_atime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
2423 tspec = btrfs_inode_mtime(inode_item);
2424 inode->i_mtime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2425 inode->i_mtime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
2427 tspec = btrfs_inode_ctime(inode_item);
2428 inode->i_ctime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2429 inode->i_ctime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dinode.c2393 struct btrfs_timespec *tspec; local
2419 tspec = btrfs_inode_atime(inode_item);
2420 inode->i_atime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2421 inode->i_atime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
2423 tspec = btrfs_inode_mtime(inode_item);
2424 inode->i_mtime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2425 inode->i_mtime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
2427 tspec = btrfs_inode_ctime(inode_item);
2428 inode->i_ctime.tv_sec = btrfs_timespec_sec(leaf, tspec);
2429 inode->i_ctime.tv_nsec = btrfs_timespec_nsec(leaf, tspec);
[all...]

Completed in 285 milliseconds