Searched defs:rtw_nlo_info (Results 1 – 2 of 2) sorted by relevance
93 struct rtw_nlo_info { struct94 u8 nlo_en;95 u8 num_of_networks;96 u8 num_of_hidden_ap;97 u8 ssid[MAX_NLO_NUM][MAX_SSID_LEN];98 u8 ssidlen[MAX_NLO_NUM];99 u8 chipertype[MAX_NLO_NUM];100 u8 probe_req_id;101 struct scan_ofld_ch_info channel_list[MAX_NLO_CHANNEL];102 u8 channel_num;[all …]