Searched refs:proberesp_ies (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dscan.c107 kfree(bss->pub.proberesp_ies);
431 if (res->pub.proberesp_ies) {
435 if (found->pub.proberesp_ies &&
438 memcpy(found->pub.proberesp_ies,
439 res->pub.proberesp_ies, ielen);
442 u8 *ies = found->pub.proberesp_ies;
450 memcpy(ies, res->pub.proberesp_ies,
453 found->pub.proberesp_ies = ies;
460 found->pub.proberesp_ies;
602 res->pub.proberesp_ies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h641 * either the beacon_ies or proberesp_ies depending on whether Probe
646 * @proberesp_ies: the information elements from the last Probe Response frame
647 * @len_proberesp_ies: total length of the proberesp_ies
663 u8 *proberesp_ies; member in struct:cfg80211_bss
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c2079 if (req->bss->proberesp_ies)

Completed in 117 milliseconds