Searched refs:ie2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp132 ie2 = succ_end(*it); it2 != ie2; ++it2)
229 ie2 = succ_closure_end(*it); it2 != ie2; ++it2)
244 ie2 = succ_end(*it); it2 != ie2; ++it2) {
266 ie2 = pred_closure_end(*it); it2 != ie2; ++it2) {
278 ie2 = succ_closure_end(*it); it2 != ie2;
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dbss.c584 const u8 *ie, *ie2; local
590 ie2 = wpa_bss_get_ie(bss, WLAN_EID_EXT_SUPP_RATES);
592 len = (ie ? ie[1] : 0) + (ie2 ? ie2[1] : 0);
601 for (j = 0; ie2 && j < ie2[1]; j++)
602 r[i + j] = ie2[j + 2] & 0x7f;
H A Dctrl_iface.c820 const u8 *ie, *ie2; local
833 ie2 = wpa_bss_get_ie(bss, WLAN_EID_RSN);
834 if (ie2)
835 pos = wpa_supplicant_ie_txt(pos, end, "WPA2", ie2, 2 + ie2[1]);
837 if (!ie && !ie2 && bss->caps & IEEE80211_CAP_PRIVACY) {
1494 const u8 *ie, *ie2; local
1572 ie2 = wpa_bss_get_ie(bss, WLAN_EID_RSN);
1573 if (ie2)
1574 pos = wpa_supplicant_ie_txt(pos, end, "WPA2", ie2,
[all...]
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dwpa_common.c676 const u8 *ie2, size_t ie2len)
678 if (ie1 == NULL || ie2 == NULL)
681 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
695 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
674 wpa_compare_rsn_ie(int ft_initial_assoc, const u8 *ie1, size_t ie1len, const u8 *ie2, size_t ie2len) argument
H A Dwpa_common.h348 const u8 *ie2, size_t ie2len);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp423 ie2 = it->end(); it2 != ie2; ++it2) {
H A DMCAssembler.cpp807 ie2 = it->end(); it2 != ie2; ++it2) {
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h56 unsigned char ie2; /* rw */ member in struct:msci_channel
/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c1327 int ie2 = inb (c->IE2); local
1335 ie2 |= IE2_OVRNE | IE2_ASYNC_FRMEE | IE2_ASYNC_PEE;
1357 outb (c->IE2, ie2);
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1164 ie2 = RegisterSets.end(); it2 != ie2; ++it2)

Completed in 212 milliseconds