Home
last modified time | relevance | path

Searched refs:nego_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h49 (nego_info)->state = 0xff; \
51 (nego_info)->active = 0xff; \
52 (nego_info)->token = 0; \
53 (nego_info)->status = 0xff; \
54 (nego_info)->req_intent = 0xff; \
55 (nego_info)->req_op_ch = 0; \
56 (nego_info)->req_listen_ch = 0; \
57 (nego_info)->rsp_intent = 0xff; \
58 (nego_info)->rsp_op_ch = 0; \
59 (nego_info)->conf_op_ch = 0; \
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2790 rtw_wdev_nego_info_init(&pwdev_priv->nego_info); in rtw_wdev_alloc()