Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A D0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch33 qpkt.auth_seq = AUTH_SEQ(0, 0);
/openbmc/linux/drivers/staging/rtl8712/
H A Dsta_info.h82 unsigned int auth_seq; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c249 pmlmeinfo->auth_seq = 0; in init_mlme_ext_priv_value()
750 pstat->auth_seq = 0; in OnAuth()
779 if (pstat->auth_seq == 0) in OnAuth()
783 if ((pstat->auth_seq + 1) != seq) { in OnAuth()
833 pstat->auth_seq = seq + 1; in OnAuth()
838 pstat->auth_seq = 0; in OnAuth()
850 pstat->auth_seq = 2; in OnAuth()
904 pmlmeinfo->auth_seq = 3; in OnAuthClient()
2642 val16 = (u16)psta->auth_seq; in issue_auth()
2652 if ((psta->auth_seq == 2) && (psta->state & WIFI_FW_AUTH_STATE) && (use_shared_key == 1)) in issue_auth()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h144 unsigned int auth_seq; member
H A Drtw_mlme_ext.h319 u32 auth_seq; member