/linux-4.1.27/arch/powerpc/boot/ |
D | wrapper | 42 pie= 168 pie=-pie 186 pie= 236 pie= 282 pie=-pie 398 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | ieee80211.c | 218 unsigned char *r8712_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in r8712_get_wpa_ie() argument 223 u8 *pbuf = pie; in r8712_get_wpa_ie() 243 limit = limit - (pbuf - pie) - 2 - len; in r8712_get_wpa_ie() 252 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in r8712_get_wpa2_ie() argument 254 return r8712_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in r8712_get_wpa2_ie()
|
D | ieee80211.h | 781 unsigned char *r8712_get_wpa_ie(unsigned char *pie, int *rsn_ie_len, int limit); 782 unsigned char *r8712_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len,
|
D | rtl871x_mlme.c | 42 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len); 1737 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len) in update_ht_cap() argument 1757 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap() 1792 p = r8712_get_ie(pie + sizeof(struct NDIS_802_11_FIXED_IEs), in update_ht_cap()
|
D | rtl871x_ioctl_linux.c | 509 static int r871x_set_wpa_ie(struct _adapter *padapter, char *pie, in r871x_set_wpa_ie() argument 516 if ((ielen > MAX_WPA_IE_LEN) || (pie == NULL)) in r871x_set_wpa_ie() 519 buf = kmemdup(pie, ielen, GFP_ATOMIC); in r871x_set_wpa_ie()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 691 char *pie; in rtw_get_cipher_info() local 693 pie = pnetwork->network.IEs; in rtw_get_cipher_info() 697 WLAN_OUI_TYPE_MICROSOFT_WPA, pie, plen); in rtw_get_cipher_info() 715 pbuf = cfg80211_find_ie(WLAN_EID_RSN, pie, plen); in rtw_get_cipher_info() 748 u8 *pie; in rtw_get_bcn_info23a() local 760 pie = pnetwork->network.IEs; in rtw_get_bcn_info23a() 763 p = cfg80211_find_ie(WLAN_EID_RSN, pie, pie_len); in rtw_get_bcn_info23a() 768 pie, pie_len)) { in rtw_get_bcn_info23a()
|
D | rtw_ap.c | 74 unsigned char *pie = pnetwork_mlmeext->IEs; in update_BCNTIM() local 78 p = rtw_get_ie23a(pie, WLAN_EID_TIM, &tim_ielen, in update_BCNTIM() 85 tim_ie_offset = (int)(p - pie); in update_BCNTIM() 98 p = rtw_get_ie23a(pie, WLAN_EID_SSID, in update_BCNTIM() 104 p = rtw_get_ie23a(pie, WLAN_EID_SUPP_RATES, in update_BCNTIM() 112 premainder_ie = pie + offset; in update_BCNTIM() 117 dst_ie = pie + offset; in update_BCNTIM() 157 offset = (uint)(dst_ie - pie); in update_BCNTIM()
|
D | rtw_mlme_ext.c | 796 u8 *p, *pie; in OnBeacon23a() local 800 pie = mgmt->u.beacon.variable; in OnBeacon23a() 802 p = rtw_get_ie23a(pie, WLAN_EID_EXT_SUPP_RATES, &ielen, pie_len); in OnBeacon23a() 889 if (update_sta_support_rate23a(padapter, pie, pie_len, in OnBeacon23a() 1106 u8 *pie; in OnAuth23aClient23a() local 1118 pie = mgmt->u.auth.variable; in OnAuth23aClient23a() 1143 p = cfg80211_find_ie(WLAN_EID_CHALLENGE, pie, plen); in OnAuth23aClient23a() 1779 const u8 *p, *pie; in OnAssocRsp23a() local 1816 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a() 1835 pie = pframe + offsetof(struct ieee80211_mgmt, u.assoc_resp.variable); in OnAssocRsp23a() [all …]
|
D | rtw_mlme.c | 2175 void rtw_update_ht_cap23a(struct rtw_adapter *padapter, u8 *pie, uint ie_len) in rtw_update_ht_cap23a() argument 2205 p = cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, pie, ie_len); in rtw_update_ht_cap23a() 2217 p = cfg80211_find_ie(WLAN_EID_HT_OPERATION, pie, ie_len); in rtw_update_ht_cap23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 76 unsigned char *pie = pnetwork_mlmeext->IEs; in update_BCNTIM() local 84 …p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, _TIM_IE_, &tim_ielen, pnetwork_mlmeext->IELength - _FIXED_… in update_BCNTIM() 88 tim_ie_offset = (int)(p - pie); in update_BCNTIM() 100 …p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, &tmp_len, (pnetwork_mlmeext->IELengt… in update_BCNTIM() 107 premainder_ie = pie + offset; in update_BCNTIM() 112 dst_ie = pie + offset; in update_BCNTIM() 150 offset = (uint)(dst_ie - pie); in update_BCNTIM() 161 u8 *pie = pnetwork->IEs; in rtw_add_bcn_ie() local 187 ie_offset = (int)(p - pie); in rtw_add_bcn_ie() 216 offset = (uint)(dst_ie - pie); in rtw_add_bcn_ie() [all …]
|
D | rtw_ieee80211.c | 439 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie() argument 445 u8 *pbuf = pie; in rtw_get_wpa_ie() 470 limit_new = limit - (pbuf - pie) - 2 - len; in rtw_get_wpa_ie() 479 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie() argument 482 return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); in rtw_get_wpa2_ie()
|
D | rtw_mlme.c | 2010 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len) in rtw_update_ht_cap() argument 2042 …p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fixed_ie), _HT_CAPABILITY_IE_, &len, ie_len-sizeof(st… in rtw_update_ht_cap() 2050 …p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fixed_ie), _HT_ADD_INFO_IE_, &len, ie_len-sizeof(stru… in rtw_update_ht_cap()
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1572 static int rtw_cfg80211_set_wpa_ie(struct rtw_adapter *padapter, const u8 *pie, in rtw_cfg80211_set_wpa_ie() argument 1581 if (!pie || !ielen) { in rtw_cfg80211_set_wpa_ie() 1597 pie[i], pie[i + 1], pie[i + 2], pie[i + 3], in rtw_cfg80211_set_wpa_ie() 1598 pie[i + 4], pie[i + 5], pie[i + 6], pie[i + 7]); in rtw_cfg80211_set_wpa_ie() 1608 pie, ielen); in rtw_cfg80211_set_wpa_ie() 1623 pwpa2 = cfg80211_find_ie(WLAN_EID_RSN, pie, ielen); in rtw_cfg80211_set_wpa_ie() 1703 pie, ielen); in rtw_cfg80211_set_wpa_ie()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 860 u8 *pie, *peie; in ath6kl_wmi_connect_event_rx() local 908 pie = ev->assoc_info + ev->beacon_ie_len + in ath6kl_wmi_connect_event_rx() 915 while (pie < peie) { in ath6kl_wmi_connect_event_rx() 916 switch (*pie) { in ath6kl_wmi_connect_event_rx() 918 if (pie[1] > 3 && pie[2] == 0x00 && pie[3] == 0x50 && in ath6kl_wmi_connect_event_rx() 919 pie[4] == 0xf2 && pie[5] == WMM_OUI_TYPE) { in ath6kl_wmi_connect_event_rx() 921 if (pie[1] > 5 && in ath6kl_wmi_connect_event_rx() 922 pie[6] == WMM_PARAM_OUI_SUBTYPE) in ath6kl_wmi_connect_event_rx() 931 pie += pie[1] + 2; in ath6kl_wmi_connect_event_rx()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_mlme.h | 328 u8 *pie, uint ie_len);
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 1202 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit); 1203 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit);
|
D | rtw_mlme.h | 579 void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len);
|
/linux-4.1.27/arch/powerpc/ |
D | Makefile | 97 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 502 static int rtw_set_wpa_ie(struct adapter *padapter, char *pie, unsigned short ielen) in rtw_set_wpa_ie() argument 508 if ((ielen > MAX_WPA_IE_LEN) || (pie == NULL)) { in rtw_set_wpa_ie() 510 if (pie == NULL) in rtw_set_wpa_ie() 517 buf = kmemdup(pie, ielen, GFP_KERNEL); in rtw_set_wpa_ie()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-ds1685.c | 1389 DS1685_RTC_SYSFS_CTRL_REG_RW(pie);
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 305 http://tools.ietf.org/html/draft-pan-tsvwg-pie-00
|