Searched refs:psta (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dpsta/
H A Ddpsta.h31 void *psta; member in struct:psta_if_api
33 bool (*is_ds_sta)(void *psta, struct ether_addr *ea);
34 void *(*psta_find)(void *psta, uint8 *ea);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dwlif_utils.c79 int32 psta = FALSE; local
84 if (wl_iovar_getint(ifname, "psta_if", &psta) < 0)
87 return psta ? TRUE : FALSE;
104 int32 psta = FALSE; local
110 wl_iovar_getint(ifname, "psta", &psta_mode);
112 wl_iovar_getint(ifname, "psta_if", &psta);
113 if (!psta) {
336 !strcmp(value, "psr") || !strcmp(value, "psta")) {
H A Dbroadcom.c1721 int ap = 0, sta = 0, wet = 0, wds = 0, mac_spoof = 0, psta = 0, psr = 0; local
1758 else if (!strcmp(cap, "psta"))
1759 psta = 1;
1776 if (psta)
1777 websWrite(wp, "<option value=\"psta\" %s>Proxy STA</option>\n",
1778 nvram_match(wl_mode, "psta" ) ? "selected" : "");
2690 !strcmp(value, "psta") ||
3318 !strcmp(mode, "psta") ||
10513 int psta[2]; local
10521 websError(wp, 400, "psta ca
10610 bool psta, psr, db_rpt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-rs.c340 struct iwl3945_sta_priv *psta; local
349 psta = (struct iwl3945_sta_priv *) sta->drv_priv;
350 rs_sta = &psta->rs_sta;
411 struct iwl3945_sta_priv *psta = (void *) sta->drv_priv; local
416 rs_sta = &psta->rs_sta;
929 struct iwl3945_sta_priv *psta; local
943 psta = (void *) sta->drv_priv;
944 rs_sta = &psta->rs_sta;

Completed in 181 milliseconds