Searched refs:assocresp_ies_len (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | ie.c | 286 if (data->assocresp_ies && data->assocresp_ies_len) { in mwifiex_set_mgmt_beacon_data_ies() 288 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies() 294 data->assocresp_ies_len, &ar_ie, in mwifiex_set_mgmt_beacon_data_ies()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 651 b->assocresp_ies, b->assocresp_ies_len); in wil_print_bcon_data() 671 bcon->assocresp_ies_len = bcon->probe_resp_len - hlen; in wil_fix_bcon() 707 bcon->assocresp_ies_len, in wil_cfg80211_change_beacon() 776 wmi_set_ie(wil, WMI_FRAME_ASSOC_RESP, bcon->assocresp_ies_len, in wil_cfg80211_start_ap()
|
/linux-4.1.27/net/mac80211/ |
D | cfg.c | 2818 beacon->proberesp_ies_len + beacon->assocresp_ies_len + in cfg80211_beacon_dup() 2850 if (beacon->assocresp_ies_len) { in cfg80211_beacon_dup() 2851 new_beacon->assocresp_ies_len = beacon->assocresp_ies_len; in cfg80211_beacon_dup() 2853 memcpy(pos, beacon->assocresp_ies, beacon->assocresp_ies_len); in cfg80211_beacon_dup() 2854 pos += beacon->assocresp_ies_len; in cfg80211_beacon_dup()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2279 ieee->assocresp_ies_len = (skb->data + skb->len) - ies; in rtllib_rx_assoc_resp() 2280 ieee->assocresp_ies = kmalloc(ieee->assocresp_ies_len, in rtllib_rx_assoc_resp() 2284 ieee->assocresp_ies_len); in rtllib_rx_assoc_resp() 2289 ieee->assocresp_ies_len = 0; in rtllib_rx_assoc_resp() 2999 ieee->assocresp_ies_len = 0; in rtllib_stop_protocol()
|
D | rtllib.h | 2007 size_t assocreq_ies_len, assocresp_ies_len; member
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 528 info ? info->assocresp_ies_len : 0) 551 info->assocresp_ies_len);
|
D | nl80211.c | 3226 bcn->assocresp_ies_len = in nl80211_parse_beacon()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 668 size_t assocresp_ies_len; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2692 info->assocresp_ies_len); in ath6kl_set_ies()
|