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

/external/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...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c1128 const u8 *ie, *ie2; local
1134 ie2 = wpa_bss_get_ie(bss, WLAN_EID_EXT_SUPP_RATES);
1136 len = (ie ? ie[1] : 0) + (ie2 ? ie2[1] : 0);
1145 for (j = 0; ie2 && j < ie2[1]; j++)
1146 r[i + j] = ie2[j + 2] & 0x7f;
H A Dctrl_iface.c2030 const u8 *ie, *ie2, *p2p; local
2049 ie2 = wpa_bss_get_ie(bss, WLAN_EID_RSN);
2050 if (ie2)
2051 pos = wpa_supplicant_ie_txt(pos, end, "WPA2", ie2, 2 + ie2[1]);
2053 if (!ie && !ie2 && bss->caps & IEEE80211_CAP_PRIVACY) {
2078 if (wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE) && ie2) {
3146 const u8 *ie, *ie2; local
3259 ie2 = wpa_bss_get_ie(bss, WLAN_EID_RSN);
3260 if (ie2)
[all...]
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp420 ie2 = it->end(); it2 != ie2; ++it2) {
H A DMCAssembler.cpp813 ie2 = it->end(); it2 != ie2; ++it2) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c964 const u8 *ie2, size_t ie2len)
966 if (ie1 == NULL || ie2 == NULL)
969 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
983 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
962 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.h366 const u8 *ie2, size_t ie2len);
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c964 const u8 *ie2, size_t ie2len)
966 if (ie1 == NULL || ie2 == NULL)
969 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
983 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
962 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.h366 const u8 *ie2, size_t ie2len);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c964 const u8 *ie2, size_t ie2len)
966 if (ie1 == NULL || ie2 == NULL)
969 if (ie1len == ie2len && os_memcmp(ie1, ie2, ie1len) == 0)
983 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
962 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.h366 const u8 *ie2, size_t ie2len);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1131 ie2 = RegisterSets.end(); it2 != ie2; ++it2)

Completed in 267 milliseconds