Home
last modified time | relevance | path

Searched refs:ie_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Die.c214 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie() argument
218 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie()
223 if (!*ie_ptr) { in mwifiex_update_vs_ie()
224 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), in mwifiex_update_vs_ie()
226 if (!*ie_ptr) in mwifiex_update_vs_ie()
228 ie = *ie_ptr; in mwifiex_update_vs_ie()
242 *ie_ptr = ie; in mwifiex_update_vs_ie()
H A Djoin.c665 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local
778 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate()
782 priv->ht_param_present = ie_ptr ? true : false; in mwifiex_ret_802_11_associate()