Searched refs:ies (Results 1 – 5 of 5) sorted by relevance
/drivers/uwb/ |
D | ie.c | 70 int uwb_ie_dump_hex(const struct uwb_ie_hdr *ies, size_t len, in uwb_ie_dump_hex() argument 78 ptr = (void *)ies; in uwb_ie_dump_hex() 209 uwb_rc->ies = (struct uwb_rc_cmd_set_ie *)ie_info; in uwb_rc_ie_setup() 210 uwb_rc->ies->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_ie_setup() 211 uwb_rc->ies->rccb.wCommand = cpu_to_le16(UWB_RC_CMD_SET_IE); in uwb_rc_ie_setup() 223 kfree(uwb_rc->ies); in uwb_rc_ie_release() 224 uwb_rc->ies = NULL; in uwb_rc_ie_release() 236 length = le16_to_cpu(rc->ies->wIELength); in uwb_rc_ie_add_one() 241 new_ies = krealloc(rc->ies, new_capacity, GFP_KERNEL); in uwb_rc_ie_add_one() 244 rc->ies = new_ies; in uwb_rc_ie_add_one() [all …]
|
D | beacon.c | 128 if (le16_to_cpu(rc->ies->wIELength) > 0) { in uwb_rc_beacon() 129 result = uwb_rc_set_ie(rc, rc->ies); in uwb_rc_beacon() 336 struct uwb_ie_hdr *ies; in uwb_bce_print_IEs() local 344 ies = (struct uwb_ie_hdr *)bf->IEData; in uwb_bce_print_IEs() 346 result = uwb_ie_dump_hex(ies, ies_len, buf, size); in uwb_bce_print_IEs()
|
D | uwb-internal.h | 73 int uwb_ie_dump_hex(const struct uwb_ie_hdr *ies, size_t len,
|
/drivers/staging/winbond/ |
D | bssdscpt.h | 100 u8 ies[256]; // information element member
|
/drivers/net/wireless/ |
D | rndis_wlan.c | 230 u8 ies[0]; member 1747 ie = (void *)(bssid->ies + sizeof(struct ndis_80211_fixed_ies)); in rndis_translate_scan()
|