Searched refs:GoAgeoutTime (Results 1 – 6 of 6) sorted by relevance
262 static int GoAgeoutTime; variable1134 params->GoAgeoutTime = out_data; in parse_cfg_read_block()1135 PRINTM(MMSG, "GoAgeoutTime=%d\n", params->GoAgeoutTime); in parse_cfg_read_block()1610 handle->params.GoAgeoutTime = GoAgeoutTime; in woal_setup_module_param()1612 handle->params.GoAgeoutTime = params->GoAgeoutTime; in woal_setup_module_param()2060 GoAgeoutTime = data; in woal_init_from_dev_tree()2062 GoAgeoutTime); in woal_init_from_dev_tree()2595 module_param(GoAgeoutTime, int, 0);2596 MODULE_PARM_DESC(GoAgeoutTime,
867 int GoAgeoutTime = priv->phandle->params.GoAgeoutTime; in woal_cfg80211_beacon_config() local942 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT && GoAgeoutTime) { in woal_cfg80211_beacon_config()943 sys_config->sta_ageout_timer = GoAgeoutTime; in woal_cfg80211_beacon_config()944 sys_config->ps_sta_ageout_timer = GoAgeoutTime; in woal_cfg80211_beacon_config()
2222 int GoAgeoutTime; member
34 extern int GoAgeoutTime;654 if (priv->bss_type == MLAN_BSS_TYPE_WIFIDIRECT && GoAgeoutTime) { in woal_cfg80211_beacon_config()655 sys_config->sta_ageout_timer = GoAgeoutTime; in woal_cfg80211_beacon_config()656 sys_config->ps_sta_ageout_timer = GoAgeoutTime; in woal_cfg80211_beacon_config()
313 int GoAgeoutTime = 0; variable1265 GoAgeoutTime = data; in woal_init_from_dev_tree()1267 GoAgeoutTime); in woal_init_from_dev_tree()9045 module_param(GoAgeoutTime, int, 0);9046 MODULE_PARM_DESC(GoAgeoutTime,
126 GoAgeoutTime=0|x <use default ageout time (default) | set Go age out time xTU(TU 100ms)>