Searched refs:use_protection (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211softmac.h125 u8 use_protection:1; member in struct:ieee80211softmac_bss_info
172 #define IEEE80211SOFTMAC_BSSINFOCHG_PROTECTION (1 << 2) /* use_protection */
324 return mac->bssinfo.use_protection;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_module.c214 int use_protection; local
223 use_protection = (erp_value & WLAN_ERP_USE_PROTECTION) != 0;
230 if (mac->bssinfo.use_protection != use_protection) {
232 mac->bssinfo.use_protection = use_protection;
301 bssinfo->use_protection = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_netdev.c121 sdata->u.sta.use_protection ? "CTS prot\n" : "");
H A Dieee80211_sta.c1595 int use_protection; local
1619 use_protection = 0;
1621 use_protection =
1625 if (use_protection != !!ifsta->use_protection) {
1630 use_protection ? "enabled" : "disabled",
1633 ifsta->use_protection = use_protection ? 1 : 0;
1634 local->cts_protect_erp_frames = use_protection;
H A Dieee80211_i.h238 unsigned int use_protection:1; member in struct:ieee80211_if_sta

Completed in 117 milliseconds