Searched refs:ie (Results 101 - 125 of 339) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1537 const u8 *ie; local
1540 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES);
1541 for (i = 0; ie && i < ie[1]; i++) {
1542 if ((ie[i + 2] & 0x7f) > rate)
1543 rate = ie[i + 2] & 0x7f;
1546 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES);
1547 for (i = 0; ie && i < ie[1]; i++) {
1548 if ((ie[
1565 wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) argument
1993 const u8 *ie; local
[all...]
H A Dwnm_sta.c670 const u8 *ie; local
678 ie = wpa_bss_get_ie(bss, WLAN_EID_HT_OPERATION);
679 if (ie && ie[1] >= 2) {
680 ht_oper = (struct ieee80211_ht_operation *) (ie + 2);
689 ie = wpa_bss_get_ie(bss, WLAN_EID_VHT_OPERATION);
690 if (ie && ie[1] >= 1) {
691 vht_oper = (struct ieee80211_vht_operation *) (ie + 2);
1241 u8 ie, ie_le local
[all...]
H A Dbgscan_learn.c470 const u8 *ie; local
472 ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
473 if (ie == NULL)
476 if (data->ssid->ssid_len != ie[1] ||
477 os_memcmp(data->ssid->ssid, ie + 2, ie[1]) != 0)
H A Dp2p_supplicant.h128 u16 reason_code, const u8 *ie, size_t ie_len,
131 u16 reason_code, const u8 *ie, size_t ie_len,
177 const u8 *ie, size_t ie_len,
234 const u8 *ie, size_t ie_len,
231 wpas_p2p_probe_req_rx(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *dst, const u8 *bssid, const u8 *ie, size_t ie_len, unsigned int rx_freq, int ssi_signal) argument
H A Dwpas_glue.c374 const u8 *ie; local
389 ie = wpa_bss_get_vendor_ie(curr, WPA_IE_VENDOR_TYPE);
390 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
393 ie = wpa_bss_get_ie(curr, WLAN_EID_RSN);
394 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
/external/iw/
H A Dscan.c1761 void print_ies(unsigned char *ie, int ielen, bool unknown, argument
1764 while (ielen >= 2 && ielen >= ie[1]) {
1765 if (ie[0] < ARRAY_SIZE(ieprinters) &&
1766 ieprinters[ie[0]].name &&
1767 ieprinters[ie[0]].flags & BIT(ptype)) {
1768 print_ie(&ieprinters[ie[0]], ie[0], ie[1], ie + 2);
1769 } else if (ie[
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_scan.c542 const u8 *ie, size_t ie_len)
550 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
587 const u8 *ie, *beacon_ie; local
627 ie = nla_data(bss[NL80211_BSS_INFORMATION_ELEMENTS]);
630 ie = NULL;
641 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
642 ie ? ie_len : beacon_ie_len))
678 if (ie) {
679 os_memcpy(pos, ie, ie_le
541 nl80211_scan_filtered(struct wpa_driver_nl80211_data *drv, const u8 *ie, size_t ie_len) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_scan.c542 const u8 *ie, size_t ie_len)
550 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
587 const u8 *ie, *beacon_ie; local
627 ie = nla_data(bss[NL80211_BSS_INFORMATION_ELEMENTS]);
630 ie = NULL;
641 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
642 ie ? ie_len : beacon_ie_len))
678 if (ie) {
679 os_memcpy(pos, ie, ie_le
541 nl80211_scan_filtered(struct wpa_driver_nl80211_data *drv, const u8 *ie, size_t ie_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_scan.c542 const u8 *ie, size_t ie_len)
550 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
587 const u8 *ie, *beacon_ie; local
627 ie = nla_data(bss[NL80211_BSS_INFORMATION_ELEMENTS]);
630 ie = NULL;
641 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
642 ie ? ie_len : beacon_ie_len))
678 if (ie) {
679 os_memcpy(pos, ie, ie_le
541 nl80211_scan_filtered(struct wpa_driver_nl80211_data *drv, const u8 *ie, size_t ie_len) argument
[all...]
/external/tcpdump/
H A Dprint-wb.c271 const struct id_off *io, *ie; local
279 for (ie = io + ps->nid; io < ie && ND_TTEST(*io); ++io) {
/external/jetty/src/java/org/eclipse/jetty/util/
H A DBlockingArrayQueue.java290 catch (InterruptedException ie)
293 throw ie;
345 catch (InterruptedException ie)
348 throw ie;
/external/valgrind/auxprogs/
H A Dgen-mdg64 --headers=no|yes show headers, ie. show module-to-module deps only
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c472 struct wpa_ie_data ie; local
482 if (wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie))
487 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
492 ie.capabilities & WPA_CAPABILITY_PREAUTH);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c472 struct wpa_ie_data ie; local
482 if (wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie))
487 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
492 ie.capabilities & WPA_CAPABILITY_PREAUTH);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c472 struct wpa_ie_data ie; local
482 if (wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie))
487 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
492 ie.capabilities & WPA_CAPABILITY_PREAUTH);
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java365 } catch (InclusionScanException ie) {
367 log.error(ie);
/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp238 for (unsigned i = 0, ie = TI->getNumSuccessors(); i < ie; ++i)
/external/clang/lib/Driver/
H A DAction.cpp18 for (iterator it = begin(), ie = end(); it != ie; ++it)
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp64 FrontendPluginRegistry::begin(), ie = FrontendPluginRegistry::end();
65 it != ie; ++it) {
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DAbstractExecutorService.java84 } catch (InterruptedException ie) {
85 throw ie;
/external/replicaisland/src/com/replica/replicaisland/
H A DDifficultyMenuActivity.java121 } catch (IllegalAccessException ie) {
154 } catch (IllegalAccessException ie) {
H A DExtrasMenuActivity.java142 } catch (IllegalAccessException ie) {
217 } catch (IllegalAccessException ie) {
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_invitation.c34 struct wpabuf *ie; local
38 ie = p2p_group_get_wfd_ie(g);
39 if (ie) {
40 wfd_ie = ie;
125 struct wpabuf *ie; local
129 ie = p2p_group_get_wfd_ie(g);
130 if (ie) {
131 wfd_ie = ie;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_invitation.c34 struct wpabuf *ie; local
38 ie = p2p_group_get_wfd_ie(g);
39 if (ie) {
40 wfd_ie = ie;
125 struct wpabuf *ie; local
129 ie = p2p_group_get_wfd_ie(g);
130 if (ie) {
131 wfd_ie = ie;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c34 struct wpabuf *ie; local
38 ie = p2p_group_get_wfd_ie(g);
39 if (ie) {
40 wfd_ie = ie;
125 struct wpabuf *ie; local
129 ie = p2p_group_get_wfd_ie(g);
130 if (ie) {
131 wfd_ie = ie;

Completed in 589 milliseconds

1234567891011>>