Home
last modified time | relevance | path

Searched refs:_CAPABILITY_ (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8712/
H A Dwifi.h186 #define _CAPABILITY_ 2 macro
H A Dieee80211.c372 cnt = _TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_; in r8712_get_sec_ie()
/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h302 #define _CAPABILITY_ 2 macro
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c578 cnt = (_TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_); in rtw_get_wapi_ie()
613 cnt = (_TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_); in rtw_get_sec_ie()
H A Drtw_mlme_ext.c2764 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, (unsigned char *)&val, &(pattrib->pktlen)); in issue_asocrsp()