Searched refs:ie_len (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
D | driver_mac80211.c | 873 size_t ie_len; member 1018 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie() 1022 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie() 1024 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie() 1049 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom() 1053 hexstr2bin(spos, tmp + res->ie_len, bytes); in wext_get_scan_custom() 1055 res->ie_len += bytes; in wext_get_scan_custom() 1065 tmp = os_realloc(res->ie, res->ie_len + bytes); in wext_get_scan_custom() 1069 hexstr2bin(spos, tmp + res->ie_len, bytes); in wext_get_scan_custom() 1071 res->ie_len += bytes; in wext_get_scan_custom() [all …]
|
/hardware/ti/wlan/lib/ |
D | scanmerge.c | 157 size += res_ptr->ie_len; in scan_add() 205 size = sizeof(scan_result_t) + res_ptr->ie_len; in scan_dup()
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | rsn.c | 1469 TI_UINT32 ie_len = 0; in rsn_getInfoElement() local 1481 status = pRsn->pAdmCtrl->getInfoElement (pRsn->pAdmCtrl, pRsnIe, &ie_len); in rsn_getInfoElement() 1489 pRsnIe += ie_len; in rsn_getInfoElement() 1494 *pRsnIeLen += ie_len; in rsn_getInfoElement()
|
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
D | driver_ti.c | 1222 static int wpa_driver_tista_set_gen_ie(void *priv, const u8 *ie, size_t ie_len) in wpa_driver_tista_set_gen_ie() argument 1231 iwr.u.data.length = ie_len; in wpa_driver_tista_set_gen_ie()
|