Searched refs:ie1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | scan.c | 1408 const u8 *ie1 = NULL; in cmp_bss() local 1424 ie1 = cfg80211_find_ie(WLAN_EID_MESH_ID, in cmp_bss() 1429 if (ie1 && ie2) { in cmp_bss() 1432 if (ie1[1] == ie2[1]) in cmp_bss() 1433 mesh_id_cmp = memcmp(ie1 + 2, ie2 + 2, ie1[1]); in cmp_bss() 1435 mesh_id_cmp = ie2[1] - ie1[1]; in cmp_bss() 1437 ie1 = cfg80211_find_ie(WLAN_EID_MESH_CONFIG, in cmp_bss() 1441 if (ie1 && ie2) { in cmp_bss() 1444 if (ie1[1] != ie2[1]) in cmp_bss() 1445 return ie2[1] - ie1[1]; in cmp_bss() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | pl041.hx | 18 REGISTER( ie1, 0x10 )
|
H A D | pl041.c | 327 qemu_set_irq(s->irq, ((s->regs.isr1 & s->regs.ie1) > 0) ? 1 : 0); in pl041_isr1_update() 329 s->regs.sr1, s->regs.isr1, s->regs.isr1 & s->regs.ie1); in pl041_isr1_update()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 1136 const u8 *ie0, size_t ie0_len, const u8 *ie1, in wl12xx_cmd_build_probe_req() argument 1157 skb_put_data(skb, ie1, ie1_len); in wl12xx_cmd_build_probe_req()
|