Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dioctl_cfg80211.h47 #define rtw_wdev_nego_info_init(nego_info) \ argument
49 (nego_info)->state = 0xff; \
50 memset((nego_info)->peer_mac, 0, ETH_ALEN); \
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; \
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2826 rtw_wdev_nego_info_init(&pwdev_priv->nego_info); in rtw_wdev_alloc()