Searched refs:mwifiex_ie_types_header (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h638 struct mwifiex_ie_types_header { struct
644 struct mwifiex_ie_types_header header;
772 struct mwifiex_ie_types_header header;
777 struct mwifiex_ie_types_header header;
792 struct mwifiex_ie_types_header header;
797 struct mwifiex_ie_types_header header;
802 struct mwifiex_ie_types_header header;
807 struct mwifiex_ie_types_header header;
812 struct mwifiex_ie_types_header header;
817 struct mwifiex_ie_types_header heade
[all...]
H A Duap_cmd.c310 sizeof(struct mwifiex_ie_types_header));
321 sizeof(struct mwifiex_ie_types_header));
333 sizeof(struct mwifiex_ie_types_header));
345 sizeof(struct mwifiex_ie_types_header));
358 cmd_size += sizeof(struct mwifiex_ie_types_header) +
360 tlv += sizeof(struct mwifiex_ie_types_header) +
430 cmd_size += sizeof(struct mwifiex_ie_types_header) + 2 +
432 tlv += sizeof(struct mwifiex_ie_types_header) + 2 +
503 cmd_size += sizeof(struct mwifiex_ie_types_header) +
505 tlv += sizeof(struct mwifiex_ie_types_header)
[all...]
H A Dsta_event.c333 struct mwifiex_ie_types_header *tlv)
366 struct mwifiex_ie_types_header *tlv)
410 struct mwifiex_ie_types_header *tlv;
430 tlv = (struct mwifiex_ie_types_header *)chan_info->tlv_buffer;
432 while (tlv_buf_left >= (int)sizeof(struct mwifiex_ie_types_header)) {
435 if ((sizeof(struct mwifiex_ie_types_header) + tlv_len) >
470 tlv_buf_left -= sizeof(struct mwifiex_ie_types_header) +
473 sizeof(struct mwifiex_ie_types_header));
486 struct mwifiex_ie_types_header *tlv;
500 while (tlv_buf_left >= (int)sizeof(struct mwifiex_ie_types_header)) {
[all...]
H A D11h.c29 struct mwifiex_ie_types_header *ie_header;
56 ie_header = (struct mwifiex_ie_types_header *)*buffer;
210 while (event_len >= sizeof(struct mwifiex_ie_types_header)) {
H A D11ac.c182 memcpy((u8 *)vht_cap + sizeof(struct mwifiex_ie_types_header),
200 sizeof(struct mwifiex_ie_types_header));
202 sizeof(struct mwifiex_ie_types_header),
H A Dscan.c22 #define CHAN_TLV_MAX_SIZE (sizeof(struct mwifiex_ie_types_header) \
754 sizeof(struct mwifiex_ie_types_header) + rates_size;
1130 while (tlv_buf_left >= sizeof(struct mwifiex_ie_types_header)) {
2481 sizeof(struct mwifiex_ie_types_header));
2520 struct mwifiex_ie_types_header *tlv;
2536 while (buf_left >= sizeof(struct mwifiex_ie_types_header)) {
2540 if (buf_left < (sizeof(struct mwifiex_ie_types_header) + len)) {
2555 buf_left -= len + sizeof(struct mwifiex_ie_types_header);
2557 sizeof(struct mwifiex_ie_types_header));
2627 if (bytes_left < sizeof(struct mwifiex_ie_types_header)
[all...]
H A Dsta_cmd.c176 (sizeof(*rate_scope) - sizeof(struct mwifiex_ie_types_header));
403 - sizeof(struct mwifiex_ie_types_header));
562 sizeof(struct mwifiex_ie_types_header);
626 size = len + sizeof(struct mwifiex_ie_types_header) +
674 cmd->size = cpu_to_le16(sizeof(struct mwifiex_ie_types_header) +
692 cmd->size = cpu_to_le16(sizeof(struct mwifiex_ie_types_header) +
732 cmd->size = cpu_to_le16(sizeof(struct mwifiex_ie_types_header) +
760 cmd->size = cpu_to_le16(sizeof(struct mwifiex_ie_types_header) +
796 cmd->size = cpu_to_le16(sizeof(struct mwifiex_ie_types_header) +
881 sizeof(struct mwifiex_ie_types_header);
[all...]
H A Dcmdevt.c1338 sizeof(struct mwifiex_ie_types_header));
1367 sizeof(struct mwifiex_ie_types_header));
1497 struct mwifiex_ie_types_header *tlv;
1565 while (left_len > sizeof(struct mwifiex_ie_types_header)) {
1632 sizeof(struct mwifiex_ie_types_header);
1634 sizeof(struct mwifiex_ie_types_header);
H A Die.c78 travel_len = sizeof(struct mwifiex_ie_types_header);
82 while (input_len >= sizeof(struct mwifiex_ie_types_header)) {
H A Dsta_cmdresp.c261 struct mwifiex_ie_types_header *head;
270 head = (struct mwifiex_ie_types_header *)tlv_buf;
1132 struct mwifiex_ie_types_header *head;
1143 head = (struct mwifiex_ie_types_header *)tlv_buf;
H A D11n.c325 memcpy((u8 *) ht_cap + sizeof(struct mwifiex_ie_types_header),
379 sizeof(struct mwifiex_ie_types_header),
425 sizeof(struct mwifiex_ie_types_header),
H A Djoin.c31 struct mwifiex_ie_types_header ie_header;
229 struct mwifiex_ie_types_header ie_header;
273 struct mwifiex_ie_types_header ie_header;

Completed in 388 milliseconds