Searched refs:PLINK_CLOSE (Results 1 – 1 of 1) sorted by relevance
/net/mac80211/ |
D | mesh_plink.c | 48 PLINK_CLOSE enumerator 175 if (action == PLINK_CLOSE) in mesh_plink_frame_tx() 196 case PLINK_CLOSE: in mesh_plink_frame_tx() 216 if (action == PLINK_CLOSE) { in mesh_plink_frame_tx() 310 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid, plid, in mesh_plink_timer() 390 mesh_plink_frame_tx(sta->sdata, PLINK_CLOSE, sta->sta.addr, llid, in mesh_plink_close() 433 (ftype == PLINK_CLOSE && ie_len != 5 && ie_len != 7)) { in mesh_rx_plink_frame() 438 if (ftype != PLINK_CLOSE && (!elems.mesh_id || !elems.mesh_config)) { in mesh_rx_plink_frame() 446 if (ftype == PLINK_CONFIRM || (ftype == PLINK_CLOSE && ie_len == 7)) in mesh_rx_plink_frame() 465 if (ftype != PLINK_CLOSE && (!mesh_matches_local(&elems, sdata))) { in mesh_rx_plink_frame() [all …]
|